Hi all
im having trouble getting my pc to install the driver for omnikey.
how do u intall on linux, works great in xp & 7.
Hi all
im having trouble getting my pc to install the driver for omnikey.
how do u intall on linux, works great in xp & 7.
follow that STEP BY STEP!!!!!!!!!!!!!!!!!!!!!
Code:
apt-get install opensc pcscd libccid
Next command:
Code:
nano /etc/opensc/opensc.conf
And 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-readers
And you should see your reader there present like so, but with your reader info. Examlpe:
Readers known about:
Nr. Driver Name
0 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 line
DAEMON_ARGS="-e"
And hit from the keyboard ctrl+o and enter to save the changes and ctrl+x to exit
Next command to restart pcsc:
Code:
/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.
what type of omnikey do you want to install? Not all omni keys are supported by pcscd.
true, i thought he be on 321 lol
Hi, All......
reader_drivers lines u delete one comand too:![]()