Hi Steve,
(CC'ed to debian-user to help others with similar problems.)
Indeed. It took me a little while to figure out enough about udev to
hack in a working config. What I ended up doing was restoring
libgphoto2's buggy behavior ;) -- indeed problematic in the general
case, but fine for my 1-user system. I edited /etc/udev/udev.rules as
below and now everything works again.
Thanks for your quick and helpful reply! It was very much appreciated.
Reid
--- /etc/udev/udev.rules~ 2006-11-26 17:22:36.000000000 -0600
+++ /etc/udev/udev.rules 2007-02-24 17:18:08.000000000 -0600
@@ -34,7 +34,7 @@
# usbfs-like devices
SUBSYSTEM=="usb_device", PROGRAM="/bin/sh -c 'K=%k;
K=$${K#usbdev}; printf bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'",
ACTION=="add", \
- NAME="%c"
+ NAME="%c", GROUP="plugdev"
# serial devices
KERNEL=="capi", NAME="capi20",
SYMLINK+="isdn/capi20"
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org