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
 

cross-posted from: https://lemmy.world/post/16176944

I've installed fedora 40 on my jurassic Macbook 13 2011 and so far i'm in love with it. The only issue was the wifi. I've checked different posts and articles and in the end i've find this [https://darryldias.me/2020/linux-wifi-drivers-for-2012-macbook-pro-offline-method/] which worked... up to a point. When i turn off or restart the machine i have to use the comand "sudo modprobe -v b43" to enable the wifi each time.

Any idea?

you are viewing a single comment's thread
view the rest of the comments
[–] lemmyreader@lemmy.ml 2 points 1 year ago (2 children)

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 ?

[–] ekZepp@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)
[–] lemmyreader@lemmy.ml 2 points 1 year ago

That howto uses sudo modprobe wl whereas you use sudo modprobe -v b43 Is it possible that the wl kernel module gets loaded ? You should be able to check with lsmod after a reboot.