libgphoto2 - permissions
Hi,
I reinstalled my linux box (debian/lenny).
Before that I could get the pics from my camera.
Now I get the message:
"""
An error occurred in the io-library ('Could not claim the USB device'): Could not claim interface 0 (Operation not permitted). Make sure no other program or kernel module (such as sdc2xx, stv680, spca50x) is using the device and you have read/write access to the device.
"""
I can get the pics as root.
I am (as a regular user) in the group of plugdev.
I even created a usb group to have usbfs mounted with this devgid. I am in that group, too.
Based on older threads, I tried to edit
/etc/udev/rules.d/*libgphoto2.rules:
SUBSYSTEM!="usb_device", GOTO="libgphoto2_rules_end"
ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="3138", MODE="0660", GROUP="plugdev"
(Bus 005 Device 010: ID 04a9:3138 Canon, Inc. PowerShot A710 IS)
Still have the same error.
Thanks for your help in advance,
tamas
|