Created
February 5, 2014 22:42
-
-
Save gcaracuel/8834837 to your computer and use it in GitHub Desktop.
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
Note: Tested in Elementary OS Luna | |
1- Download the firmware from: http://www.broadcom.com/support/802.11/linux_sta.php | |
2- Unzip a move to dir | |
3- make | |
4- Uninstall previous versions: | |
lsmod | grep "brcmsmac\|b43\|ssb\|bcma\|wl" | |
If any of these are installed, remove them: | |
rmmod b43 | |
rmmod brcmsmac | |
rmmod ssb | |
rmmod bcma | |
rmmod wl | |
5- modprobe lib80211 | |
6- modprobe lib80211 | |
7- insmod wl.ko | |
DONE! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment