lwfinger / rtl8723au

Repo for RTL8723AU code before Linux Kernel commit
126 stars 46 forks source link

ERROR sta recv deauth reason code(7) #36

Closed donpdonp closed 8 years ago

donpdonp commented 10 years ago

This driver works quite well for me on a Lenovo Yoga 13 laptop with kernel 3.13.0.

However there is a single restaurant in town that has an access point that causes the driver to throw errors and not associate with the access point. The dmesg output is:

[19610.339888] usb 2-1.7: new high-speed USB device number 32 using ehci-pci [19636.102929] RTL8723AU: ERROR indicate disassoc [19636.102992] RTL8723AU: ERROR set bssid:00:00:00:00:00:00 [19636.103118] RTL8723AU: ERROR set ssid [?b\xffffff80)D\xffffffde|\xffffffa5\xffffff89NWY\xffffffd3Q\xffffffad\xffffffac\xffffff86\xffffff95\xffffff80\xffffffec\x17\xffffffe4\xffffff85\xfffffff1\xffffff8c f\xfffffff1|\xffffffc0|\xffffffbb\x161\x08\xfffffffc] fw_state=0x00000008 [19636.105813] RTL8723AU: ERROR sta recv deauth reason code(7) sta:90:72:40:21:0b:84 [19636.136209] RTL8723AU: ERROR indicate disassoc [19641.597909] RTL8723AU: ERROR nolinked power save enter

unhammer commented 8 years ago

Did you try turning off power saving? Something like

$ cat /etc/modprobe.d/powersave-rtl8723au-mine.conf 
options rtl8723au fwlps=0 swlps=0 rtw_power_mgnt=0

(or should that be options 8723au fwlps=0 swlps=0 rtw_power_mgnt=0 ?)

donpdonp commented 8 years ago

This laptop died an early death due to giving the motherboard a full cup of coffee by accident. I no longer have the hardware so i'll close the ticket, Thanks!