Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created January 3, 2020 01:04
Show Gist options
  • Select an option

  • Save miguelmota/1ec86e387576396aec0f83977f772de0 to your computer and use it in GitHub Desktop.

Select an option

Save miguelmota/1ec86e387576396aec0f83977f772de0 to your computer and use it in GitHub Desktop.
Linux Fedora install Macbook Pro broadcom wifi drivers
sudo dnf install -y http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install -y akmods "kernel-devel-uname-r == $(uname -r)"
sudo dnf install -y broadcom-wl
sudo akmods
sudo reboot
@kzawoy
Copy link

kzawoy commented Jan 8, 2025

It worked great on my 2012 Macbook Pro

@josederas
Copy link

Thank you! Worked perfectly on 2015 macbook pro

@tr1n30x
Copy link

tr1n30x commented Nov 29, 2025

Thanks still works with Macbook A1398 on Fedora Core 43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment