Skip to content

Fix Wifi after sleep for Legion 5 Pro  #7

@ikus060

Description

@ikus060

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions