omnikey 321 usb ex v reader command line help

bradowen

Registered
Messages
77
hi im wondering if any nice person could help /
please .. i have ubuntu running ccam 2.1 4. just setting up .newish it linux.

but it wont read because im sure i have missing command in cfg ..

it says working in terminal . but not in apache web . its usb connection to pc . ps i have 6 usbs lol..

any help will be brill many thanks
 

kados

Registered
Messages
1
Hi,
Please did you resolve your problem? i am in the same status like your problem.
Thanks a lot
Kados
 

bradowen

Registered
Messages
77
Code:
sudo apt-get install opensc pcscd libccidNext command:

Code:
nano /etc/opensc/opensc.confChange these lines by removing # from front and reader_drivers lines u delete one command too:

Code:
reader_drivers = pcsc, ctapi;
try_emulation_first = yes;
lock_login = false;
provider_library = usr/lib/libpcsclite.so.1If that is done enter from keyboard ctrl+o and enter, then ctrl+x to exit

Next give command:

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

Readers known about:


Code:
Nr. Driver Name
0 pcsc Omnikey 1020To 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:

Code:
nano /etc/init.d/pcscdThere look next lines:

Code:
# if you need to pass arguments to pcscd you should edit the file
# /etc/default/pcscd and add a line
# DAEMON_ARGS="--your-option"Change it to:

Code:
# if you need to pass arguments to pcscd edit to:
# /etc/default/pcscd and add a line
DAEMON_ARGS="--error"Press Enter 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 restartAfter all is done then type

Code:
lsusbto make sure that the Omni is working well
__________________


this is the way i put drivers in ..


im no expert but this was fine .. i eventually got working.


time and alot of bad heads lol.. SERIAL READER : /dev/ttyUSB0
in cccam cfg.
 

bradowen

Registered
Messages
77
newcs also used ... to handle c##d.. i used . i think oscam can be used aswell . best of luck im no expert mind .
 
Top