This regression is not fixed by the suggestion above. I will attach the
(very similar) output of gphoto2 with this change. Other applications
fail with identical errors.

I am running latest Feisty so suggest that this issue is not a duplicate
of 91250.


--- udev version ---

$ dpkg-query -W udev
udev    108-0ubuntu3


---DEFAULT rules  ---

$ head /etc/udev/rules.d/45-libgphoto2.rules
# udev rules file for libgphoto2 devices (udev >= 0.98)
#
SUBSYSTEM!="usb*", GOTO="libgphoto2_rules_end"
ACTION!="add", GOTO="libgphoto2_rules_end"

ATTRS{idVendor}=="0553", ATTRS{idProduct}=="0202", MODE="0660",
GROUP="plugdev"


--- rules with suggestion above ---

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

LABEL="libgphoto2_rules_real"

ATTRS{idVendor}=="0553", ATTRS{idProduct}=="0202", MODE="0660",
GROUP="plugdev"

** Attachment added: "env LANG=C gphoto2 --debug --get-all-files"
   http://librarian.launchpad.net/7337377/gphoto2-debug-2

-- 
Nikon Coolpix 5200 no longer works
https://bugs.launchpad.net/bugs/104108
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to