0

So I have installed Ubuntu ony macbook air but can't seem to get the WiFi working. I followed the steps here and here but nothing seems to work. For reference, after running

lspci -vnn | grep Network

I get the output BCM4360 along with [14e4:43a0] rev3 which should correspond to the bcmwl-kernel-source command.

I tried running

sudo apt install bcmwl-kernel-source

Then rebooting to no avail. Then doing the same for firmware-b43-installer just to see if it worked. Neither did upon rebooting. Is there something I am missing? Thanks

ivan
  • 1
  • Welcome to the Ask Ubuntu community. Glad you resolved your issue. Please edit your question to include the version of the Ubuntu OS that you're using, as that will help others with similar issues in the future find your issue/resolution. Thanks – richbl Jun 03 '23 at 00:26

1 Answers1

0

I solved it :D turns out version 23 of Ubuntu is wonky. As soon as I switched to the LTS version of Ubuntu everything worked fine.

ivan
  • 1