Skip to content

Instantly share code, notes, and snippets.

@markcaudill
Created June 15, 2015 11:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markcaudill/c161b4d30f7f7ffdabbe to your computer and use it in GitHub Desktop.
Save markcaudill/c161b4d30f7f7ffdabbe to your computer and use it in GitHub Desktop.
BCM4352 on Fedora 22
# 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
@kelwang
Copy link

kelwang commented Jun 21, 2015

works for me, thanks a lot

@whatacold
Copy link

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 :(

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