Skip to content

Commit 5aefde3

Browse files
committed
rtw89: Update README.md and add 70-rtw89.conf
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
1 parent 497a09e commit 5aefde3

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

‎70-rtw89.conf‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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+

‎README.md‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,13 @@ sudo cp suspend_rtw89 /usr/lib/systemd/system-sleep/.
113113
That 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
118124
sudo nano /etc/modprobe.d/<dev_name>.conf
119125
```

0 commit comments

Comments
 (0)