Package: libgphoto2-2
Version: 2.4.0-5

Trying to import pictures from a camera (Canon G7, idVendor=04a9,
idProduct=3125) gthumb woes about permission problems. Looking at
the device entries in /dev/bus/usb I see:

[EMAIL PROTECTED]:libgphoto2 996} ll /dev/bus/usb/*/*
crw-rw-r-- 1 root root 189,   0 Oct  7 11:38 /dev/bus/usb/001/001
crw-rw-r-- 1 root root 189, 128 Oct  7 11:38 /dev/bus/usb/002/001
crw-rw-r-- 1 root root 189, 256 Oct  7 11:38 /dev/bus/usb/003/001
crw-rw-r-- 1 root root 189, 257 Oct  7 11:38 /dev/bus/usb/003/002
crw-rw-r-- 1 root root 189, 294 Oct  7 17:37 /dev/bus/usb/003/009

"009" is the device entry generated for the camera in this case.
Seems that setting the "plugdev" group for this device entry doesn't
work anymore. If I manually run "chgrp plugdev /dev/bus/usb/003/009",
then the permission problem is gone.

In the generated libgphoto2.rules I see

# udev rules file for libgphoto2 devices (for udev 0.98 version)
# Created from this library:
#   libgphoto2      2.4.0          gcc, ltdl, EXIF
#   libgphoto2_port 0.8.0          gcc, ltdl, USB, serial without locking
#
# this file is autogenerated, local changes will be LOST on upgrades
SUBSYSTEM!="usb_device", GOTO="libgphoto2_rules_end"
ACTION!="add", GOTO="libgphoto2_rules_end"

ATTRS{idVendor}=="0553", ATTRS{idProduct}=="0202", MODE="0664", GROUP="plugdev"
ATTRS{idVendor}=="06bd", ATTRS{idProduct}=="0403", MODE="0664", GROUP="plugdev"
:
:
ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="30b3", MODE="0664", GROUP="plugdev"
ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="30b3", MODE="0664", GROUP="plugdev"
ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="3125", MODE="0664", GROUP="plugdev"
ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="309b", MODE="0664", GROUP="plugdev"
:

Kernel is 2.6.22.9 from kernel.org, udev is 0.114-2 (sid).



Regards

Harri




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to