| 1 |
DRIVERS
|
| 2 |
|
| 3 |
To install USB drivers, download the driver from http://www.linuxnet.com/
|
| 4 |
and copy it to a temporary location. After you have unarchived the files
|
| 5 |
copy the directory to /usr/local/pcsc/drivers/. If the directory
|
| 6 |
/usr/local/pcsc/drivers/ does not exist create it before copying the driver
|
| 7 |
directory to it.
|
| 8 |
|
| 9 |
Example Mac OS X, Linux 2.4:
|
| 10 |
|
| 11 |
tar -xzvf driver.bundle-0.1.0.tar.gz
|
| 12 |
cp -r driver.bundle /usr/local/pcsc/drivers/
|
| 13 |
cd /usr/local/pcsc/drivers/driver.bundle
|
| 14 |
build or use Project Builder to build
|
| 15 |
|
| 16 |
The /usr/local/pcsc/drivers/ directory should contain bundle directories only.
|
| 17 |
You must restart pcscd to use the new driver.
|
| 18 |
|
| 19 |
|
| 20 |
All OS's:
|
| 21 |
|
| 22 |
For non-USB users, you must edit the /etc/reader.conf file.
|
| 23 |
You can do this easily by running the installifd program in the utils/
|
| 24 |
directory of pcsc-lite. Some newer drivers require you to specify 1 as the
|
| 25 |
port and then make a symlink from /dev/pcsc/1 to /dev/ttyS* so you can
|
| 26 |
enumerate your ports on any Unix without changing the driver.
|
| 27 |
|
| 28 |
Refer to the driver README for more information.
|
| 29 |
|
| 30 |
$Id$
|