Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Wifi not working on Broadcom [14e4:43b1] (rev 03)

  1. #11
    Join Date
    May 2014
    Location
    /home
    Beans
    10,943
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Wifi not working on Broadcom [14e4:43b1] (rev 03)

    Moved to Debian subforum

  2. #12
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Wifi not working on Broadcom [14e4:43b1] (rev 03)

    If you walk the laptop right next to the router, are there still no scan results?

    If there are now scan results, we wonder if both antenna wires are connected securely. If there are still no scan results, then, regrettably, I have no other suggestions aside from a new wireless card; eithe PCI or USB.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #13
    Join Date
    Nov 2018
    Beans
    11

    Re: Wifi not working on Broadcom [14e4:43b1] (rev 03)

    The scan was done about 2m from the router. Strange thing is, the WiFi worked (I removed Windows 8 for Linux) just fine on Windows 8. Both LiveUSB and HDD installs of Debian/Ubuntu did not work, no scan results.

    I thank you for your time and effort and wish there was something that could be done to get it working. The laptop was purchased used for an employee to learn about Linux, but I will have to reinstall Windows in order to move forward.

    Thanks again.

  4. #14
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Wifi not working on Broadcom [14e4:43b1] (rev 03)

    It is certainly possible to replace the wireless card in the laptop, barring a whitelist. https://www.wirelesshack.org/wp-cont...s-802.11ac.jpg As well, there are many inexpensive USB wireless devices available: https://ubuntuforums.org/showthread.php?t=2397914

    In any event, I am sorry I couldn't be more helpful.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #15
    Join Date
    Nov 2018
    Beans
    11

    Re: Wifi not working on Broadcom [14e4:43b1] (rev 03)

    Thanks, I shouldnt give up so easily. Thanks to your linked thread, the closest USB device locally was this:

    https://www.amazon.com/D-Link-Wirele...ct_top?ie=UTF8

    Will take a chance and see if it works!

  6. #16
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Wifi not working on Broadcom [14e4:43b1] (rev 03)

    Quote Originally Posted by nasi-n View Post
    Thanks, I shouldnt give up so easily. Thanks to your linked thread, the closest USB device locally was this:

    https://www.amazon.com/D-Link-Wirele...ct_top?ie=UTF8

    Will take a chance and see if it works!
    You will need to blacklist the internal Broadcom when you install the USB. Post back if you need additional guidance.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #17
    Join Date
    Nov 2018
    Beans
    11

    Re: Wifi not working on Broadcom [14e4:43b1] (rev 03)

    USB adapter received. I would really appreciate help in ensuring the internal adapter is blacklisted.

    Thanks!

  8. #18
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Wifi not working on Broadcom [14e4:43b1] (rev 03)

    Quote Originally Posted by nasi-n View Post
    USB adapter received. I would really appreciate help in ensuring the internal adapter is blacklisted.

    Thanks!
    From the terminal:

    Code:
    sudo -i
    modprobe -r wl
    echo "blacklist wl"  >>  /etc/modprobe.d/blacklist.conf
    exit
    You should be all set.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #19
    Join Date
    Nov 2018
    Beans
    11

    Re: Wifi not working on Broadcom [14e4:43b1] (rev 03)

    Thank you. Have blacklisted the module successfully, but with the USB adaptor connected, there is no wireless dialogue.

    lsusb does show the adaptor as connected.

    Any tips?

  10. #20
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Wifi not working on Broadcom [14e4:43b1] (rev 03)

    Please show us:
    Code:
    lsusb
    iwconfig
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 2 of 3 FirstFirst 123 LastLast

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
  •