PCSC contactless support

Asked by stef33560

Hi,

I've got an Omnikey 5321v2 card reader and the latest french professiionnal card (CPS) wich is compatible IAS-ECC.
If i bring the card INTO the reader, eveything goes fine, but nothing happens when I bring this card next to my reader (pcsc_scan don't dumps anything).

How to "activate" contactless mode support ?

I'm running Ubuntu 10.10 maverick :
$ uname -a
Linux sm 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:29 UTC 2011 i686 GNU/Linux

$ pcsc_scan -V
PC/SC device scanner
V 1.4.16 (c) 2001-2009, Ludovic Rousseau <email address hidden>
Compiled with PC/SC lite version: 1.5.3

$ dpkg -l libpcsclite1
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Description
+++-==============-==============-============================================
ii libpcsclite1 1.5.5-3ubuntu2 Middleware to access a smart card using PC/S

Thanks for any advice !

Best regards,
Stepĥ

Question information

Language:
French Edit question
Status:
Solved
For:
Ubuntu pcsc-lite Edit question
Assignee:
No assignee Edit question
Solved by:
Nicolas DERIVE
Solved:
Last query:
Last reply:
Revision history for this message
Best Nicolas DERIVE (kalon33) said :
#1

Bonjour Steph,

J'ai eu en mains un lecteur à double interface contact et contactless Omnikey 5321 également, et l'interface rfid n'est pas supportée nativement par libccid (utilisée par pcsc-lite). Pour cela, vous devez installer le pilote rfid fourni par Omnikey, qui vous permet de l'utiliser (http://www.hidglobal.com/driverDownloads.php?techCat=19&prod_id=171 , le pilote en question s'appelle OMNIKEY 5x2x PC/SC for Linux 32Bit, dans la section Linux). Les instructions d'installations sont dans le fichier README de l'archive.

J'espère que ça vous sera utile.

Bien cordialement.

--kalon33.

*For english readers*

I had to use an hybrid contact/contacless omnikey 5321 reader too, and the rfid interface is not supported out of the box by libccid (hardware library for pcsc-lite). To make it work, you have to install rfid driver provided by Omnikey (http://www.hidglobal.com/driverDownloads.php?techCat=19&prod_id=171 , the driver is named OMNIKEY 5x2x PC/SC for Linux 32Bit, into the Linux section). Installation instructions are in the README file of the tar.gz folder.

Hope that it helps.

Kind regards.

--kalon33

Revision history for this message
stef33560 (stef33560) said :
#2

Salut Kalon !

Génial, ça fonctionne :)
Bon, y'a pas les sources, mais ça fonctionne ;-)

MERCI !

En mode sans contact, la carte n'est pas reconnue.
Insérée dans le lecteur, la carte est reconnue. (signature 3B AC 00 40 2A 00 12 25 00 64 80 00 03 10 00 90 00)
Crois-tu que je devrais envoyer un mél à Ludovic Rousseau ?

Ensuite cpgeslux ne fonctionne pas encore en mode sans contact, dommage ;)

Bien cordialement,
Stéphane

Revision history for this message
stef33560 (stef33560) said :
#3

Thanks Nicolas DERIVE, that solved my question.