this post was submitted on 04 Jun 2024
8 points (90.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1358 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In such cases on Debian I've installed firmware-b43-installer (or firmware-b43legacy-installer which I think depends on the type of WiFi card) package and then run the firmware down-loader from the package once.
After that it would just work after a reboot. Does Fedora have a similar package ?
I've find the instruction and installed it, but no changes. https://www.cyberciti.biz/faq/fedora-linux-install-broadcom-wl-sta-wireless-driver-for-bcm43228/
That howto uses
sudo modprobe wl
whereas you usesudo modprobe -v b43
Is it possible that the wl kernel module gets loaded ? You should be able to check withlsmod
after a reboot.