Results 1 to 4 of 4

Thread: Wifi adapter not found

  1. #1
    Join Date
    Mar 2020
    Beans
    2

    Wifi adapter not found

    Few minutes back installed ubuntu and not able to connect to wifi network. please help me

    as i am new here i have no much idea, if u need any additional data please give me terminal code also to retrieve that

    ran the following command in terminal
    lspci -knn | grep Net -A3; rfkill list

    and received:
    0a:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
    Subsystem: AzureWave BCM4352 802.11ac Wireless Network Adapter [1a3b:2b23]
    Kernel driver in use: bcma-pci-bridge
    Kernel modules: bcma
    0: dell-rbtn: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

  2. #2
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Wifi adapter not found

    With an alternative internet connection (Ethernet, USB tethering from a phone, etc.), try this:

    Code:
    sudo apt purge bcma-pci-bridge
    sudo apt install bcmwl-kernel-source
    Source: https://ubuntuforums.org/showthread.php?t=2214110

  3. #3
    Join Date
    Mar 2020
    Beans
    2

    Re: Wifi adapter not found

    thank you. it worked.

  4. #4
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Wifi adapter not found

    Great.

    Please use the thread tools to mark it as solved.

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
  •