Full workaround to use garmin USB device in 9.04:

in /etc/modprobe/blacklist.conf: 
#blacklist garmin_gps


The udev rule to add:
#cat /etc/udev/rules.d/51-garmin.rules 
SYSFS{idVendor}=="091e", SYSFS{idProduct}=="0003", MODE="666" 

The Filesystem to mount:
/etc/fstab:
none /proc/bus/usb      usbfs 0 0

#sudo modprobe garmin_gps

#gpsd /dev/gps

-- 
gpsd depends on blacklisted garmin_gps module
https://bugs.launchpad.net/bugs/388917
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to