02-16-2020, 02:24 PM
(02-16-2020, 04:09 AM)geih Wrote: ...
Finally, I could get it running with the following steps:
- adding "mem_sleep_default=deep" to the kernel command line (in /boot/boot.txt and then running mkscr); can be checked with:
Code:[root@pinebookpro ~]# cat /sys/power/mem_sleep
s2idle [deep]Now, my system is using S3 sleep ("PM: suspend entry (deep)" in dmesg).
- changing the systemd-sleep settings in /etc/systemd/sleep.conf from "SuspendState=freeze" to "SuspendState=mem" (active after reboot or "systemctl daemon-reload")
Thanks geih! I only did the second of your two items and that changed it for me so that barely any power is used during sleep, whereas before, it seemed like barely any was being saved.