Hi all, Thanks for this bug report. Just to say that: The file /etc/udev/rules.d/45-libgphoto2.rules says in line 3: BUS!="usb*", GOTO="libgphoto2_rules_end" while recenly updated udev doesn't produce BUS properties in corresponding event. Thus this line makes the whole file useless, because BUS!="usb*" is never true. Something like SUBSYSTEM!="usb_device", GOTO="libgphoto2_rules_end"
is working fine with my Canon EOS 350D... -- [edgy-backports] Error in libgphoto2 udev rules https://launchpad.net/bugs/91250 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
