Hello George and thanks for the reply. I seem to be making progress.
First,
uname -a gives:
Code:
Linux ubuntupass 2.6.28-18-generic #59-Ubuntu SMP Thu Jan 28 01:23:03 UTC 2010 i686 GNU/Linux
dmesg after clear gives:
Code:
[ 248.612043] usb 3-1: new full speed USB device using ohci_hcd and address 3
[ 248.816497] usb 3-1: configuration #1 chosen from 1 choice
And the only difference in lsusb is still:
Code:
Bus 003 Device 003: ID 091e:0003 Garmin International GPSmap (various models)
So I tried your modprobe command and this was added to dmesg:
Code:
[ 452.039377] usbcore: registered new interface driver usbserial
[ 452.039417] USB Serial support registered for generic
[ 452.039462] usbserial_generic 3-1:1.0: generic converter detected
[ 452.039640] usb 3-1: generic converter now attached to ttyUSB0
[ 452.039676] usbcore: registered new interface driver usbserial_generic
[ 452.039682] usbserial: USB Serial Driver core
And I now see a ttyUSB0 in /dev
So things are moving forward.
Now, when I run my gpsbabel command (gpsbabel -t -i garmin -f /dev/ttyUSB0 -o gtrnctr -F outputfile), I get:
Code:
[ERROR] GPS_Packet_Read: Timeout. No data received.
GARMIN:Can't init /dev/ttyUSB0
So I'm going to do some googling on those messages and see if I can get this working. I'll report back.
By the way, is the modprobe command below permanent, or do I have to add it to a script somewhere? Thanks.
Bookmarks