No wireless networks listed since upgrade from Ubuntu 14.10 to 15.04

5,504

Solution 1

Please obtain a temporary internet connection by ethernet, tethered or any other means. Next, open a terminal and do:

sudo apt-get purge bcmwl-kernel-source
sudo apt-get install firmware-b43-installer

Reboot and your wireless should be working.

Solution 2

It won't let me comment, and I'm not sure if this is the correct answer, but I have no choice other than posting it.

I had the same problem, and, if I remember correctly, I managed to correct it by downloading the bcmwl-kernel-source package manually.

Download the package here. I used a flash disk and manually installed it using:

sudo dpkg -i [bcmwl-kernel-source debian].deb

After installing that package, I was able to connect to my network and ran the following commands to install the additional drivers that Ubuntu offers (you can also do this through the Additional Drivers GUI, but this tool won't work until you are connected to a network):

sudo ubuntu-drivers autoinstall
Share:
5,504

Related videos on Youtube

Nick
Author by

Nick

Updated on September 18, 2022

Comments

  • Nick
    Nick over 1 year

    PVC is a Dell 1545. dual booting Windows 7 & Ubuntu. I upgraded from 14.04 to 14.10 yesterday morning, all worked ok including wireless connection.

    Then a few hours later upgraded from 14.10 to 15.04. Since that point I have no wireless connections listed at all.

    Wireless works fine in Windows by the way.

    In Software & Updates > Additional Drivers tab, I have Broadcom Corp BCM4312 802.11b/g LP-PHY (Wireless 1397 WLAN Mini-Card) listed, under which the 'Using Broadcom .....' option is listed and selected.

    I have tried multiple 'solutions' from various support pages all day without any success. Several mention running nm-tool at the command prompt - this tool is not present on my system ! (command not found).

    Assistance (in plain English if possible) would be much appreciated ! A lot of what I have read might as well have been in a foreign language.

    Nick

  • chili555
    chili555 about 9 years
    It is not the correct answer.
  • Amandeep Singh
    Amandeep Singh almost 9 years
    My issue resolved by this solution.
  • Yekhezkel Yovel
    Yekhezkel Yovel over 8 years
    It is indeed. I've installed Ubuntu 15.10 for a friend and had no wifi. This brought the wifi on. Didn't do the dpkg part though, just the ubuntu-drivers. Was enough.