We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
And that seams to make everything working.
The text was updated successfully, but these errors were encountered: