Install WiFi Wireless Device Driver on Macbook running Ubuntu

  1. Knowledge Base
  2. Operating System
  3. Systems Administration
  4. Device Drivers
  5. Install WiFi Wireless Device Driver on Macbook running Ubuntu

Worked on late-2008 Macbook Pro and Ubuntu:

  1. Use Ethernet cable
  2. Confirm hardware: lspci -vvnn | grep -A 9 Network -> Broadcom 4322 chipset
  3. Install proprietary driver instead of b43

For some reason, Ubuntu’s “Additional Driver” showed 0 option to update from that menu. Thus, I followed the manual update steps described in the documentation, more precisely these commands:

sudo apt-get update
sudo apt-get --reinstall install bcmwl-kernel-source

sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma
sudo modprobe wl

References:
https://askubuntu.com/questions/1076964/macbook-can-t-find-wifi-for-ubuntu-18-043
https://help.ubuntu.com/community/MacBookPro_Penryn



Leave a Reply

Your email address will not be published. Required fields are marked *