Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151741 - UDEV: USB photocamera not accessible by default
Summary: UDEV: USB photocamera not accessible by default
Status: RESOLVED DUPLICATE of bug 134691
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-17 12:46 UTC by takken
Modified: 2006-10-17 12:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description takken 2006-10-17 12:46:36 UTC
The default UDEV rules do not allow members of the PLUGDEV or USB groups to access USB photocameras. At least not my Canon Powershot.

The UDEV rule

SUBSYSTEM=="usb_device", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'", NAME="%c", MODE="0644"

needs to be changed to

SUBSYSTEM=="usb_device", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'", NAME="%c", MODE="0660", GROUP="plugdev"

for USB photocamera to be accessible. This used to work some time ago, I guess the default Gentoo UDEV rules were changed.

Using udev-087-r1 by the way.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-10-17 12:59:10 UTC
*** This bug has been marked as a duplicate of 134691 ***