Entitlements OK but not clearing

Benwiddowson

Registered
Messages
3
Hi

I have an Amiko alien2 with two cards (s*k in the top slot and tntsat in the bottom) running vix and oscam. The Sky channels are clearing ok but the TNT's are not. In the web interface they both show the correct number of entitlements and no errors. If i remove all references to the sky card from all the oscam files then the TNT's clear ok. I've posted my configs below. Could one of you take a look and let me know if you spot anything thats stopping it clearing.

Thanks

oscam.conf

[global]
nice = -1
logfile = /var/log/oscam.log
clienttimeout = 5000
fallbacktimeout = 2500
clientmaxidle = 120
cachedelay = 120
bindwait = 120
resolvedelay = 30
serialreadertimeout = 1500
maxlogsize = 10
waitforcards = 1
preferlocalcards = 1
saveinithistory = 1
keepalive = 1

[dvbapi]
enabled = 1
user = linuxsatsupport
boxtype = dreambox
au = 1

[newcamd]
port = 10001@0960:000000
key = 0102030405060708091011121314
keepalive = 1

[cccam]
port = 12000
version = 2.1.3
build = 3165
reshare = 1

[webif]
httpport = 8888
httpuser =
httppwd =
httprefresh = 15
httpallowed = 192.168.0.0 - 255.255.255.255
debug = 255

[monitor]
appendchaninfo = 1

oscam.dvbapi

P: 0960:000000
P: 0500:030B00:2013:04A9 # TMC
P: 0500:030B00:2027:04A9 # TMC

oscam.server

[reader]
label = SKYUK
protocol = internal
device = /dev/sci0
caid = 0960
boxid = ****
cardmhz = 2700
mhz = 450
detect = cd
group = 1
emmcache = 1,3,2
blockemm-unknown = 1
blockemm-g = 1
saveemm-u = 1
saveemm-s = 1

[reader]
label = tntsat
protocol = internal
device = /dev/sci1
caid = 0500
detect = cd
mhz = 450
cardmhz = 2700
ident = 0500:030B00,FFF400
aeskeys = 0500@030B00:0,0,0,0,0,0,0,0,0,0,0,0,0,2504B382B16D 8C6758DB960E311E9351,0,0,0,F62C3BE300E98BBB378DFA3 8BB6EEEF1,0,0,6B1B024D36F60974973CB81FA5E8F01C,0,0 ,1DE5B042AD670BB16A3A76BDAD2F7AC0
group = 2

oscam.user

[account]
user = linuxsatsupport
group = 1,2
caid = 0960
ident = 0960:000000
au = SKYUK

[account]
user = localuser
group = 1,2
 

pandra

Registered
Messages
111
Hi !

Try without caid and ident commands in your oscam.user for linuxsatsupport :
Code:
oscam.user

[account]
user = linuxsatsupport
group = 1,2
au = SKYUK

[account]
user = localuser
group = 1,2
 
Top