Comment 44 for bug 1296275

Revision history for this message
Martin Pitt (pitti) wrote :

This one is more refined, can you try this instead?

  sudo gedit /lib/udev/rules.d/40-libgphoto2-6.rules

and make the file look like this:

--------------- 8< -----------------------
ACTION!="add", GOTO="libgphoto2_rules_end"
SUBSYSTEM!="usb", GOTO="libgphoto2_usb_end"
ENV{ID_USB_INTERFACES}=="", IMPORT{builtin}="usb_id"
ENV{ID_USB_INTERFACES}=="*:060101:*", ENV{ID_GPHOTO2}="1", ENV{GPHOTO2_DRIVER}="PTP", MODE="0664", GROUP="plugdev"

LABEL="libgphoto2_rules_end"

--------------- 8< -----------------------