Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gcaracuel/8834837 to your computer and use it in GitHub Desktop.
Save gcaracuel/8834837 to your computer and use it in GitHub Desktop.
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