You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ Please find below some (hopefully) useful instructions, if you are here instead
20
20
-[How can I boot from USB/SDD?](#boot-from-external-disk)
21
21
-[List of available software](#software-available)
22
22
-[How can I add a RTC to AstroArch?](#how-to-add-a-rtc)
23
-
-[The time is not syncing from the network, how can I fix it?](#my-time-is-not-syncing-from-the-network-what-should-i-do)
24
23
-[reporting problems](#reporting-issues)
25
24
-[For PC/mini PC running an ArchLinux derived distro (Manjaro, ArcoLinux, etc.)](#use-only-the-astro-packages-mantained-for-astroarch-on-pc-and-mini-pc)
26
25
@@ -168,16 +167,6 @@ Reboot your PI and you should have the time automatically synchronized when it s
168
167
169
168
If you want to remove the RTC sync just drop `,xxxx` from `/boot/config.txt` at line `dtoverlay=i2c-rtc,xxxx`
170
169
171
-
# My time is not syncing from the network, what should I do?
172
-
Some users have been reporting that the system time is not syncing whit the network, I am not sure where this problem comes from but it seems related to `timesyncd` (the utility used to sync network time) and a mobile internet network.
173
-
174
-
Should you have this problem, please following the next steps
175
-
```shell
176
-
sudo systemctl disable --now systemd-timesyncd
177
-
sudo pacman -S ntp
178
-
sudo systemctl enable --now ntpd
179
-
```
180
-
Follow this [guide](https://wiki.archlinux.org/title/Network_Time_Protocol_daemon) at section 2.1 to setup the ntp servers and your clock should star tto sync again after a reboot
181
170
182
171
# Reporting issues
183
172
AstroArch is actually in a stable state, however, should you find any issue please report them here https://github.com/MattBlack85/astroarch/issues this will help me tracking them and ship a fix for them
0 commit comments