Debian way:apt-get install opensc pcscd libccid

Next command:nano /etc/opensc/opensc.confAnd change thise lines by removing # from front and reader_drivers lines u delete one comand too:reader_drivers = pcsc, ctapi;try_emulation_first = yes;lock_login = false;If that is done hit from keyboard ctrl+o and enter, then ctrl+x to exit

Next give command:opensc-tool --list-readersAnd you should see your reader there present like so, but with your reader info. Examlpe:

Readers known about:Nr. Driver Name0 pcsc Omnikey 1020

How to disable pcscd never ending loggin to /var/log/messages what can write your /var partion full after some time.Please enter next commands under putty or over terminal command line as root:nano /etc/init.d/pcscd

There look next lines:# if you need to pass arguments to pcscd you should edit the file# /etc/default/pcscd and add a line# DAEMON_ARGS="--your-option"

And please change it to:# if you need to pass arguments to pcscd edit to:# /etc/default/pcscd and add a lineDAEMON_ARGS="--error"And hit from the keyboard ctrl+o and enter to save the changes and ctrl+x to exit

Next command to restart pcsc:/etc/init.d/pcscd restart

Done. No more log from pcsc except start up log if you restart the PC and if there is error.

http://www.free-cardsharing.com/tag/debian-scr3310