rtlwifi-linux / rtw88_8723de

19 stars 7 forks source link

LAN broken on Archlinux, Kernel 5.8 #6

Open c4explosive opened 4 years ago

c4explosive commented 4 years ago

When i upgraded to the latest kernel on archlinux (5.8) and connect with sshfs (ssh filesystem) to any device inside my wifi's lan, the remote device work for a few minutes (1 o 2) or before a file's refresh or a heavy operation (copy a file or create directory); after that, the device is not detected anymore and all pings to this devices, fails, so i need to reconnect to the wifi's lan again, for make it to work, losing all progress done in sshfs.

This problem is given only with this driver (rtw88_8723de) introduced on Kernel 5.8, but when i used the driver rtl8723de from this source: https://github.com/smlinux/rtl8723de, all works fine and sshfs works perfect on previous kernel releases (5.6 and 5.7). But with the newest version, is impossible to use the driver rtl8723de and replace this driver (rtw88_8723de), so i stuck on wifi's lan problem described before, when use newest version of kernel. For "fix" the problem, i rollback the whole distribution to the date: 2020-07-29, and use the driver (rtl8723de), so with this setup all works ok. But i can't upgrade anything, because of this new driver.

pkshih commented 3 years ago

If you can attach kernel log with debug_mask=0xffffffff in period of booting to disconnect from AP, I can help to see if something wrong.