diff options
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. |