Code: Select all
$ lsmod | grep garmin
garmin_gps 17253 0
usbserial 31597 1 garmin_gps
usbcore 171098 8 uhci_hcd,rt2x00usb,usbserial,rt2800usb,ehci_hcd,ehci_pci,usbhid,garmin_gps
Post by tom13 » Wed Feb 14, 2018 2:10 pm
Code: Select all
$ lsmod | grep garmin
garmin_gps 17253 0
usbserial 31597 1 garmin_gps
usbcore 171098 8 uhci_hcd,rt2x00usb,usbserial,rt2800usb,ehci_hcd,ehci_pci,usbhid,garmin_gps
Post by tom13 » Fri Feb 16, 2018 8:25 am
Code: Select all
gpsbabel -w -i garmin -f /dev/ttyS0 -o garmin_poi -F /home/tom/Desktop/garmin output
[ERROR] GPS_Packet_Read: Timeout. No data received.
GARMIN:Can't init /dev/ttyS0
Error running gpsbabel: Process exited unsucessfully with code 1
Post by tom13 » Sat Feb 17, 2018 8:21 am
Code: Select all
gpsbabel -w -i garmin -f usb: -o garmin_poi -F /home/tom/Desktop/garminout
Found no Garmin USB devices.
Error running gpsbabel: Process exited unsucessfully with code 1
Code: Select all
# prevent garmin_gps from being loaded
blacklist garmin_gps
Post by tom13 » Mon Feb 19, 2018 3:31 pm
Code: Select all
gpsbabel -w -i garmin,snlen=1,snwhite=1,deficon=,get_posn=1,power_off=1,erase_t=1,resettime=1,category=1,bitscategory=1 -f /dev/ttyS0 -o garmin_gpi,unique=1 -F /home/tom/Desktop/garminout.gpi
[ERROR] GPS_Packet_Read: Timeout. No data received.
Translation successful
Post by asqwerth » Wed Feb 21, 2018 10:27 am
Post by tom13 » Wed Feb 28, 2018 3:01 pm
Return to “Package Requests/Status - MX-14”