Skip to content

Instantly share code, notes, and snippets.

@cfebs
Created June 30, 2012 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfebs/3025311 to your computer and use it in GitHub Desktop.
Save cfebs/3025311 to your computer and use it in GitHub Desktop.
broadcom
open your package manager and search for 'bcm'
uninstall the bcmwl-kernel-source package
make sure that the firmware-b43-installer and the b43-fwcutter packages are installed
type into terminal:
cat /etc/modprobe.d/* | egrep 'bcm'
(you may want to copy this) and see if the term 'blacklist bcm43xx' is there
if it is, type cd /etc/modprobe.d/ and then sudo gedit blacklist.conf
put a # in front of the line: blacklist bcm43xx
then save the file (I was getting error messages in the terminal about not being able to save, but it actually did save properly).
reboot
hopefully this works for you all!
After I did the above the wireless had to be unblocked by rfkill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment