Difference between revisions of "IDream ID-SMID01 SmartCard reader"

From YobiWiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
 
* [http://www.idream.be/consulter.php?pid=50&tab=0 Official page]
 
* [http://www.idream.be/consulter.php?pid=50&tab=0 Official page]
 
* Get the driver for pcsc-lite: [http://www.idream.be/getfile.php?id=107 linux driver_STD200_THRC.zip]
 
* Get the driver for pcsc-lite: [http://www.idream.be/getfile.php?id=107 linux driver_STD200_THRC.zip]
  +
* From the driver zip, copy the driver:
  +
mkdir -p /usr/lib/pcsc/drivers/ifd-std200.bundle/Contents/Linux
  +
cp "linux driver_STD200_THRC/driver/libifd-std200.so" /usr/lib/pcsc/drivers/ifd-std200.bundle/Contents/Linux
  +
* From the driver zip, copy reader.conf to /etc/reader.conf.d/libifd-std200 and modify the LIBPATH, then run update-reader.conf:
  +
LIBPATH /usr/lib/pcsc/drivers/ifd-std200.bundle/Contents/Linux/libifd-std200.so
  +
update-reader.conf
  +
/etc/init.d/pcscd restart

Revision as of 17:47, 5 January 2008

10€ at Carrefour

mkdir -p /usr/lib/pcsc/drivers/ifd-std200.bundle/Contents/Linux
cp "linux driver_STD200_THRC/driver/libifd-std200.so" /usr/lib/pcsc/drivers/ifd-std200.bundle/Contents/Linux
  • From the driver zip, copy reader.conf to /etc/reader.conf.d/libifd-std200 and modify the LIBPATH, then run update-reader.conf:
LIBPATH /usr/lib/pcsc/drivers/ifd-std200.bundle/Contents/Linux/libifd-std200.so
update-reader.conf
/etc/init.d/pcscd restart