Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Broadcom wireless won't turn on

  1. #1
    Join Date
    Nov 2012
    Beans
    8

    Broadcom wireless won't turn on

    I am new to Ubuntu. My processor is an AMD 64 MIL 28. I have a Broadcom BCM 4318. Here is what i get:

    eelkins@ubuntu:~$ iwconfig
    eth0 no wireless extensions.

    lo no wireless extensions.

    I have tried to load the BCMxx drivers but still have no luck. Any assistance would be GREATLY appreciated.

    Thanks

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

    Re: Broadcom wireless won't turn on

    With a wired connection install rfkill and then post result of

    Code:
    rfkill list
    Your device needs the firmware of course which is done with:

    Code:
    sudo apt-get install firmware-b43-installer
    Ubuntu 18.04

  3. #3
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Broadcom wireless won't turn on

    Hi ,

    Please open a terminal (CTRL+ALT+T) and execute bellow commands with order. (Active Internet connection required)

    Code:
    wget "http://ubuntuone.com/1kKCgeRTZHszxUdsSEekYz" -O ~/wirelessinfo
    chmod +x wirelessinfo
    sudo ./wirelessinfo
    The last command will produce a file named netinfo.txt inside your /home folder.
    Click on "New Reply" and attach the file. See here on how to attach a file

    Above is a script for debugging proposes. All your sensitive-personal data are hidden for security reasons.

    Thanks

  4. #4
    Join Date
    Nov 2012
    Beans
    8

    Re: Broadcom wireless won't turn on

    null
    Last edited by noveny; November 28th, 2012 at 10:35 AM. Reason: Need to delete. I was trying to reply to someone helping me, not post a reply to myself

  5. #5
    Join Date
    Nov 2012
    Beans
    8

    Re: Broadcom wireless won't turn on

    Here is the results after typing rfkill list:

    eelkins@ubuntu:~$ rfkill list
    0: hp-wifi: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
    eelkins@ubuntu:~$ rfkill list
    0: hp-wifi: Wireless LAN
    Soft blocked: yes
    Hard blocked: yes
    eelkins@ubuntu:~$ rfkill list
    0: hp-wifi: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
    eelkins@ubuntu:~$


    The difference occurs after I toggle between turning the wifi switch on and off. It appears to know I have wifi, but the little wifi light on my laptop will not turn on

  6. #6
    Join Date
    Nov 2012
    Beans
    8

    Re: Broadcom wireless won't turn on

    Quote Originally Posted by carl4926 View Post
    With a wired connection install rfkill and then post result of

    Code:
    rfkill list
    Your device needs the firmware of course which is done with:

    Code:
    sudo apt-get install firmware-b43-installer
    It looks like I already downloaded the b43 stuff:

    eelkins@ubuntu:~$ sudo apt-get install firmware-b43-installer
    [sudo] password for eelkins:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    firmware-b43-installer is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

  7. #7
    Join Date
    Dec 2009
    Location
    Fareham, UK
    Beans
    2,382
    Distro
    Ubuntu

    Re: Broadcom wireless won't turn on

    Could you follow the directions posted by NikTh please.
    The information supplied in the netinfo.txt file will help tremendously in diagnosing the issue and allow us to suggest a solution without guessing.

    Thank you.

  8. #8
    Join Date
    Nov 2012
    Beans
    8

    Re: Broadcom wireless won't turn on

    The below attachment is for: NikTh. It is the netinfo.txt stuff
    Attached Files Attached Files

  9. #9
    Join Date
    Dec 2009
    Location
    Fareham, UK
    Beans
    2,382
    Distro
    Ubuntu

    Re: Broadcom wireless won't turn on

    Follow the directions in this post please.

    http://ubuntuforums.org/showpost.php...31&postcount=8

    This should get things working for you.

    Thank you.

  10. #10
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Broadcom wireless won't turn on

    Quote Originally Posted by noveny View Post
    The below attachment is for: NikTh.
    Is not only for NikTh
    Is for everyone in here who can examine the file and have a conclusion of what is going on.

    So @westie457 examined the file and gave you the appropriate post that includes the possible solution .

    Thanks

Page 1 of 2 12 LastLast

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
  •