Firma
Cherry
Komponente
Tastaturen, Maus und Grafiktabletts
Modell
Cherry SmartTerminal ST-2000U
Beschreibung
Drivers
Betriebssystem
Linux (32Bit)
Sprache
English
Version Driver
5.0.9
Größe
180Kb
Dateiname
cherry_scmccid_5.0.9_linux_32bit.tar
Beschreibung
CCID driver with CT-Api
Operating systems:
Linux 32-bit (2.4.x)
Linux 32-bit (2.6.x)
ReadMe file for SCMCCID driver
Version : 5.0.9
Required Packages : pcsc daemon
libusb library
Installation Procedure:
Step 1: Install pcsclite. The latest version of pcsclite is available at
Step 2: Install libusb library. The latest version of libusb is available at
Step 3: Extract the tar archive and run the ./install script that comes with this package
This will copy the following files
1. Driver bundle to pcsclite usb drop directory
2. scmccid.ini file to /usr/local/scm/ini
Step 4: This step is optional
Step 5: Restart the pcsclite daemon.
Notes:
In cases where there are multiple version of the pcsclite library is present,
the daemon may get linked with the wrong library, based on the library path
settings in the user system. In that case, to link the correct library with
the pcscd as well as utilites using the library, it is advised to use the
LD_LIBRARY_PATH variable to specify the correct path.
The exact libraries that are getting linked with the a particular
application/utility can be found be executing the "ldd" command. For ex, to
find the libraries that are linked with pcscd in /usr/local/sbin, type as below
ldd /usr/local/sbin/pcscd
To make the utility load the needed library, use LD_LIBRARY_PATH. For ex, to
launch pcscd with the library present in /usr/local/lib, the
following command needs to be run from the command line
LD_LIBRARY_PATH=/usr/local/lib pcscd