blob: 0edf93e1f3bf7b900ee57088b627247c0cfcc8d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
------------------------------------------------------------------------
PC/SC-Lite has been installed.
You need to install a driver for your smartcard reader e.g.
devel/libccid
security/ifd-slb_rf60
For cardreaders connected to the serial port: After installing the driver,
please update the pcscd configuration file
%%PREFIX%%/etc/reader.conf
For USB cardreaders add the following lines to /etc/devd.conf to enable
hotplugging.
attach 100 {
device-name "ugen[0-9]+";
action "%%PREFIX%%/sbin/pcscd -H";
};
detach 100 {
device-name "ugen[0-9]+";
action "%%PREFIX%%/sbin/pcscd -H";
};
------------------------------------------------------------------------
|