[Bug 666633] Re: Unable to Connect to Garmin eTrex Using Usb to Serial

2012-01-29 Thread ppellet
Using Ubuntu 11.10 with Garmin Etrex Legend and serial to usb cable. stty -F /dev/ttyUSB0 clocal fixed it for me. Now, I can use: GPSman v.6.4.1 and QGis v.1.4.0 'Enceladus'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 666633] Re: Unable to Connect to Garmin eTrex Using Usb to Serial

2011-05-20 Thread hannesvr
Using Ubuntu 11.04 (2.6.38-9-generic-pae) with Garmin Etrex H and serial to usb cable from kawamall. stty -F /dev/ttyUSB0 clocal fixed it for me -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 666633] Re: Unable to Connect to Garmin eTrex Using Usb to Serial

2011-05-01 Thread AnGus
Just upgraded to Ubuntu 11.04 and encountered the same problem, however, stty -F /dev/ttyUSB0 clocal fixed it for me -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/33 Title: Unable to

[Bug 666633] Re: Unable to Connect to Garmin eTrex Using Usb to Serial

2010-12-14 Thread Ian Barton
The latest round of updates seems to have fixed the problem. I can now download stuff from my eTrex. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/33 Title: Unable to Connect to Garmin eTrex

[Bug 666633] Re: Unable to Connect to Garmin eTrex Using Usb to Serial

2010-11-22 Thread Ian Barton
I can confirm that python can't open the port and that disabling carrier detect allows python to open the port. However, gpsbabel still has problems: gpsbabel -w -i garmin -f /dev/ttyUSB0 -x track,start=2010112001 -o gpx -F /home/ian/Private/Dropbox/gps_tracks/test_waypoints.gpx [ERROR]

[Bug 666633] Re: Unable to Connect to Garmin eTrex Using Usb to Serial

2010-11-21 Thread Rob Walker
I've just run into the same issue since upgrading to maverick and I've got a workaround - run the following command before gpsbabel: stty -F /dev/ttyUSB0 clocal strace showed me that it was stuck in the open() call on /dev/ttyUSB0 and I could reproduce the same behaviour with python, so

[Bug 666633] Re: Unable to Connect to Garmin eTrex Using Usb to Serial

2010-10-28 Thread Ian Barton
I don't think that this is a gpsbabel bug. Versions of gpsbabel that shipped with Lucid show the same bug. Unfortunately, syslog and messages don't provide any information. I suspect that it is either a bug in the usb to serial driver or the kernel. If anyone can tell me how I can provide more