Bug 217978
Summary: | rtw89_8852be wifi disconnects and needs to be restarted | ||
---|---|---|---|
Product: | Drivers | Reporter: | Victor (victormingueza) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | NEW --- | ||
Severity: | normal | CC: | bagasdotme, fw, victormingueza |
Priority: | P3 | ||
Hardware: | AMD | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Victor
2023-10-04 10:10:47 UTC
Hi all, After some more testing I found a workaround for now to run any modern kernel (> 6.2). I disabled some of the features for low power mode on the pci device and it seems stable now while running 6.5. I created a file in modprobe.d to disable the power saving settings: /etc/modprobe.d/20-wifi.conf options rtw89_pci disable_aspm_l1ss=y disable_aspm_l1=y options rtw89_core disable_ps_mode=y Probably there are some issues with the driver when in power saving mode, which is the default behavior. Hopefully the new info brings some light for fixing the drivers. Thanks, (In reply to Victor from comment #1) > Hi all, > > After some more testing I found a workaround for now to run any modern > kernel (> 6.2). I disabled some of the features for low power mode on the > pci device and it seems stable now while running 6.5. > > I created a file in modprobe.d to disable the power saving settings: > > /etc/modprobe.d/20-wifi.conf > options rtw89_pci disable_aspm_l1ss=y disable_aspm_l1=y > options rtw89_core disable_ps_mode=y > > Probably there are some issues with the driver when in power saving mode, > which is the default behavior. Hopefully the new info brings some light for > fixing the drivers. > Then please do bisection (for reference see Documentation/admin-guide/bug-bisect.rst in the kernel sources). (In reply to Bagas Sanjaya from comment #2) > Then please do bisection (for reference see > Documentation/admin-guide/bug-bisect.rst in the kernel sources). I used to see this quite a lot, but sadly with varying delays after boot. I didn't see a way to make bisection work. But for a while, I have not experience the issue with Fedora kernels. I suspect it may have been fixed. |