Hi everybody, Hi Wander,

After updating my OS a strange thing happened to my Udev rule.

SUBSYSTEM=="usb", ATTR{idVendor}=="10c4", ATTR{idProduct}=="0002", MODE:="0666"

Doesn't work any more, pyusb complain about a permission problem.

I had to do a trick and add a "GROUP" key to the rule and add my user
to this group:

SUBSYSTEM=="usb", ATTR{idVendor}=="10c4", ATTR{idProduct}=="0002",
MODE:="0666", GROUP:="usbusers"

Any idea what happened ? Is the problem related to udev or ubuntu ? I
googled a lot but I can't find an answer.

Romain

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to