Had same problem in Ubuntu Edgy With Canon G5.

The problem is with 45-libgphoto2.rules. The first few lines read:-

# udev rules file for libgphoto2 devices (udev < 0.98)
#
BUS!="usb*", GOTO="libgphoto2_rules_end"
ACTION!="add", GOTO="libgphoto2_rules_end"

Changed to:-

# udev rules file for libgphoto2 devices (udev < 0.98)
#
#BUS!="usb*", GOTO="libgphoto2_rules_end"
SUBSYSTEM!="usb*", GOTO="libgphoto2_rules_end"
ACTION!="add", GOTO="libgphoto2_rules_end"

Import photos now finds the camera and imports the photos.


** Attachment added: "patched file for the above"
   http://librarian.launchpad.net/7175324/45-libgphoto2.rules

-- 
digital camera import does not find any files
https://bugs.launchpad.net/bugs/32038
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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

Reply via email to