MacBook can’t find WiFi for Ubuntu 18.04

I think I have the exact same hardware (13 inches?) and OS installed, and I too had problems with my wifi card. The easiest workaround is to have an Ethernet connection while you install Ubuntu and check the "install proprietary drivers", but I guess it's too late for that one.

Still, you will need an internet connection through Ethernet to solve this, as you have to download and install the drivers.

If you open "Software & Updates" and go to the "Additional Drivers" tab, what do you see? It should look similar to my screenshot.

enter image description here

Make sure "Using Broadcom 802.11 ..." is selected, probably it says "Do not use this device". Once you click the other radio button and then hit apply, it should download and install the driver.


What worked with my late-2008 Macbook Pro and Ubuntu Mate:

  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

After that, without reboot, the network icon started listing the wifi networks and I could join my network.


The top answer is the right answer, however, in my experience the download/install gets interrupted, and the command to accomplish this is much more reliable:

sudo ubuntu-drivers autoinstall


everyone! Interesting topic here...

I wanted to share with some of my experience though. Some computers do not have Ethernet (for example my MacBook Air and HP Z2 Mini Workstation). And after installing Ubuntu the Wi-fi adapter (external USB one in case with Z2) were not visible/usable without respective drivers installed...

So, I found out that my Meizu 15 (Android) phone helped me out. I switched on Internet sharing by USB and appeared immediately as Ethernet connection on both systems, then I was able to install all the drivers that I needed :)

Enjoy and good luck with Ubuntu!


I got the same problem on my mac mini. I went into the additional drivers tab as mentioned above and the specific driver was already checked. So I checked the "Do not use the device" and restarted. After rebooting the wireless controller works like a charm.