As the title says, I’m facing the problem of finding my laptop completely off after 2 to 3 days of suspend to RAM (depends on the battery it had before suspend, but definitely between 60 and 90%). It seems it drains the battery too fast while being suspended.
Finding the laptop completely dead with zero charge hurts the battery (deep discharges compromise battery longevity) and my productivity (all open windows are lost).
I have investigated a couple of possible causes:
- At first I thought that suspend failed and the laptop was still on, which is invisible if you have closed the lid. That doesn’t seem to be the case: I now hit the “suspend” choice in software and wait until successful sleep and blinking fingerprint reader.
- Then I read that there is a possibility of installing the USB/DisplayPort ports in the wrong order that causes higher power consumption. I’m in the clear here: Ports 1 and 3 have USB type-c expansions slots, while USB-A is on port 4 (and port 2 has HDMI).
- Finally I read that Linux provides a
deepstate for system suspend, but I see that my Framework only supportss2idle:$ cat /sys/power/mem_sleep [s2idle]
Any idea if I can (even with debug/test kernel options) turn on the “deep” sleep choice?
Otherwise, how can I reduce the battery drain during suspend to RAM?