Mange / rtl8192eu-linux-driver

Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131 rev E1 included!)
1.32k stars 435 forks source link

Network-Manager prompt for password repeatedly on linux 4.9 #64

Closed xkos closed 6 years ago

xkos commented 6 years ago

it works well on debian 8 yesterday i upgrade to debian 9 and it didn't work and i reinstall it and it prompt for password this is msg show: img_20171129_115538

it seems auth success but i don't know why it can't connect

xkos commented 6 years ago

i add 8192eu to /etc/modules-load.d/module.conf and it also prompt for password repeatedly

xkos commented 6 years ago
  *-network
       description: Wireless interface
       physical id: 1
       bus info: usb@3:5
       logical name: wlx3c46d8c536e6
       serial: 3c:46:d8:c5:36:e6
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=rtl8192eu multicast=yes wireless=unassociated
xkos commented 6 years ago

dmesg

[  117.900919] RTL871X: start auth
[  117.903989] RTL871X: auth success, start assoc
[  117.939147] RTL871X: rtw_cfg80211_indicate_connect(wlx3c46d8c536e6) BSS not found !!
[  117.939152] RTL871X: assoc success
[  117.954406] RTL871X: recv eapol packet
[  117.954560] RTL871X: send eapol packet
[  117.980124] RTL871X: OnDisassoc(wlx3c46d8c536e6) reason=8, ta=90:03:25:b9:a4:c0
[  121.905256] RTL871X: nolinked power save enter
[  125.282188] RTL871X: nolinked power save leave
[  125.940767] RTL871X: nolinked power save enter
[  127.302208] RTL871X: nolinked power save leave
[  127.302282] RTL871X: rtw_set_802_11_connect(wlx3c46d8c536e6)  fw_state=0x00000008
michaelweghorn commented 6 years ago

This might be the issue desribed at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23839605

Does it work if you disable MAC address randomization in NetworkManager, e.g. by creating a file /etc/NetworkManager/conf.d/30-mac-randomization.conf with the following content?

# disable MAC randomization during Wifi scan
# as this leads to (some) USB WLAN adapters not
# being able to connect to a WLAN network,
# s. Debian bug #839605.
[device-mac-randomization]
wifi.scan-rand-mac-address=no
xkos commented 6 years ago

i work thank you !!

hsnhrn commented 3 years ago

Can anyone help me in understanding what does log [ 117.939147] RTL871X: rtw_cfg80211_indicate_connect(wlx3c46d8c536e6) BSS not found !!

means?

Thank you!