Comment 19 for bug 1927808

Revision history for this message
Ping-Ke Shih (pkshih) wrote :

My propose method is to fix ASPM issue by driver instead.

So, don't apply "pcie_aspm=force pcie_aspm.policy=performance" to kernel parameter, but
add a file /etc/modprobe.d/rtw88_pci.conf with below content
  options rtw88_pci disable_aspm=1

(Sorry, disable_aspm=0 in #17 is typo)

Then, power-off (ensure wifi card is power-off as well) and power-on.

To make sure the setting take effect
  cat /sys/module/rtw_pci/parameters/disable_aspm
The output must be 1.