Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Another wireless problem: unable to detect wireless networks with BCM4306

  1. #11
    rsavage is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    Jan 2011
    Beans
    1,114

    Re: Another wireless problem: unable to detect wireless networks with BCM4306

    I think you need to look for a simple solution:


    Right click on the network applet icon and toggle(turn off and on) 'Enable Networking', 'Enable Wireless' and 'Enable Notifications'. Make sure you have them all ticked. If you've had a failed suspend then they can untick themselves.

    Still no wifi?
    Check you have the correct user settings: Go to System -> Administration -> Users and Groups -> Advanced Settings -> User Privileges
    Make sure "Connect to wireless and ethernet networks" is ticked. This will add your user to the netdev group. You will need to reboot for this to take effect. Note, it is not always necessary to join the netdev group.

  2. #12
    Join Date
    Apr 2009
    Location
    UK Lake District
    Beans
    3,092
    Distro
    Kubuntu 18.04 Bionic Beaver

    Re: Another wireless problem: unable to detect wireless networks with BCM4306

    Did you try the 'wl' proprietary driver?
    Ubuntu 18.04

  3. #13
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Another wireless problem: unable to detect wireless networks with BCM4306

    Hi, was there any errors when you ran the commands I gave you? It should have worked but I figure there is a conflict because of all the other methods you have tried.

    Please do:
    Code:
    sudo apt-get purge --remove firmware-b43-installer firmware-b43legacy-installer firmware-b43-lpphy-installer
    Then:

    Download the b43 zip file to a flash drive then drag and drop the file to your ubuntu desktop. Right-click it and select Extract Here. Open a terminal and do:
    Code:
    cd Desktop
    sudo mv b43/* /lib/firmware
    sudo rmmod -f b43
    sudo rmmod -f ssb
    sudo modprobe b43
    if it still does not come on then delete the text info file in your home folder and run the script again and attach the file here so we can see what condition your wireless is in after the changes.
    Thanks
    Last edited by wildmanne39; February 10th, 2013 at 06:56 PM.

  4. #14
    Join Date
    May 2005
    Beans
    54

    Re: Another wireless problem: unable to detect wireless networks with BCM4306

    Hello all,

    This is incredible: the problem is solved, thanks to the solution rsavage posted. It was just that - the right privileges in my account settings were not enabled. All I had to do was tick the box right next to 'connect to wireless and ethernet networks', reboot and it worked. Thank you rsavage!!

    But, besides that I feel incredibly stupid right now for not knowing these options could be changed at all, I wonder what caused this privileged to be revoked in the first place. Because when I installed Xubuntu 10.04, I had access to wireless networking. Something must have disabled it, probably during updating of the software, but why and how? All the effort I put in fixing this is unbelievable, while in the end it was just a matter of a few clicks here and there.... Let's hope it continues to work now.

    It is solved now, anyway. I wish to convey my gratitude to Wild Man, carl4926 and flash63 for providing me with helpful suggestions and putting so much effort in helping me on the way. Thank you all!

    / Harm.

    PS: @Wild Man; no, there were no errors after entering the commands. That is because I made sure that after installing new firmware, I removed the old version consequently.

  5. #15
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Another wireless problem: unable to detect wireless networks with BCM4306

    Hi, good the hear, please use thread tools at the top of the page to mark the thread solved.
    Thanks

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •