26 lines
774 B
Text
26 lines
774 B
Text
------------------------------------------------------------------------
|
|
|
|
PC/SC-Lite has been installed.
|
|
You can fetch drivers from http://www.linuxnet.com/sourcedrivers.html
|
|
or install one of the following ports:
|
|
devel/libccid
|
|
security/ifd-gempc410
|
|
security/ifd-slb_rf60
|
|
|
|
After installing the driver, please update the pcscd configuration file
|
|
%%PREFIX%%/etc/reader.conf by using the default
|
|
%%PREFIX%%/etc/reader.conf.sample
|
|
|
|
For USB cardreaders add the following lines to /etc/devd.conf to enable
|
|
hotplugging.
|
|
|
|
attach 100 {
|
|
device-name "ugen[0-9]+";
|
|
action "/usr/local/sbin/pcscd -H";
|
|
};
|
|
|
|
detach 100 {
|
|
device-name "ugen[0-9]+";
|
|
action "/usr/local/sbin/pcscd -H";
|
|
};
|
|
------------------------------------------------------------------------
|