Last active
December 22, 2015 21:39
-
-
Save lalyos/6535147 to your computer and use it in GitHub Desktop.
Ubuntu 12.04 wifi driver on MacbookPro 5.5
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
apt-get update | |
apt-get install -y apt-get build-dep linux curl | |
mkdir broadcom | |
cd broadcom/ | |
curl -O http://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_141.tar.gz | |
curl -O http://www.broadcom.com/docs/linux_sta/README.txt | |
tar -xzvf hybrid-v35_64-nodebug-pcoem-6_30_223_141.tar.gz | |
apt-get build-dep linux | |
make | |
modprobe lib80211 | |
modprobe cfg80211 | |
insmod wl.ko | |
sudo iwlist eth1 scan|grep ESSID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment