9
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 04 Jun 2024
9 points (100.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1060 readers
12 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 1 year ago
MODERATORS
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.