No. I just created an udev rule in the file '/etc/udev/rules.d/98-pcscd_ccid.rules' with this content:
# If not adding the device, go away ACTION!="add", GOTO="pcscd_ccid_rules_end" SUBSYSTEM!="usb", GOTO="pcscd_ccid_rules_end" ENV{DEVTYPE}!="usb_device", GOTO="pcscd_ccid_rules_end" # generic CCID device ATTRS{bInterfaceClass}=="0b", RUN+="/bin/chgrp pcscd $root/$parent" # C3PO LTC31 USB reader ATTRS{idVendor}=="0783", ATTRS{idProduct}=="0006", MODE="660" GROUP="pcscd" # All done LABEL="pcscd_ccid_rules_end" And quit the line 43 'exit 0' in /etc/init.d/pcscd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1254689 Title: C3PO LTC31v2 smart card reader doesn't work on Ubuntu 12.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1254689/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs