The Easyshare V610 works in Feisty Herd2
In Edgy the fix was to add to /etc/udev/rules.d/45-libgphoto2.rules

--- /root/45-libgphoto2.rules.save      2007-01-21 10:54:09.000000000 +0100
+++ /etc/udev/rules.d/45-libgphoto2.rules       2007-01-21 10:55:20.000000000 
+0100
@@ -351,6 +351,7 @@
 SYSFS{idVendor}=="040a", SYSFS{idProduct}=="0587", MODE="0660", GROUP="plugdev"
 SYSFS{idVendor}=="040a", SYSFS{idProduct}=="0580", MODE="0660", GROUP="plugdev"
 SYSFS{idVendor}=="040a", SYSFS{idProduct}=="0403", MODE="0660", GROUP="plugdev"
+SYSFS{idVendor}=="040a", SYSFS{idProduct}=="05ac", MODE="0660", GROUP="plugdev"
 SYSFS{idVendor}=="04c8", SYSFS{idProduct}=="0722", MODE="0660", GROUP="plugdev"
 SYSFS{idVendor}=="132b", SYSFS{idProduct}=="0001", MODE="0660", GROUP="plugdev"
 SYSFS{idVendor}=="132b", SYSFS{idProduct}=="0007", MODE="0660", GROUP="plugdev"


Please try:  when the camera is pluged in (as example output is from my V610)

$ lsusb
...
Bus 002 Device 004: ID 040a:05ac Kodak Co.
...

check that the protection is wrong (take bus# and dev# is from
lsusb output you get for you camera

$ ls -l /dev/usb/bus/<bus#>/<dev#>

it should look like:

$ ls -l /dev/bus/usb/002/004
crw-rw---- 1 root plugdev 189, 131 2007-01-21 11:00 /dev/bus/usb/002/004

In case the group protection is not plugdev but root, add the ID info
xxxx:yyyy from your lsusb output


SYSFS{idVendor}=="xxxx", SYSFS{idProduct}=="yyyy", MODE="0660", GROUP="plugdev"

Hope this fixes the problem for you too.

Achim

-- 
digikam won't import from canon powershot A520
https://launchpad.net/bugs/79239

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

Reply via email to