(New to Linux)
I have 3 Notebooks with Fedora 40 KDE Spin. Acer Predator and MBPi13 work as expected.
My newest notebook is a LG gram 17" and has “time problems”
First every works correct, but I think it was after an update 2 oder 3 weeks ago, the notebook loses the correct time while sleeping (no matter if lid is closed).
When I wake up, the time is 2 hours ahead.
I found out, that I can use timedatectl status
to narrow it down:
Before sleep: System clock synchronized: yes
~$ timedatectl status
Local time: Do 2024-08-08 12:06:12 CEST
Universal time: Do 2024-08-08 10:06:12 UTC
RTC time: Do 2024-08-08 12:06:13
Time zone: Europe/Busingen (CEST, +0200)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
After wake from sleep: System clock synchronized: no
$ timedatectl status
Local time: Do 2024-08-08 15:26:57 CEST
Universal time: Do 2024-08-08 13:26:57 UTC
RTC time: Do 2024-08-08 13:26:58
Time zone: Europe/Busingen (CEST, +0200)
System clock synchronized: no
NTP service: active
RTC in local TZ: no
What I tried so far:
sudo systemctl restart systemd-timesyncd
After that the time is correct, and sync shows "yes"
After another sleep its back to wrong time and sync "no"
What cn I do to ensure, that “System clock synchronized” is always working?
One other thing:
$ systemctl status systemd-timesyncd
● systemd-timesyncd.service - Network Time Synchronization
Loaded: loaded (/usr/lib/systemd/system/systemd-timesyncd.service; disabled; preset: disabled)
And:
$ sudo systemctl restart systemd-timesyncd
does not enable anything (i think)