TPLink TL-WN823N wifi dongle isn't recognized

  • PI3 + LE 8.01 (4.9.13 kernel)

    Should work out of the box but it isn't.

    dmesg | grep usb

    2.368210] usb 1-1.5: new high-speed USB device number 6 using dwc_otg
    [ 2.460885] usb 1-1.5: New USB device found, idVendor=0a5c, idProduct=bd1e
    [ 2.460894] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 2.460898] usb 1-1.5: Product: Remote Download Wireless Adapter
    [ 2.460901] usb 1-1.5: Manufacturer: Broadcom
    [ 2.460905] usb 1-1.5: SerialNumber: 000000000001
    [ 3.755151] usbcore: registered new interface driver brcmfmac
    [ 4.402419] usb_endpoint_descriptor(0):
    [ 4.402431] RTL871X: RT_usb_endpoint_is_bulk_in = 4
    [ 4.402433] usb_endpoint_descriptor(1):
    [ 4.402443] RTL871X: RT_usb_endpoint_is_bulk_out = 5
    [ 4.402445] usb_endpoint_descriptor(2):
    [ 4.402455] RTL871X: RT_usb_endpoint_is_bulk_out = 6
    [ 4.402457] usb_endpoint_descriptor(3):
    [ 4.402471] RTL871X: RT_usb_endpoint_is_int_in = 7, Interval = 3
    [ 4.402475] usb_endpoint_descriptor(4):
    [ 4.402490] RTL871X: RT_usb_endpoint_is_bulk_out = 8
    [ 4.506420] RTL871X: ### PS params=> power_mgnt(0),usbss_enable(0) ###
    [ 4.514542] usbcore: registered new interface driver rtl8192eu

    LibreELEC:~ # lsmod

    Module Size Used by
    hci_uart 15605 1
    btbcm 5315 1 hci_uart
    bluetooth 291781 3 hci_uart,btbcm
    8192eu 844890 0
    bcm2835_gpiomem 2652 0
    brcmfmac 181893 0
    brcmutil 4893 1 brcmfmac
    cfg80211 246778 1 brcmfmac
    fixed 2407 0
    rfkill 13757 6 bluetooth,cfg80211


    tried to load another dirver
    modprobe 8192cu


    LibreELEC:~ # lsmod
    Module Size Used by
    8192cu 582146 0
    hci_uart 15605 1
    btbcm 5315 1 hci_uart
    bluetooth 291781 3 hci_uart,btbcm
    8192eu 844890 0
    bcm2835_gpiomem 2652 0
    brcmfmac 181893 0
    brcmutil 4893 1 brcmfmac
    cfg80211 246778 1 brcmfmac
    fixed 2407 0
    rfkill 13757 6 bluetooth,cfg80211

    it doesn't help. The TPLink doesn't connect.
    Please advice

    Edited once, last by tito1337 (May 8, 2017 at 8:57 PM).