diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-10-18 21:29:12 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-20 10:50:23 -0500 |
commit | 9f9119753fe68c18f8b5e2494222fe6d8f9f8934 (patch) | |
tree | 3008b4f66467999583589208ce7ed990719b834c /system/pcsc-lite/README | |
parent | 1a59ef2239e9a6637f0fa674df5a0f321e7422fc (diff) | |
download | slackbuilds-9f9119753fe68c18f8b5e2494222fe6d8f9f8934.tar.gz |
system/pcsc-lite: Updated for version 1.6.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/pcsc-lite/README')
-rw-r--r-- | system/pcsc-lite/README | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/system/pcsc-lite/README b/system/pcsc-lite/README index 64f159110f..a197e258f9 100644 --- a/system/pcsc-lite/README +++ b/system/pcsc-lite/README @@ -6,25 +6,13 @@ communicating to smart cards and readers. Compiling with "DEBUGATR=1 ./pcsc-lite.SlackBuild" enables ATR parsing debug output messages. Compiling with "APIDOC=1 ./pcsc-lite.SlackBuild" produces -API .pdf documentation (mainly intended for developers). +API .pdf documentation (for ifd handlers only, mainly intended for developers). -pcsc-lite uses libusb for smart-card reader's detection. If you want to -avoid usb polling (according to upstream's advice), you can compile with -"HALD=1 ./pcsc-lite.SlackBuild" in order to use libhal for detecting your -reader. +pcsc-lite uses libhal for smart-card reader's detection, according to +upstream's advice. If you want to use usb polling, you can pass "HALD=0" +to the script when building in order to use libusb for detecting your reader +(be aware that, using libusb, if your reader can be managed at the same time +by the openct driver *and* by the pcsc-lite driver, so you may experience +some detection issues). -NOTE: drivers are not included and must be compiled and installed separately. -See DRIVERS file in pcsc-lite's doc directory for more information on getting -and installing specific drivers. pcsc-lite is compiled with the ---enable-usbdropdir=<libdir>/pcsc/drivers flag -- this directory will be the -destination for usb readers' drivers (ccid, cardman, and others). - -For serial and pcmcia readers only, it is necessary to edit files in -/etc/reader.conf.d/ and run "/usr/sbin/update-reader.conf". - -To start PC/SC-lite daemon, run "/etc/rc.d/rc.pcscd start". -For pcmcia readers, this daemon should be started after rc.pcmcia - this is -most easily accomplished by adding the following to /etc/rc.d/rc.local: - if [ -x /etc/rc.d/rc.pcscd ]; then - /etc/rc.d/rc.pcscd start - fi +Please see README.SLACKWARE in pcsc-lite's documentation directory for notes. |