Last active
August 29, 2015 14:10
-
-
Save v-thomp4/61249c1f3c8483a2965b to your computer and use it in GitHub Desktop.
Installing Broadcom Wireless Drivers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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