Comment 16 for bug 114565

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

Hanno,
on my machine exists a udev rule for garmin that must been created by the system (or qlandkarte-deb?) (or gpsbabel-deb?):
---
gregor@kirk:~$ cat /etc/udev/rules.d/51-garmin.rules
SYSFS{idVendor}=="091e", SYSFS{idProduct}=="0003", MODE="666"
gregor@kirk:~$
---
so that's why i get:

---
gregor@kirk:~$ lsusb
Bus 003 Device 005: ID 091e:0003 Garmin International GPSmap (various models)
---
gregor@kirk:~$ ls -l /dev/bus/usb/003/005
crw-rw-rw- 1 root root 189, 260 2008-07-14 16:30 /dev/bus/usb/003/005
----