[Solved] p14s Gen5 (AMD) failes to wake up from sleep #3586
Replies: 4 comments 2 replies
|
Have you checked to see if you have any BIOS updates? |
|
Having a similar issue on my Razer Blade Stealth 13 Late 2019 (Intel) notebook. Device info Current Image If I update to any image after the I also tried switching to a current non-nvidia image, after seeing some complaints online about nvidia drivers causing breakages... However, the issue seems to persist on those images as well. I've rolled back to
|
|
I've just updated the image: and ran amd_s2idle.py and it was able to successfully sleep and wakup the laptop I was curious how the script triggers sleep and I found that it will either trigger it through dbus or by writing "mem" to /sys/power/state so I tried replicating that and it sleeps and wakes up no issues! However, suspending via the power menu on the upper right bar fails to actually suspend the laptop (everything goes black but the light on the power button is continuously lit, unlike the fadein/fadeout pattern when the laptop sleeps). So I'm guessing the problem likely isn't the kernel version but with some kind of interaction with the gui system? Right now I'm just happy I can just just manually trigger suspend via the command line but it would be nice if suspending via the gui (or by lid) works too. Update: I may have celebrated too early. While the laptop wakes up from suspend if I wake it up from the keyboard, closing the lid while suspended then waking it up from the lid opening will momentarily wakeup the laptop (I can see the desktop flash) then suddenly hang the machine (screen black, keyboard lights on, but machine is unresponsive) and I have to hard shutdown the laptop via holding the power button for a few seconds :( The way I work around this is to add an ignore for logind: This seems to disable the logind handling, but the laptop still wakes up properly from sleep when opening the lid. The only issue is that when it does wake from sleep, the laptop isn't "locked" (i.e. you don't have to enter your password to unlock the desktop) so it's a bit of a security concern if let's say my laptop is stolen while sleeping. |
|
tl;dr docker containers (in this case they all had restart:always set so maybe that was the issue?) are causing the laptop to freeze before entering suspend I've installed a fresh bluefin onto a spare nvme ssd and it was able to sleep properly. However after I rsynced my /var to this new installation and then rebooted (so basically all of my flatpaks, browser profiles, etc were synced) it wasn't able to sleep again. So it looks like it wasn't the kernel or anything that's part of the image. At first I thought it was my flatpak apps, but then I remembered sometime ago that docker was causing some issues with sleep on a different laptop (gpd win max 2 also running bluefin) and after a quick |
Uh oh!
There was an error while loading. Please reload this page.
Hello! I've been running bluefin for the better part of this year on my p14s Gen5 (AMD) system.
Everything has been great except that any new images above
doesn't wake up from sleep :(
I've pinned this current image since this seems to be the last one that allows waking up from sleep.
I've also tried the latest bazzite image
hoping that the newer kernels there would have fixed things, but to no avail.
I've also tried
amd_s2idle.pywhich works well; it sleeps and wakes up but I'm guessing it's because it's setting a wake timer. However suspending (either via laptop lid or through the power menu option orsystemctl suspend) makes the machine suspend, but it just keeps sleeping even when I try to wake it up via the keyboard, opening the lid, plugging in a usb keyboard and typing, touchpad, or un/plugging power.I'm not really sure how to troubleshoot this. Right now I'm good with just selecting the pinned image whenever I reboot (I'll probably set it as default later on if I still can't get this working) so any hints are appreciated.
I'm currently downloading the bluefin iso and later will try to install that on a different drive to see if a fresh install works.
Thanks a lot!
All reactions