Well. Just do “timedatectl” to show it not sync, and not working. I follow the steps.
It seem i fixed it by doing a modification of a systemd (thing that i found here on a old thread) but now it doesn’t work AGAIN (for… no reason ?) and the script don’t want to update RTC because
sudo argon-config does this :
Traceback (most recent call last):
File "/etc/argon/argoneond.py", line 961, in <module>
print("RTC Time:", getRTCdatetime())
File "/etc/argon/argoneond.py", line 481, in getRTCdatetime
bus.write_byte(ADDR_RTC,2)
OSError: [Errno 16] Device or resource busy
Without sudo it does
Traceback (most recent call last):
File "/etc/argon/argoneond.py", line 17, in <module>
bus=smbus.SMBus(1)
PermissionError: [Errno 13] Permission denied
Also i have to do this to finally make RTC chip working : EON RTC Working? - #3 by SJMarty (kind of baffled by the fact this thing is not mentioned anywhere ? It like… the thing you have to do to make RTC work, so hello argon doc ? argon support ?. Don’t understand, really…)