According to the documentation at gpsbabel:
http://www.gpsbabel.org/os/Linux_Hotplug.html
To keep the OS from loading the (frequently dysfunctional) kernel garmin_gps
module, edit /etc/modprobe.d/blacklist and add the lines
# stop garmin_gps serial from loading for USB garmin devices
blacklist garmin_gps
To allow the USB devices to be read and written by a non-privileged user,
create a named /etc/udev/rules.d/51-garmin.rules with the following contents
SYSFS{idVendor}=="091e", SYSFS{idProduct}=="0003", MODE="666"
The file /etc/modprobe.d/blacklist is owned by the udev package, who should
probably modify it. the garmin.rules to make the usb port read-writable to
non-privileged users belongs to gpsbabel I guess.
Regards,
Quim
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]