Created
June 15, 2015 11:44
-
-
Save markcaudill/c161b4d30f7f7ffdabbe to your computer and use it in GitHub Desktop.
BCM4352 on Fedora 22
This file contains 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
# Install RPM Fusion | |
sudo dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-22.noarch.rpm | |
sudo dnf install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-22.noarch.rpm | |
# The rest | |
sudo dnf install kernel-devel broadcom-wl akmod-wl akmods | |
sudo akmods | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it works fine, thanks.
But there is one thing to keep in mind:
Secure Boot of UEFI must be turned off so as to make this wireless module be loaded, which will make the audio card invisible from OS :(