RE: Error in rtw89 using Kernel 7.1.4
Ping-Ke Shih <[email protected]>
| Newsgroups | org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
Adrodoc <[email protected]> wrote: > > By the way, the first log you shared shows that disconnection happened after SER L1 about 50 seconds. > SER L1 seems not a related event. > > I am pretty sure SER L1 (or maybe "firmware failed to ack for leaving > ps mode") is a relevant event, because the connection was not > functioning properly during these 50 seconds. For later experiments (such as kernel 6.6.9), did you also confirm this after SER happened? Maybe, you can a ping with timestamp in background: ping 8.8.8.8 | while read dt; do echo "$(date '+%Y-%m-%d %H:%M:%S') - $dt"; done > > The second way is to debug on the latest kernel and apply debug patch to dump more detail needed by > internal experts. But it seems like this is still uncertain because of hardware flaw they mentioned. > > Is that still an option? I think it might yield results faster. Since > I have to keep a kernel running for about a day to make sure it > doesn't have the disconnect issue, bisecting will take quite some > time. The path to debug SER dump is longer, because I personally don't understand the numbers, so I will need internal experts to help analyzing your feedback. Since RTL8852AE is earlier chip, the progress will be slower. So be patient if we choose this way. Personally I prefer to bisect kernel first (though it takes time too). If the cause isn't from driver side, let's move to debug SER dump.