Mailinglist Archive: opensuse-bugs (4065 mails)

< Previous Next >
[Bug 668242] Smartcard reader no longer works

https://bugzilla.novell.com/show_bug.cgi?id=668242

https://bugzilla.novell.com/show_bug.cgi?id=668242#c1


--- Comment #1 from Jonas Israelsson <jonas@xxxxxxxxx> 2011-01-31 08:18:35 UTC
---
Forgot, before I also had to add this rule to /etc/udev/rules.d otherwise then
starting openct it complained about permission denied. I still see this if
leaving out that rule and have therefore changed the group to scard.

# udev rules for pcscd and CCID readers

# generic CCID device
BUS=="usb", SYSFS{bInterfaceClass}=="0b", ACTION=="add", RUN+="/usr/sbin/pcscd
--hotplug"
# Change group owner when a card reader is plugged in.
## BUS=="usb", SYSFS{idProduct}=="5800", SYSFS{idVendor}=="0a5c",
GROUP=="daemon", MODE="0666"
BUS=="usb", SYSFS{idProduct}=="5800", SYSFS{idVendor}=="0a5c", GROUP=="scard",
MODE="0666"

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References