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"
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.