Skip to content

Instantly share code, notes, and snippets.

@lalyos
Last active December 22, 2015 21:39
Show Gist options
  • Save lalyos/6535147 to your computer and use it in GitHub Desktop.
Save lalyos/6535147 to your computer and use it in GitHub Desktop.
Ubuntu 12.04 wifi driver on MacbookPro 5.5
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