0

When I try to install addition driver that is required this error message comes up:-

"Sorry, the installation of this driver failed.

Please have a look at the log file for details: /var/log/jockey.log"

karl
  • 1

1 Answers1

1

You need to remove and reinstall the Broadcom driver. The easiest way to do that is:

//remove the old driver

$ sudo apt-get remove bcmwl-kernel-source

//install the new one

$ sudo apt-get install bcmwl-kernel-source

// reboot your system

$ sudo reboot

Then it should work.

belacqua
  • 23,120
Saimen
  • 11