Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
documentation:informatique:linux:gps_time_sync:index [2022/04/12 10:38] – [REDÉMARRER NTP] f1sls | documentation:informatique:linux:gps_time_sync:index [2022/04/13 18:42] (Version actuelle) – [CONFIG GPSD] f1sls | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== SYNCHRONISATION DE L' | + | {{: |
+ | ====== SYNCHRONISATION DE L' | ||
===== POURQUOI / INTRO ===== | ===== POURQUOI / INTRO ===== | ||
Plusieurs applications radioamateurs nécessitent que l' | Plusieurs applications radioamateurs nécessitent que l' | ||
En temps normal, la synchro de l' | En temps normal, la synchro de l' | ||
- | En utilisant un récepteur GPS autonome, il est possible de mettre | + | En utilisant un récepteur GPS autonome, il est possible de mettre à l' |
===== INSTALLATION + CONFIG ===== | ===== INSTALLATION + CONFIG ===== | ||
Ligne 16: | Ligne 17: | ||
==== CONFIG GPSD ==== | ==== CONFIG GPSD ==== | ||
- | Éditer ''/ | + | |
+ | Éditer ''/ | ||
< | < | ||
# Devices gpsd should collect to at boot time. | # Devices gpsd should collect to at boot time. | ||
# They need to be read/ | # They need to be read/ | ||
+ | |||
+ | # Remplacer / | ||
+ | # Faire un '' | ||
DEVICES="/ | DEVICES="/ | ||
# Other options you want to pass to gpsd | # Other options you want to pass to gpsd | ||
+ | # ' | ||
GPSD_OPTIONS=" | GPSD_OPTIONS=" | ||
Ligne 42: | Ligne 49: | ||
==== INSTALLER LES PAQUETS NTP ==== | ==== INSTALLER LES PAQUETS NTP ==== | ||
< | < | ||
- | sudo apt install -y ntp ntpdate ntpsec | + | sudo apt install -y ntp ntpstat |
</ | </ | ||
- | ==== ÉDITER LA CONF NTP ==== | + | ==== ÉDITER LA CONFIGURATION |
Éditer ''/ | Éditer ''/ | ||
< | < | ||
Ligne 58: | Ligne 65: | ||
</ | </ | ||
- | ==== ÉDITER LA CONFIGURATION NTP ==== | + | ==== CRÉER UN LANCEUR DU DAEMON GPSD AU DÉMARRAGE |
Éditer ''/ | Éditer ''/ | ||
Ligne 101: | Ligne 108: | ||
===== RESSOURCES ===== | ===== RESSOURCES ===== | ||
* https:// | * https:// | ||
+ | * https:// | ||
* https:// | * https:// |