Giter Club home page Giter Club logo

pablomenino / brcm-bcm4350-ctl Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 26 KB

Broadcom BCM4350 (Dell XPS 13 9350) network card misbehaves at system shutdown (firewalld time out) and on power saver feature (random crash), this script apply a workaround to makes usable the WiFi network card.

Home Page: https://lab.mfwlab.com/lab/brcm-BCM4350-ctl/

License: GNU General Public License v3.0

Shell 100.00%
dell xps13 bcm4350 workaround fedora

brcm-bcm4350-ctl's Introduction

GitHub release GitHub license GitHub last commit GitHub repo size Contributors GitHub followers Twitter Follow

Welcome to brcm-BCM4350-ctl ๐Ÿ‘‹

๐Ÿ  Homepage

brcm-BCM4350-ctl is a Broadcom BCM4350 Workaround Fedora 29/30/31/32.

Table of contents

Broadcom BCM4350 (Dell XPS 13 9350) network card misbehaves at system shutdown (firewalld time out) and on power saver feature (random crash), this script apply a workaround to makes usable the WiFi network card.

Blacklist Kernel Driver

Blacklist the brcmfmac kernel module at system startup. This disable WiFi Broadcom kernel module at boot.

Option A - Change Grub config with grubby.

Execute from console:

sudo grubby --update-kernel=ALL --args="modprobe.blacklist=brcmfmac"

Option B - Or manually change Grub Config

Add modprobe.blacklist=brcmfmac in GRUB config.

Edit the file /etc/default/grub and add modprobe.blacklist=brcmfmac to the end of GRUB_CMDLINE_LINUX

Example:

GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="resume=UUID=XXXXXXXXX rhgb quiet modprobe.blacklist=brcmfmac"
GRUB_DISABLE_RECOVERY="true"

And then update GRUB 2 configuration, more information here:

https://fedoraproject.org/wiki/GRUB_2#Tasks_.2F_Common_issues

BIOS systems:

# sudo grub2-mkconfig -o /boot/grub2/grub.cfg

UEFI systems:

# sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg

Install

Install scrip:

# sudo ./install.sh

Control the service

Control the systemd service:

# systemctl start broadcomctl
# systemctl stop broadcomctl
# systemctl restart broadcomctl

Uninstall

# sudo ./uninstall.sh

Librepay

Donate using Liberapay

Paypal

paypal

brcm-bcm4350-ctl's People

Contributors

pablomenino avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.