Re: Laptop resumes each 1h13 after suspend-to-ram
On 12/09/2025 19:17, Eugen Dedu wrote:
On 12/09/2025 03:55, Max Nikulin wrote:
On 11/09/2025 22:30, Eugen Dedu wrote:
I have a weird problem with suspend-to-ram with my Dell Precision
3591 laptop, which awakes alone/itself, without touching it
[...]
Thu 11 Sep 04:42:30 CEST 2025
Thu 11 Sep 05:55:58 CEST 2025
Thu 11 Sep 07:09:26 CEST 2025
Have you tried to read logs to see if some task is started immediately
after resume?
sudo journalctl --since '2025-09-11 05:50'
It is very long, I put it at https://dedu.fr/log.txt.
Have you tried to read it?
kernel: (NULL device *): firmware: failed to load nvidia/ad107/gsp/gsp-535.113.01.bin (-2)
I expect, you may make it a bit shorter by installing
firmware-nvidia-graphics.
I see 2 tasks started immediately after resume:
systemd[1]: Starting fwupd-refresh.service - Refresh fwupd metadata and update motd...
systemd[1]: Starting phpsessionclean.service - Clean php session files...
Is it common pattern for every resume? systemd.timer(5) describes at
least WakeSystem=, so I would inspect suspicious units
systemctl cat fwupd-refresh.timer
systemctl show --property WakeSystem fwupd-refresh.timer
(or something similar for unit name).
Note that the awake occurs only I suspend by pressing the button on the
keyboard; if I close the lid it does not awake.
kernel: PM: suspend entry (s2idle)
Is it common for both cases of keyboard button and lid? On my laptop I
have "PM: suspend entry (deep)", "ACPI: PM: Preparing to enter system
sleep state S3", "ACPI: PM: Waking up from system sleep state S3".
Perhaps different power states are configured for different event.
Reply to: