[hardy] no device node created for garmin gps

Bug #202061 reported by Corey Burger
This bug report is a duplicate of:  Bug #114565: native Garmin-USB no longer working. Edit Remove
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
linux-meta (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: linux-generic

Plug in my garmin GPSmap 76CS. Under previous versions of Ubuntu, it would create a device node. Now dmesg gives me this:

[ 136.089033] usb 3-1: USB disconnect, address 2
[ 141.846367] usb 3-1: new full speed USB device using uhci_hcd and address 3
[ 141.885650] usb 3-1: configuration #1 chosen from 1 choice

and using gpsbabel gives me:

corey@corey-laptop:~$ gpsbabel -t -i garmin -f /dev/ttyUSB0 -o gpx -F Mar1308.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

Revision history for this message
Phaedrus (ubuntu-lotje) wrote :

This seems to be by design as a result of this bug report:
https://bugs.launchpad.net/ubuntu/+source/module-init-tools/+bug/114565/comments/3

To avoid this you can load the module manually (sudo modprobe garmin_gps) or remove the blacklisting by editing /etc/modprobe.d/blacklist

Look for:

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

Change the second line to
#blacklist garmin_gps

Revision history for this message
mcmuller (gregor-emtea) wrote :

Better to leave the garmin_gps blacklisted and use
 gpsbabel -t -i garmin -f usb:

instead. The driver was blacklisted, because most newer programs use the usb of garmins GPS directly (gpsbabel, qlandkarte)

Greetings,
Gregor

Revision history for this message
gcordoba (glgcg) wrote :

I have similar problem:
What I need is to read a .gdb file from the hard disk. The same error appear.
How can I read the file? gpsbabel always attempts to read directly for the garmin device.

Thanks
Gustavo

Revision history for this message
Guillermo Lengemann (omerta) wrote :

try add user to group dialout.

Revision history for this message
gcordoba (glgcg) wrote :

Thanks Guillermo.
The user (myself) are already added to the dialout group. So, please, do you have any other advice?

Revision history for this message
gcordoba (glgcg) wrote :

This seems to work:

$ gpsbabel -i gdb -f your_file.gdb -o kml -F test.kml

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.