User:Bahodir/Garmin GLO

From ArchWiki

To see your GPS location using Garmin GLO:

  • yaourt -S blueman gpsd # gnome bluetooth doesn't work with garmin glo
  • Connect to Garmin GLO using blueman and take note of the serial port (which is rfcomm0 for me)
  • sudo vim /etc/gpsd
START_DAEMON="true"
GPSD_OPTIONS="-n"
DEVICES="/dev/rfcomm0"
USBAUTO="false"
GPSD_SOCKET="/var/run/gpsd.sock"
  • gpsd /dev/rfcomm0 # connect
  • xgps # to see that GPS working
  • cgps -s # to see your GPS location