1

I have been install Ubuntu 14.04 on laptop Lenovo V580c. All components are working OK, but WiFi isn't working.

I searched answers in Google, Askubuntu, but nothing works

Please, help

03:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)

Thanks.

Mitch
  • 109,787

3 Answers3

1

With a computer with working internet go to http://packages.ubuntu.com/utopic/amd64/bcmwl-kernel-source/download and select a mirror site to dowload from. Copy the file to a USB, DVD or whatever to get in on the Ubuntu pc and double click on it to install

Jeremy31
  • 13,293
0

My laptop has the same wireless hardware. The easy solution is: When you install ubuntu, check the box which says install third party software(wireless driver included in that). Then everything works out of box.

Tom
  • 1
0

Do the command:

sudo gedit /etc/NetworkManager/NetworkManager.conf

This will open up that file in a text editor. Change the line that has managed= to:

managed=true

Save and close the file, then do:

sudo killall NetworkManager

Logout and log back in again. Answer taken from: Ubuntu 12.10 - network manager not listing wireless networks