|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Garmin Foretrex 401 not foundDear,
I'm struggling to get a Garmin Foretrex 401 to communicate with my PC (uploading waypoints, routes etc). I'm running Linux Mint Debian (Debian testing for all practical purposes) with 2.6.39-2 kernel. Here's what I've tried so far: (1) lsmod | grep garmin_gps Comand returns nothing but just in case: (2) sudo modprobe -r garmin_gps At this point I connect the device and check if it's recognised: (3) lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 003: ID 13d3:3304 IMC Networks Bus 002 Device 004: ID 13d3:5205 IMC Networks Bus 002 Device 005: ID 0bda:0139 Realtek Semiconductor Corp. Bus 004 Device 010: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse Bus 004 Device 012: ID 091e:23fc Garmin International That's sweet, but: (4) gpsbabel -i garmin -f /dev/ttyS0 -o gpx -F waypoint.gpx [ERROR] XSERIAL: Cannot open serial port '/dev/ttyS0': Permission denied [ERROR] Cannot open serial port '/dev/ttyS0' GARMIN:Can't init /dev/ttyS0 (5) gpsbabel -i garmin -f /dev/ttyUSB0 -o gpx -F waypoint.gpx [ERROR] XSERIAL: Cannot open serial port '/dev/ttyUSB0': No such file or directory [ERROR] Cannot open serial port '/dev/ttyUSB0' GARMIN:Can't init /dev/ttyUSB0 (6) gpsbabel -i garmin -f usb: -o gpx -F waypoint.gpx Found no Garmin USB devices. I've tried running gpsbabel with superuser privileges but get the same (as in no) results. -- while(!suceed) { try(); } ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Gpsbabel-misc mailing list http://www.gpsbabel.org Gpsbabel-misc@... To unsubscribe, change list options, or see archives, visit: https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc |
|
|
Re: Garmin Foretrex 401 not foundFT401 is a pretty esoteric model. Isn't that of the generation of Garmins that shows up as a disk drive and just has GPX files on it? Look for it like you'd look for a USB drive.
On Thu, Jan 5, 2012 at 1:24 PM, filip <fbielejec@...> wrote: Dear, ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Gpsbabel-misc mailing list http://www.gpsbabel.org Gpsbabel-misc@... To unsubscribe, change list options, or see archives, visit: https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc |
|
|
Re: Garmin Foretrex 401 not foundThat's the funny thing - it appears as a usb drive all right. Inside
there's Garmin/GPX/curent directory with two files: Current.gpx and Position.gpx. Current.gpc has trace and manually edited waypoints in it. I've tried putting there my own GPX file and overwritting the Current.gpx with my own. They get written, yet when I unplug the device I still don't see the uploaded waypoints or routes. When I plug it back in they're gone, replaced with the old Current.gpx > FT401 is a pretty esoteric model. Isn't that of the generation of > Garmins that shows up as a disk drive and just has GPX files on > it? Look for it like you'd look for a USB drive. > > On Thu, Jan 5, 2012 at 1:24 PM, filip <fbielejec@...> wrote: > > > Dear, > > > > I'm struggling to get a Garmin Foretrex 401 to communicate with my > > PC (uploading waypoints, routes etc). I'm running Linux Mint Debian > > (Debian testing for all practical purposes) with 2.6.39-2 kernel. > > > > Here's what I've tried so far: > > > > (1) lsmod | grep garmin_gps > > > > Comand returns nothing but just in case: > > > > (2) sudo modprobe -r garmin_gps > > > > At this point I connect the device and check if it's recognised: > > > > (3) lsusb > > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > > Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub > > Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > > Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > > Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate > > Matching Hub Bus 004 Device 002: ID 8087:0024 Intel Corp. > > Integrated Rate Matching Hub Bus 002 Device 003: ID 13d3:3304 IMC > > Networks Bus 002 Device 004: ID 13d3:5205 IMC Networks > > Bus 002 Device 005: ID 0bda:0139 Realtek Semiconductor Corp. > > Bus 004 Device 010: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse > > Bus 004 Device 012: ID 091e:23fc Garmin International > > > > That's sweet, but: > > > > (4) gpsbabel -i garmin -f /dev/ttyS0 -o gpx -F waypoint.gpx > > [ERROR] XSERIAL: Cannot open serial port '/dev/ttyS0': Permission > > denied [ERROR] Cannot open serial port '/dev/ttyS0' > > GARMIN:Can't init /dev/ttyS0 > > > > (5) gpsbabel -i garmin -f /dev/ttyUSB0 -o gpx -F waypoint.gpx > > [ERROR] XSERIAL: Cannot open serial port '/dev/ttyUSB0': No such > > file or directory [ERROR] Cannot open serial port '/dev/ttyUSB0' > > GARMIN:Can't init /dev/ttyUSB0 > > > > (6) gpsbabel -i garmin -f usb: -o gpx -F waypoint.gpx > > Found no Garmin USB devices. > > > > I've tried running gpsbabel with superuser privileges but get the > > same (as in no) results. > > > > -- > > while(!suceed) { try(); } > > > > > > ------------------------------------------------------------------------------ > > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a > > complex infrastructure or vast IT resources to deliver seamless, > > secure access to virtual desktops. With this all-in-one solution, > > easily deploy virtual desktops for less than the cost of PCs and > > save 60% on VDI infrastructure costs. Try it free! > > http://p.sf.net/sfu/Citrix-VDIinabox > > _______________________________________________ Gpsbabel-misc > > mailing list http://www.gpsbabel.org > > Gpsbabel-misc@... To unsubscribe, change list > > options, or see archives, visit: > > https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc > > -- while(!suceed) { try(); } ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Gpsbabel-misc mailing list http://www.gpsbabel.org Gpsbabel-misc@... To unsubscribe, change list options, or see archives, visit: https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc |
|
|
Re: Garmin Foretrex 401 not foundOn 5 jan. 2012, at 20:47, filip wrote: > That's the funny thing - it appears as a usb drive all right. Inside > there's Garmin/GPX/curent directory with two files: Current.gpx and > Position.gpx. Current.gpc has trace and manually edited waypoints in it. > > I've tried putting there my own GPX file and overwritting the > Current.gpx with my own. They get written, yet when I unplug the > device I still don't see the uploaded waypoints or routes. > > When I plug it back in they're gone, replaced with the old Current.gpx Put your tracks in /Garmin/GPX/ Maarten ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Gpsbabel-misc mailing list http://www.gpsbabel.org Gpsbabel-misc@... To unsubscribe, change list options, or see archives, visit: https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc |
| Free embeddable forum powered by Nabble | Forum Help |