Rasp Pi3 USB W-Fi

  • Hi! I disable onboard wi-fi.

    dtoverlay=pi3-disable-wifi

    How I can connect USB Wi-fi?

    In settings now no Wi-fi setup.

    Code
    Bus 001 Device 005: ID 043e:3001 LG Electronics USA, Inc. AN-WF100 802.11abgn Wireless Adapter [Broadcom BCM4323]
    
    [    2.344803] usb 1-1.3: new high-speed USB device number 5 using dwc_otg
    [    2.437311] usb 1-1.3: New USB device found, idVendor=043e, idProduct=3001
    [    2.437321] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    2.437325] usb 1-1.3: Product: Remote Download Wireless Adapter
    [    2.437329] usb 1-1.3: Manufacturer: Broadcom
    [    2.437332] usb 1-1.3: SerialNumber: 0

    If i blocked driver onboard brcmfmac.

    Can't setup USB-Wi-Fi.

    Edited once, last by Cryologic (October 26, 2017 at 11:37 AM).

  • en:users:drivers:brcm80211 [Linux Wireless]

    ^ there is no linux driver for this chipset; throw it out (or return it if you can) and get something something else

    Really? Dmesg says otherwise

    Code
    [    2.344803] usb 1-1.3: new high-speed USB device number 5 using dwc_otg
    [    2.437311] usb 1-1.3: New USB device found, idVendor=043e, idProduct=3001
    [    2.437321] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    2.437325] usb 1-1.3: Product: Remote Download Wireless Adapter
    [    2.437329] usb 1-1.3: Manufacturer: Broadcom
    [    2.437332] usb 1-1.3: SerialNumber: 0
  • All that is saying is that the USB device has been recognized. The kernel has no idea, based on the ID, on what driver to use.

    As @chewitt said "^ there is no linux driver for this chipset"

    Replace it, or use the onboard. I've got working USB dongles from ebay (from China) and they work fine. You just have to be lucky or better, selective on what to buy.

    You can either wait to see if the chipset is eventually included into the mainline kernel (unlikely), compile the kernel yourself (painful) or just get one that just works on linux. (an easier option)