blob: 23858dce17ca04eb5b3ba130420f765d92eddc32 (
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
25
26
|
------------------------------------------------------------------------
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";
};
------------------------------------------------------------------------
|