Results 1 to 3 of 3
Hello,
I'm trying to configure a smart card reader on Ubuntu Natty 11.04.
To do this I installed package pcscd.
But the smart card reader is not recognized at all.
...
- 09-29-2011 #1Linux Newbie
- Join Date
- Dec 2008
- Location
- Luxembourg
- Posts
- 130
package pcscd : missing file update-reader.conf ?
Hello,
I'm trying to configure a smart card reader on Ubuntu Natty 11.04.
To do this I installed package pcscd.
But the smart card reader is not recognized at all.
However I have same config on another laptop still using Ubuntu Lucid 10.04 works perfectly as card reader is recognized and activated.
I checked package on both distros and found that 11.04 version do not contain update-reader.conf.
Why such packages differences between 11.09 and 10.04 ?
Where can I find update-reader.conf ?
Is the update-reader.conf mandatory to config pcsc ?
Thanks for attention.
Bye,
Bruno
- 09-29-2011 #2
I'm not sure how well it will work for you, as these steps are for 10.10, but it may be worth a shot.
https://help.ubuntu.com/community/CommonAccessCardJay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 09-30-2011 #3Linux Newbie
- Join Date
- Dec 2008
- Location
- Luxembourg
- Posts
- 130
SOLVED : package pcscd : missing file update-reader.conf ?
Hello,
the absence of the update-reader.conf is not related to my previous problem.
Simply the driver of my card reader SCM3310 was missing on my system.
From Internet I downloaded it (via google I found website from where it can be downloaded)
I followed the (very simple) instructions to install it.
Then :
- optionally : check the pcscd daemon is stopped
- /usr/sbin/pcscd --debug --foreground
- plug the card reader
Now the smartcard reader is recognized :
...
hotplug_libudev.c:309:HPAddDevice() Adding USB device: SCR3310 Smart Card Reader
00000057 readerfactory.c:934:RFInitializeReader() Attempting startup of SCR3310 Smart Card Reader [CCID Interface] (21120629200522) 00 00 using /usr/lib/pcsc/drivers/scmccid.bundle/Contents/Linux/libscmccid.so.5.0.21
...
Bye,
Bruno


Reply With Quote