Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Last active August 29, 2015 14:10
Show Gist options
  • Save v-thomp4/61249c1f3c8483a2965b to your computer and use it in GitHub Desktop.
Save v-thomp4/61249c1f3c8483a2965b to your computer and use it in GitHub Desktop.
Installing Broadcom Wireless Drivers
Uninstall the bcmwl-kernel-source package by issuing the following command on a terminal:
sudo apt-get remove bcmwl-kernel-source
Make sure that the firmware-b43-installer and the b43-fwcutter packages are installed (of course you will need internet by others means):
sudo apt-get install firmware-b43-installer b43-fwcutter
Type into a 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment