Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Wifi after sleep for Legion 5 Pro #7

Open
ikus060 opened this issue Nov 13, 2023 · 0 comments
Open

Fix Wifi after sleep for Legion 5 Pro #7

ikus060 opened this issue Nov 13, 2023 · 0 comments

Comments

@ikus060
Copy link

ikus060 commented Nov 13, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant