Anybody used Oscam with omnikey reader on Vu+

cycloxit

Registered
Messages
48
Hi,

I've been setting up a tring+ card using oscam,the good news is it's working perfectly in the top card slot :D. I would also like to get it working in the omnikey reader. The problem i'm getting is the protocol for the reader keeps resetting itself back to mouse mode :mad:. This could be that the pcsc protocol has not been compiled into the oscam file.

Does anybody have the omnikey reading on VU+ using oscam, it works nice under ubuntu on pc.

Regards
 

cycloxit

Registered
Messages
48
Update:

Its all working a treat with the omnikey 3121 cardman very good response times less then 100ms.

Decided to start from scratch with clean VTI image.

1) Install the drivers for Omnikey reader there on this forum :thum:.

2) Install oscam & cccam from plugins menu.

2) look at the oscam config files in /etc/tuxbox/config make changes where needed.

This is from my oscam.server config

[reader]
label = Omnikey Reader 0
enable = 1
protocol = pcsc
device = 0
services =
pincode = 1234
caid = 0BAA
detect = cd
mhz = 500
cardmhz = 357
ident =
group = 1
ecmcache = 1,3,2

this is from my oscam.conf

[global]
logfile = stdout
disablelog = 0
disableuserfile = 0
usrfileflag = 0
clienttimeout = 5000
fallbacktimeout = 2500
clientmaxidle = 120
cachedelay = 120
bindwait = 120
netprio = 0
clientdyndns = 0
resolvedelay = 30
unlockparental = 0
nice = -1
serialreadertimeout = 1500
maxlogsize = 10
waitforcards = 1
preferlocalcards = 0
saveinithistory = 1
readerrestartseconds = 5
readerautoloadbalance = 0
readerautoloadbalance_save = 0
resolvegethostbyname = 0

[newcamd]
port = 35000@0BAA:000000
key = 0102030405060708091011121314
allowed =
keepalive = 1
mgclient = 0

[webif]
httpport = 8888
httpuser = user
httppwd = password
httprefresh = 5
httpallowed = 192.168.1.1-192.168.255.255
httphideidleclients = 0
httpreadonly = 0


Make sure everything is working as it should.

Using http://Your_Box_IP_address:8888 in web browser

Please note the latest oscam release is not downloaded from the plugins. Then stop the cams and using ftp program replace the oscam program which was installed via plugin menu with the very latest one from this forum.

Now you will need a line in your cccam.cfg

# tring card on this box #######
N: youIPaddress 35000 user password 01 02 03 04 05 06 07 08 09 10 11 12 13 14

Now you can start your cams from the plugin menu and give it a try.

Bonus these reader are less then half price of smargo

Hope this helps someone :D
 

stupac

Registered
Messages
4
why do we need an omnikey to get it to work , ??? will it not work on the internal reader like its meant to ??? , im only asking cos im trying to get this set up as we speak .. but im having a few problems with it .???
 

cycloxit

Registered
Messages
48
Here are my configs for tring with omnikey reader VU+ duo

oscam.reader
#################################################
[reader]
label = tring_card
enable = 1
protocol = pcsc
device = 0
pincode = 1234
services =
caid = 0BAA
ident = 0BAA:000000
group = 1
emmcache = 1,3,2
ecmcache = 1
lb_weight = 100
auprovid = 000BAA


oscam.user
#############################################
[account]
user = tring
pwd = tring
disabled = 0
expdate =
group = 1
hostname =
uniq = 1
sleep = 0
monlevel = 4
au = 1
services =
caid = 0BAA
betatunnel =
ident = 0BAA:000000
cccmaxhops = 2
keepalive = 1
numusers = 0
penalty = 0

oscam.conf
#######################################################
[global]
logfile = /var/log/oscam.log
disablelog = 0
disableuserfile = 0
usrfileflag = 0
clienttimeout = 5000
fallbacktimeout = 2500
clientmaxidle = 120
bindwait = 120
netprio = 0
clientdyndns = 0
resolvedelay = 30
unlockparental = 0
nice = -1
serialreadertimeout = 1500
maxlogsize = 10
waitforcards = 1
preferlocalcards = 0
saveinithistory = 1
readerrestartseconds = 5
readerautoloadbalance = 0
readerautoloadbalance_save = 0
resolvegethostbyname = 0

[monitor]
port = 988
nocrypt =
aulow = 120
hideclient_to = 0
monlevel = 1
appendchaninfo = 0

[newcamd]
port = 34700@0BAA:000000
key = 0102030405060708091011121314
allowed =
keepalive = 1
mgclient = 0

[webif]
httpport = 8888
httpuser = user
httppwd = pass
httprefresh = 5
httpallowed = 192.168.1.0-192.168.255.255
httphideidleclients = 0
httpreadonly = 0


Put this in your cccam.cfg
###############################################################
N: 127.0.0.1 34700 tring tring 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

#### Note the 256 on the end is for use with cccam_2.1.3 ######


Hope this helps you :thum:
 

stupac

Registered
Messages
4
thanks a lot for your help , i think it will be easier for me to get an omnikey reader to sort this little problem out , im running oscam0.99.4-cccam 2.1.3 is this the right cam set up guys for these configs ?
 

y2knbb

Registered
Messages
1
Real card share using omnikey reader

Can I share my original real card using omnikey reader and oscam server without having a dreambox?
 
Top