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
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.