I need help installing a driver for a Broadcom BCM43142 on 14.04.2. If I run lspci
I indeed find the device as:
network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 1)
But Ubuntu apparently does not come with this driver pre-loaded. I don’t have a clue what command to run to get this, where to get it, and how to install the driver once I do get it. I am completely new to Linux.
sudo apt-get install firmware-b43-installer
and reboot. Then it may work. Hope it helps. ;-) – 0x2b3bfa0 Jul 03 '15 at 15:47