...
4) Remove hotplug scripts for gpsd from /lib/udev and /lib/udev/rules.dsudo and configure for autostart
Code Block |
---|
sudo update-rc.d gpsd remove more stuff here. |
5) Configure by editing the /etc/ntp.conf configuration file with the following lines:
Testing gpsd:
For debugging purposes gpsd can be run in the foreground with:
Code Block |
---|
gpsd -nN -D9 /dev/ttyUSB0
|
The -n flag is needed to provide ntpd with updates even when a client isn't connected. Drop the -N flag to start in the background.