Mailinglist Archive: opensuse-bugs (4065 mails)
| < Previous | Next > |
[Bug 668242] Smartcard reader no longer works
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 31 Jan 2011 08:18:36 +0000
- Message-id: <20110131081836.14E9624551D@molor.provo.novell.com>
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 > |