Skip to content

Instantly share code, notes, and snippets.

Created September 22, 2013 03:00
Show Gist options
  • Save anonymous/6656293 to your computer and use it in GitHub Desktop.
Save anonymous/6656293 to your computer and use it in GitHub Desktop.
setting up Fedora 19 on an Early 2013 MacBook Pro Retina
1. Download this file: http://downloads.openwrt.org/sources/br … .5.tar.bz2
2. copy to usb
3. boot into Fedora 19 Live CD
4. b43-fwcutter
tar xjf broadcom-wl-4.150.10.5.tar.bz2
cd broadcom-wl-4.150.10.5/driver
sudo b43-fwcutter -w /lib/firmware/ wl_apsta_mimo.o
Your wireless should now work. If not, try restarting the b43 driver:
sudo modprobe -r b43
sudo modprobe -r ssb
sudo modprobe b43
5. sudo systemctl restart network
6. sudo systemctl restart NetworkManager
7. connect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment