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

From YobiWiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
   
 
* [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]
+
* You can get the driver for pcsc-lite: [http://www.idream.be/getfile.php?id=107 linux driver_STD200_THRC.zip]
  +
I tried both to get the binary running with my pcsclite 1.4.4 and the old pcsclite 0.9.1 given in the zip, without any success
* From the driver zip, copy the driver:
 
  +
mkdir -p /usr/lib/pcsc/drivers/ifd-std200.bundle/Contents/Linux
 
  +
I tried to install openct and opensc, there is communication with the reader with the standard CCID, I can get communication with a VISA card but with the Belgian eID I get error at protocol selection
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:
 
  +
openct-tool atr
LIBPATH /usr/lib/pcsc/drivers/ifd-std200.bundle/Contents/Linux/libifd-std200.so
 
  +
Detected CCID Compatible
  +
Card present, status changed
  +
ATR: 3b 98 13 40 0a a5 03 01 01 01 ad 13 11
  +
Jan 8 01:09:28 mercure ifdhandler[1045]: CCID Compatible: Bad PTS response
  +
Jan 8 01:09:28 mercure ifdhandler[1045]: Protocol selection failed
  +
  +
VISA card replies correct ATR & protocol selection:
  +
# cardos-info
  +
3b:67:00:00:00:00:00:00:00:90:00
  +
Received (SW1=0x6D, SW2=0x00)
   
update-reader.conf
 
/etc/init.d/pcscd restart
 
   
 
Installing beidgui and dependencies:
 
Installing beidgui and dependencies:

Revision as of 02:40, 8 January 2008

10€ at Carrefour

I tried both to get the binary running with my pcsclite 1.4.4 and the old pcsclite 0.9.1 given in the zip, without any success

I tried to install openct and opensc, there is communication with the reader with the standard CCID, I can get communication with a VISA card but with the Belgian eID I get error at protocol selection

openct-tool atr Detected CCID Compatible Card present, status changed ATR: 3b 98 13 40 0a a5 03 01 01 01 ad 13 11 Jan 8 01:09:28 mercure ifdhandler[1045]: CCID Compatible: Bad PTS response Jan 8 01:09:28 mercure ifdhandler[1045]: Protocol selection failed

VISA card replies correct ATR & protocol selection:

  1. cardos-info

3b:67:00:00:00:00:00:00:00:90:00 Received (SW1=0x6D, SW2=0x00)


Installing beidgui and dependencies:
libopenct1 libpcsclite1 libbeidlibopensc2 libbeid2 beid-tools beidgui libccid pcscd

less /usr/share/doc/libbeidlibopensc2/README.Debian