My wireless USB dongle is unable to connect to any Access Points: https://deviwiki.com/wiki/EDUP_EP-AC1607 The connection simply hangs indefinitely or repeatedly requests a password (dmesg below). It works perfectly on Windows and through searching, it seems the drivers for this device work perfectly for everyone else using linux. Is anyone able to help troubleshoot this issue?
I’m using the driver rtl8812AU_8821AU-kmp-default-20200719_k5.10.16_1-14.8 from the Sauerland repository but have also tried openSUSE’s other drivers rtl8812au-5.9.3.2+git20201214.b95e750-1.4 and rtl8812au-kmp-default-5.9.3.2+git20201214.b95e750_k5.10.16_1-1.4 with no difference in results.
When attempting to connect to a router:
# dmesg
[183310.666978] usb 1-2: new high-speed USB device number 10 using xhci_hcd
[183310.815472] usb 1-2: New USB device found, idVendor=0bda, idProduct=0811, bcdDevice= 2.00
[183310.815476] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[183310.815478] usb 1-2: Product: 802.11ac WLAN Adapter
[183310.815479] usb 1-2: Manufacturer: Realtek
[183310.815480] usb 1-2: SerialNumber: 00e04c000001
[183310.865296] RTL871X: rtw_ndev_init(wlan0)
[183311.439762] rtl8812au 1-2:1.0 wlp0s20u2: renamed from wlan0
[183318.857717] RTL871X: rtw_set_802_11_connect(wlp0s20u2) fw_state=0x00000008
[183319.154971] RTL871X: start auth
[183319.488204] RTL871X: sta recv disassoc reason code(8) sta:10:56:11:63:dd:45
[183320.241293] RTL871X: rtw_set_802_11_connect(wlp0s20u2) fw_state=0x00000008
[183323.455821] RTL871X: start auth
[183323.777871] RTL871X: sta recv disassoc reason code(8) sta:10:56:11:63:dd:45
[183325.525818] RTL871X: rtw_set_802_11_connect(wlp0s20u2) fw_state=0x00000008
[183328.780711] RTL871X: start auth
[183329.085913] RTL871X: sta recv disassoc reason code(8) sta:10:56:11:63:dd:45
[183340.117557] RTL871X: rtw_set_802_11_connect(wlp0s20u2) fw_state=0x00000008
[183343.321558] RTL871X: start auth
[183343.645639] RTL871X: sta recv disassoc reason code(8) sta:10:56:11:63:dd:45
[183343.981983] RTL871X: rtw_set_802_11_connect(wlp0s20u2) fw_state=0x00000008
[this repeats indefinitely]
Using a my mobile phone’s wifi hotspot, I’m repeatedly asked for a password until after a several tries KDE informs me that the interface is disconnected due to “No secrets provided” I made the password very simple for testing purposes and am also able to connect to the same hotspot using my laptop’s internal wifi interface:
# dmesg
[184150.865008] RTL871X: rtw_set_802_11_connect(wlp0s20u2) fw_state=0x00000008
[184150.901976] RTL871X: start auth
[184166.720846] RTL871X: rtw_set_802_11_connect(wlp0s20u2) fw_state=0x00000008
[184166.774817] RTL871X: start auth
[184181.942001] RTL871X: rtw_set_802_11_connect(wlp0s20u2) fw_state=0x00000008
[184182.031320] RTL871X: start auth
[184214.844578] RTL871X: rtw_set_802_11_connect(wlp0s20u2) fw_state=0x00000008
[184214.901994] RTL871X: start auth
[184230.049049] RTL871X: rtw_set_802_11_connect(wlp0s20u2) fw_state=0x00000008
[184230.263377] RTL871X: start auth
System information:
# uname -a Linux Box 5.10.16-1-default #1 SMP Sat Feb 13 16:20:19 UTC 2021 (11381f3) x86_64 x86_64 x86_64 GNU/Linux
# lsmod | grep rtl8812
rtl8812au 1445888 0
cfg80211 962560 5 rtl8812au,8814au,iwlmvm,iwlwifi,mac80211
usbcore 323584 12 rtl8812au,8814au,xhci_hcd,ehci_pci,usbhid,cdc_acm,usb_storage,uvcvideo,ehci_hcd,btusb,xhci_pci,uas
# /usr/bisn/lsusb:
Bus 003 Device 002: ID 8087:8001 Intel Corp. Integrated Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 04f2:b449 Chicony Electronics Co., Ltd Integrated Camera
Bus 001 Device 005: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
Bus 001 Device 010: ID 0bda:0811 Realtek Semiconductor Corp. Realtek 8812AU/8821AU 802.11ac WLAN Adapter [USB Wireless Dual-Band Adapter 2.4/5Ghz]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub