Skip to content

GoGoGadgetRepo/bcm43602-linux-workaround

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broadcom BCM43602 workaround

This is a quick and dirty trick to take control of this misbehaving network card.

Scripts are tested on Fedora 29. If you have any problems, please file an issue here or via email at corsaro [AT] fedoraproject [DOT] org.

Note that I did not want to package this workaround because it's, well, dirty. It does not fix the problem, just makes things bearable.

Install

# ./install.sh

Remember to blacklist the kernel module at system startup. Appending modprobe.blacklist=brcmfmac in GRUB config is sufficient.

Control the service

# systemctl start broadcom
# systemctl stop broadcom
# systemctl restart broadcom

Uninstall

# systemctl stop broadcom
# systemctl disable broadcom
# rm /usr/local/bin/broadcomctl
# rm /etc/systemd/system/broadcom.service

About

A workaround to control brcmfmac kernel module for the misbehaving BCM43602 network card.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%