File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # set options for faulty HP and Lenovo BIOS code
2+ options rtw89_pci disable_aspm_l1=y disable_aspm_l1ss
3+ options rtw89pci disable_aspm_l1=y disable_aspm_l1ss
4+
Original file line number Diff line number Diff line change @@ -113,7 +113,13 @@ sudo cp suspend_rtw89 /usr/lib/systemd/system-sleep/.
113113That script will unload the driver before sleep or hibernation, and reload it following resumption.
114114
115115##### Option configuration
116- If it turns out that your system needs one of the configuration options, then do the following:
116+ IMPORTANT: If you have an HP or Lenovo laptop, Their BIOS does not handle the PCIe interface correctly.
117+ To compensate, run the following command:
118+ sudo cp 70-rtw89.conf /etc/modprobe.d/.
119+ Then unload the drivers and reload. You should see the options appended to the end of the rtw89_pci
120+ or rtw89pci load line.
121+
122+ If it turns out that your system needs one of the other configuration options, then do the following:
117123``` bash
118124sudo nano /etc/modprobe.d/< dev_name> .conf
119125```
You can’t perform that action at this time.
0 commit comments