ErnWong / dotfiles

Let's start from fresh again
2 stars 0 forks source link

Wifi keeps cutting out until wifi is restarted #25

Open ErnWong opened 6 months ago

ErnWong commented 2 months ago

Just checking the sudo dmesg -T logs right after I experienced this, and I don't see any recent logs (latest was 10 minutes before the disconnect)

ErnWong commented 2 months ago

One time I got this message when it coincided with the wifi unfreezing:

[Wed Sep 25 21:55:10 2024] rtw89_8852be 0000:0b:00.0: timed out to flush queues
[Wed Sep 25 21:55:10 2024] rtw89_8852be 0000:0b:00.0: timed out to flush queues
[Wed Sep 25 21:55:15 2024] wlp11s0: authenticate with <address redacted>
[Wed Sep 25 21:55:15 2024] wlp11s0: send auth to <address redacted> (try 1/3)
[Wed Sep 25 21:55:15 2024] wlp11s0: send auth to <address redacted>try 2/3)
[Wed Sep 25 21:55:15 2024] wlp11s0: authenticated
[Wed Sep 25 21:55:15 2024] wlp11s0: associate with <address redacted> (try 1/3)
[Wed Sep 25 21:55:15 2024] wlp11s0: RX AssocResp from <address redacted> (capab=0x511 status=0 aid=2)
[Wed Sep 25 21:55:15 2024] wlp11s0: associated
ErnWong commented 2 months ago

A number of internet resources seem to suggest the following as a first resort to see if it resolves the problem:

disable_aspm=y
disable_aspm_l1=y
disable_aspm_l1ss=y
disable_ps_mode=y
disable_clkreq=y
disable_msi=y
disable_lps=y

to various rtw89 conf files...

ErnWong commented 2 months ago

More logs posted in private gist