Skip to content

Instantly share code, notes, and snippets.

@pjobson
Created June 29, 2022 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjobson/c73004c2d29071afb8a12bae5a7bc440 to your computer and use it in GitHub Desktop.
Save pjobson/c73004c2d29071afb8a12bae5a7bc440 to your computer and use it in GitHub Desktop.
Linux Mint u-blox NEO-6M-0-001 USB
apt install gpsd gpsd-clients foxtrotgps
vi /etc/default/gpsd
################################
# Default settings for gpsd.
# Please do not edit this file directly - use `dpkg-reconfigure gpsd' to
# change the options.
START_DAEMON="true"
GPSD_OPTIONS="/dev/ttyUSB0"
DEVICES=""
USBAUTO="true"
GPSD_SOCKET="/var/run/gpsd.sock"
################################
systemctl enable gpsd
systemctl start gpsd
systemctl status gpsd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment