Openpcd USB device load problem!!
Christian Vogel
vogelchr at vogel.cx
Fri Mar 19 06:47:41 UTC 2010
Dear Kirti,
> ACTION!="add", GOTO="librfid_rules_end"
> SUBSYSTEM!="usb_device", GOTO="librfid_rules_end"
> # Omnikey 5121
> SYSFS{idVendor}=="076b", SYSFS{idProduct}=="5121", MODE="0664", GROUP="users"
> # Openpcd
> SYSFS{idVendor}=="16c0", SYSFS{idProduct}=="076b", MODE="0664", GROUP="users"
on newer Linux distributions often the "users" group is no longer used
because for every user (e.g. kirti) a similar named group is created.
Run the command "id" and check if "users" is listed as a group. If
not, add your username to the group "users" in /etc/group, e.g.
/etc/group:
users:x:123:kirti
Greetings,
Chris
More information about the openpcd-devel
mailing list