Created
January 3, 2020 01:04
-
-
Save miguelmota/1ec86e387576396aec0f83977f772de0 to your computer and use it in GitHub Desktop.
Linux Fedora install Macbook Pro broadcom wifi drivers
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It worked great on my 2012 Macbook Pro