MSI claw won’t connect to wifi after waking up from sleep
Hey, first time Bazzite user here. Whenever I wake up my MSI claw from sleep, the device seemed to disconnect from the Wifi. Whenever I try to reconnect, the device couldn’t detect any networks. Can this be fixed or is this a problem specific to the MSI claw/Intel handhelds?
5 Replies
You can try modifying this ayaneo wifi fix for the MSI claw: https://github.com/aarron-lee/gpd-win-tricks/tree/mt7921e_fix/suspend-fix
GitHub
gpd-win-tricks/suspend-fix at mt7921e_fix · aarron-lee/gpd-win-tricks
Info on running linux on GPD Win devices. Contribute to aarron-lee/gpd-win-tricks development by creating an account on GitHub.
I finally attempted the fix. Installed in terminal and modified the resume-mods and the suspend-mods to have 'iwlwifi' but it seemed that it still doesnt work
You can check to see if the suspend and resume systems services are running
sudo systemctl status suspend-fix.service
sudo systemctl status resume-fix.service
also, if you didn't already, sudo systemctl daemon-reload
, and then restart the suspend and resume serivces
it could also be that you need to rmmod/modprobe a different module
maybe iwlmvm
?
but if none of that works, then it sounds like this workaround won't address your issueadd pcie_port_pm=off to kernel arguments
so
rpm-ostree kargs --append-if-missing=pcie_port_pm=off