-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hello,
On Lenovo Legion 5 Pro with linux 6.5 the wifi controller doesn't work after going in sleep mode.
After some dinging, I found the following tips to get it fix on recent Lenovo laptop: lwfinger/rtw89#275 (comment)
sudo nano /etc/modprobe.d/rtw8852be.conf
In that file, add the lines
options rtw89_pci disable_aspm_l1=y disable_aspm_l1ss=y
options rtw89pci disable_aspm_l1=y disable_aspm_l1ss=y
options rtw89_core disable_ps_mode=y
options rtw89core disable_ps_mode=y
And that seams to make everything working.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels