Last active
February 22, 2021 16:45
-
-
Save nikodunk/42d2579cf81d29c4908bad53119732dc to your computer and use it in GitHub Desktop.
How to get Broadcom Wireless drivers running on Fedora 33 in 2021
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
| on a fully updated, stable system (won't work in rawhide our outdated 33 for example), install akmod-wl (which includes broadcom-wl): | |
| sudo dnf install akmod-wl | |
| sudo akmods --force | |
| reboot. done! | |
| if it doesn't work: | |
| check your kernel with | |
| uname -r | |
| it should show the same version as the kernel-devel version above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment