This is just a quick how to to setup NTP to update from a GPS
Installing software needed for the GPS:
# apt-get install gpsd
If you already not done so connect the GPS to your computer you are wanting to run it on and confirm it is connected with lsusb
$ lsusb
Bus 001 Device 003: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
My GPS is a USGlobalSat BU 353
Now to configure gpsd:
# dpkg-reconfigure gpsd
There just a few questions to answer.
First question asks you if you like to have gpsd to start at boot, I answered YES
Second question ask you to were tthe GPS is connected, in my case it was /dev/ttyUSB0
The last 2 questions I just left them as is.
Recent Comments