0

After installing Linux Ubuntu 14.04 on a new Lenovo V580c, I can't install Broadcom Wi-Fi adapter driver. After "Applying changes..." nothing happens.

lspci -nn | grep 0280 
03:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Fabby
  • 34,259

2 Answers2

0

Open your terminal and do the following,

sudo rmmod -f acer-wmi
sudo rfkill unblock all
rfkill list all

check the wifi is working fine,

BDRSuite
  • 3,156
  • 1
  • 12
  • 11
0

Let's see if we can get the driver to install correctly. With a temporary internet connection, open a terminal and do:

sudo apt-get update
sudo apt-get install --reinstall bcmwl-kernel-source

Please open Software and Sources and uncheck the source CDROM and/or USB so that the system doesn't try to install from the USB but instead downloads from the internet. Then try the commands above once more.

Post any errors or messages and we'll proceed.

chili555
  • 60,188