← Back to team overview

igotu2gpx team mailing list archive

[Question #138256]: gt-600 on Ubuntu 10.10 maverick

 

New question #138256 on igotu2gpx:
https://answers.launchpad.net/igotu2gpx/+question/138256

Hi guys,

I'm trying to run igotu2gpx on Ubuntu 10.10 maverick with a gt-600 (no bluetooth, motion detector).

As there is no build for the moment, I've compiled both version 0.3.0 and bzr revision 211. Compiling version 0.3.0 required to change the boost_program_options-mt dependency to boost_program_options and making a link : sudo ln -s /usr/lib/libboost_program_options.so.1.42.0 /usr/lib/libboost_program_options.so

When I plug my gt-600, dmesg shows :
...
[ 1337.588098] usb 3-1: new full speed USB device using uhci_hcd and address 13
[ 1337.766709] navman 3-1:1.0: navman converter detected
[ 1337.767505] usb 3-1: navman converter now attached to ttyUSB
...

In the following examples I qmake && make and I run igotu2gpx from [igotu2gpx_src]/bin/debug. I get the same behaviours if I make install first.

If I run igotu2gpx 0.3.0 :

$ sudo LD_LIBRARY_PATH=. ./igotu2gpx info
[sudo] password for charles: 
Downloading configuration...
QThread: Destroyed while thread is still running
QMutex::lock: mutex lock failure: Invalid argument

It hangs, so I ctrl+c it.

Running dmesg again I know get :
...
[ 1428.630904] navman ttyUSB0: navman converter now disconnected from ttyUSB0
[ 1428.630952] navman 3-1:1.0: device disconnected
[ 1429.383799] usb 3-1: usbfs: process 2069 (igotu2gpx) did not claim interface 0 before use


I'm now physically disconnecting the device and reconnect it. dmesg again :
...
[ 1672.432154] usb 3-1: USB disconnect, address 13
[ 1677.532112] usb 3-1: new full speed USB device using uhci_hcd and address 14
[ 1677.710729] navman 3-1:1.0: navman converter detected
[ 1677.711516] usb 3-1: navman converter now attached to ttyUSB0


Now I run the bzr revision 211 :

$ sudo LD_LIBRARY_PATH=. ./igotu2gpx info
Downloading configuration...
Unable to download configuration from GPS tracker: Unable to send data to device: Operation not supported


There is no new output on dmsg this time.

Any idea on what is going on guys ? I don't mind tweaking the source code if it helps tracking the problem.

Cheers,

Charles



-- 
You received this question notification because you are a member of
MobileAction i-gotU USB GPS travel logger Mac/Linux developers, which is
an answer contact for igotu2gpx.