Hey there, I am having trouble connecting to my Garmin GPS unit, an eTrex Venture HC. I gather from all the resources I've checked that it my system is finding the GPS just fine, but I am unable to communicate with the device. Using gpsbabel, I get the following error:
as myself:
Claim interfaced failed: could not claim interface 0: Operation not permitted
as root:
Claim interfaced failed: could not claim interface 0: Device or resource busy
I noticed that the gpsd service was disabled, so I enabled it, but that didn't seem to change anything.
Any comments/clues? Appreciate your time.
(using Fedora 14)
lsusb:
Bus 005 Device 002: ID 0a5c:2110 Broadcom Corp. Bluetooth Controller
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 091e:0003 Garmin International GPSmap (various models)
Bus 002 Device 002: ID 046d:c044 Logitech, Inc. LX3 Optical Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
dmesg:
[ 273.410099] usb 2-2: new full speed USB device using uhci_hcd and address 3
[ 273.539724] usb 2-2: New USB device found, idVendor=091e, idProduct=0003
[ 273.539731] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 273.953358] usbcore: registered new interface driver usbserial
[ 273.953404] USB Serial support registered for generic
[ 273.953749] usbcore: registered new interface driver usbserial_generic
[ 273.953754] usbserial: USB Serial Driver core
[ 273.988868] USB Serial support registered for Garmin GPS usb/tty
[ 273.988920] garmin_gps 2-2:1.0: Garmin GPS usb/tty converter detected
[ 273.989504] usb 2-2: Garmin GPS usb/tty converter now attached to ttyUSB0
[ 273.990273] usbcore: registered new interface driver garmin_gps
[ 273.990278] garmin_gps: v0.33:garmin gps driver
lsmod | grep garmin:
garmin_gps 12292 0
usbserial 28113 1 garmin_gps