forcemerge 616648 620941
tags 616648 confirmed
kthxbye

Hello people,
I seem to have found the solution for the bugs you reported (which I'm merging
now), i.e. gphoto/udev not setting the permissions properly (namely: leaving
the group as "root" instead of "plugdev").

Would you please apply the attached patch
to /lib/udev/rules.d/60-libgphoto2-2.rules , and check whether "gphoto2 -l"
works after that? (remember to detach-reattach your camera, to re-trigger the
udev event)

Thanks,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
--- 60-libgphoto2-2.rules.old	2011-04-05 11:46:26.000000000 +0200
+++ 60-libgphoto2-2.rules	2011-04-05 11:45:29.000000000 +0200
@@ -10,7 +10,7 @@
 
 ENV{ID_USB_INTERFACES}=="", IMPORT{program}="usb_id --export %p"
 ENV{ID_USB_INTERFACES}=="*:08*:*", GOTO="libgphoto2_usb_end"
-ENV{ID_USB_INTERFACES}=="*:060101:*", ENV{ID_GPHOTO2}="1", ENV{GPHOTO2_DRIVER}="PTP", GOTO="libgphoto2_usb_end"
+ENV{ID_USB_INTERFACES}=="*:060101:*", ENV{ID_GPHOTO2}="1", ENV{GPHOTO2_DRIVER}="PTP", MODE="0664", GROUP="plugdev", GOTO="libgphoto2_usb_end"
 
 ATTRS{idVendor}=="0979", ATTRS{idProduct}=="0227", ENV{ID_GPHOTO2}="1", ENV{GPHOTO2_DRIVER}="proprietary", MODE="0664", GROUP="plugdev"
 ATTRS{idVendor}=="0553", ATTRS{idProduct}=="0202", ENV{ID_GPHOTO2}="1", ENV{GPHOTO2_DRIVER}="proprietary", MODE="0664", GROUP="plugdev"

Attachment: signature.asc
Description: PGP signature

Reply via email to