1

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.

TRiG
  • 2,006
David Moore
  • 11
  • 1
  • 2

1 Answers1

0

Run in terminal

sudo apt-get install bcmwl-kernel-source

it will download and install wl driver. It should work.

Pilot6
  • 92,041