-1

I am installing the drivers for the wifi on the macbook on which I recently installed Ubuntu through the Software & Updates menu under the Additional drivers tab. When I choose the driver and press apply changes the progress bar halts while it says applying changes.

I have tried unmounting and mounting the USB I am installing it from. As well as restarting my computer. Nothing works.

Zanna
  • 72,312

1 Answers1

0

I assume you have a Broadcom Wireless Card (BCMxxxx). You can check for the same using

sudo lshw -c network

To install the Broadcom drivers via the Terminal

sudo apt-get install bcmwl-kernel-source dkms
David Foerster
  • 36,890
  • 56
  • 97
  • 151