Hello friends.
I have oscam (version=0.99.4svn, build #2601, system=mips-tuxbox-linux, nice=-1) working as a proxy server to a CCcam 2.1.3 client. Everything works fine.
However i wanted to try new stable version of oscam (version=1.10rc-svn, build #5741, system=mips-tuxbox-linux, nice=-1)
And here started mi little hell. I cant make it works. i dont know if smtg very important change from 0.99 to 1.10 that i m not setting and create the caos.
In the CCcam client i get :
cam[0] ecm even nok caid:0x1810 id:0x0 pid:0x88b
nagra2 emu can't decode ecm (key: 1, ident: 0) no key
(however this not happen with oscam 0.99)
I was playing a lot with oscam.server, oscam.conf and oscam.user trying to find the magic click that makes everything working again... but i couldnt.
I also tried with other oscam builds as 6338 or 6414...(unstable)
Here are my conf files:
oscam.conf
[global]
usrfile = /var/log/oscam/oscamuser.log
logfile = /var/log/oscam/oscam.log
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 = 50
waitforcards = 0
preferlocalcards = 0
saveinithistory = 0
readerrestartseconds = 5
readerautoloadbalance = 0
readerautoloadbalance_save = 0
[cccam]
port = 55555
reshare = 5
version = 2.1.3
[webif]
httpport = 9000
httpuser =
httppwd =
httpcss =
httptpl =
httpscript =
httprefresh = 10
httpallowed = 0.0.0.0-255.255.255.255
httpdyndns =
httphideidleclients = 1
httpreadonly = 0
[anticasc]
enabled = 0
numusers = 1
sampletime = 8
samples = 2
penalty = 0
aclogfile = /var/log/oscam/oscam_ac.log
denysamples = 1
fakedelay = 1000
oscam.server
[reader]
label = camserver
enable = 1
protocol = cccam
device = hostname,port
account = user,pass
services =
inactivitytimeout = 0
caid =
ident =
group = 1
#ecmcache = 1
lb_weight = 100
cccversion = 2.1.3
cccmaxhops = 4
cccwantemu = 1
oscam.user
[account]
user = mylocaluser
pwd = pass
group = 1
caid =
cccmaxhops = 3
cccreshare = 1
numusers = 1
penalty = 0
au = 1
And this is my oscam.log
2012/03/02 14:59:48 7784F000 s >> OSCam << cardserver started, version 1.10rc-svn, build #5741 (mips-tuxbox-linux)
2012/03/02 14:59:48 7784F000 s version=1.10rc-svn, build #5741, system=mips-tuxbox-linux, nice=-1
2012/03/02 14:59:48 7784F000 s client max. idle=120 sec, debug level=0
2012/03/02 14:59:48 7784F000 s max. logsize=50 Kb, loghistorysize=4096 bytes
2012/03/02 14:59:48 7784F000 s client timeout=5000 ms, fallback timeout=2500 ms, cache delay=120 ms
2012/03/02 14:59:48 7784F000 s services reloaded: 0 services freed, 1 services loaded, rejected 0
2012/03/02 14:59:48 7784F000 s userdb reloaded: 4 accounts loaded, 0 expired, 0 disabled
2012/03/02 14:59:48 7784F000 s signal handling initialized (type=sysv)
2012/03/02 14:59:48 7784F000 s 813 service-id's loaded in 13ms
2012/03/02 14:59:48 7784F000 s 37 tier-id's loaded
2012/03/02 14:59:48 7784F000 s 802 provid's loaded
2012/03/02 14:59:48 7784F000 s monitor: initialized (fd=8, port=98
2012/03/02 14:59:48 7784F000 s camd33: disabled
2012/03/02 14:59:48 7784F000 s camd35: disabled
2012/03/02 14:59:48 7784F000 s cs378x: disabled
2012/03/02 14:59:48 7784F000 s newcamd: initialized (fd=9, port=22000, crypted)
2012/03/02 14:59:48 7784F000 s CAID: 183D
2012/03/02 14:59:48 7784F000 s provid #0: 005411
2012/03/02 14:59:48 7784F000 s newcamd: initialized (fd=10, port=21000, crypted)
2012/03/02 14:59:48 7784F000 s CAID: 093B
2012/03/02 14:59:48 7784F000 s provid #0: 000000
2012/03/02 14:59:48 7784F000 s cccam: initialized (fd=11, port=19730, crypted)
2012/03/02 14:59:48 7784F000 s radegast: disabled
2012/03/02 14:59:48 7784F000 s http thread started
2012/03/02 14:59:48 7784F000 s creating thread for device xx.xx.xx.xx.
2012/03/02 14:59:48 764EF4B0 h HTTP Server listening on port ***x
2012/03/02 14:59:48 7784F000 s creating thread for device xx.xx.xx.xx
2012/03/02 14:59:48 754EF4B0 p proxy thread started (thread=754EF4B0, label=camserver, server=xx.xx.xx.xx)
2012/03/02 14:59:48 7784F000 s anti cascading disabled
2012/03/02 14:59:52 72AFF4B0 c encrypted cccam-client 192.168.0.117 granted (mylocaluser, au=auto (1 reader)) ******************* (seems CCcam client connects properly....)
I ll apreciate any help or tip to head me in some direction to be able to find the problem.
Thanks a lot for your help.
I have oscam (version=0.99.4svn, build #2601, system=mips-tuxbox-linux, nice=-1) working as a proxy server to a CCcam 2.1.3 client. Everything works fine.
However i wanted to try new stable version of oscam (version=1.10rc-svn, build #5741, system=mips-tuxbox-linux, nice=-1)
And here started mi little hell. I cant make it works. i dont know if smtg very important change from 0.99 to 1.10 that i m not setting and create the caos.
In the CCcam client i get :
cam[0] ecm even nok caid:0x1810 id:0x0 pid:0x88b
nagra2 emu can't decode ecm (key: 1, ident: 0) no key
(however this not happen with oscam 0.99)
I was playing a lot with oscam.server, oscam.conf and oscam.user trying to find the magic click that makes everything working again... but i couldnt.
I also tried with other oscam builds as 6338 or 6414...(unstable)
Here are my conf files:
oscam.conf
[global]
usrfile = /var/log/oscam/oscamuser.log
logfile = /var/log/oscam/oscam.log
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 = 50
waitforcards = 0
preferlocalcards = 0
saveinithistory = 0
readerrestartseconds = 5
readerautoloadbalance = 0
readerautoloadbalance_save = 0
[cccam]
port = 55555
reshare = 5
version = 2.1.3
[webif]
httpport = 9000
httpuser =
httppwd =
httpcss =
httptpl =
httpscript =
httprefresh = 10
httpallowed = 0.0.0.0-255.255.255.255
httpdyndns =
httphideidleclients = 1
httpreadonly = 0
[anticasc]
enabled = 0
numusers = 1
sampletime = 8
samples = 2
penalty = 0
aclogfile = /var/log/oscam/oscam_ac.log
denysamples = 1
fakedelay = 1000
oscam.server
[reader]
label = camserver
enable = 1
protocol = cccam
device = hostname,port
account = user,pass
services =
inactivitytimeout = 0
caid =
ident =
group = 1
#ecmcache = 1
lb_weight = 100
cccversion = 2.1.3
cccmaxhops = 4
cccwantemu = 1
oscam.user
[account]
user = mylocaluser
pwd = pass
group = 1
caid =
cccmaxhops = 3
cccreshare = 1
numusers = 1
penalty = 0
au = 1
And this is my oscam.log
2012/03/02 14:59:48 7784F000 s >> OSCam << cardserver started, version 1.10rc-svn, build #5741 (mips-tuxbox-linux)
2012/03/02 14:59:48 7784F000 s version=1.10rc-svn, build #5741, system=mips-tuxbox-linux, nice=-1
2012/03/02 14:59:48 7784F000 s client max. idle=120 sec, debug level=0
2012/03/02 14:59:48 7784F000 s max. logsize=50 Kb, loghistorysize=4096 bytes
2012/03/02 14:59:48 7784F000 s client timeout=5000 ms, fallback timeout=2500 ms, cache delay=120 ms
2012/03/02 14:59:48 7784F000 s services reloaded: 0 services freed, 1 services loaded, rejected 0
2012/03/02 14:59:48 7784F000 s userdb reloaded: 4 accounts loaded, 0 expired, 0 disabled
2012/03/02 14:59:48 7784F000 s signal handling initialized (type=sysv)
2012/03/02 14:59:48 7784F000 s 813 service-id's loaded in 13ms
2012/03/02 14:59:48 7784F000 s 37 tier-id's loaded
2012/03/02 14:59:48 7784F000 s 802 provid's loaded
2012/03/02 14:59:48 7784F000 s monitor: initialized (fd=8, port=98
2012/03/02 14:59:48 7784F000 s camd33: disabled
2012/03/02 14:59:48 7784F000 s camd35: disabled
2012/03/02 14:59:48 7784F000 s cs378x: disabled
2012/03/02 14:59:48 7784F000 s newcamd: initialized (fd=9, port=22000, crypted)
2012/03/02 14:59:48 7784F000 s CAID: 183D
2012/03/02 14:59:48 7784F000 s provid #0: 005411
2012/03/02 14:59:48 7784F000 s newcamd: initialized (fd=10, port=21000, crypted)
2012/03/02 14:59:48 7784F000 s CAID: 093B
2012/03/02 14:59:48 7784F000 s provid #0: 000000
2012/03/02 14:59:48 7784F000 s cccam: initialized (fd=11, port=19730, crypted)
2012/03/02 14:59:48 7784F000 s radegast: disabled
2012/03/02 14:59:48 7784F000 s http thread started
2012/03/02 14:59:48 7784F000 s creating thread for device xx.xx.xx.xx.
2012/03/02 14:59:48 764EF4B0 h HTTP Server listening on port ***x
2012/03/02 14:59:48 7784F000 s creating thread for device xx.xx.xx.xx
2012/03/02 14:59:48 754EF4B0 p proxy thread started (thread=754EF4B0, label=camserver, server=xx.xx.xx.xx)
2012/03/02 14:59:48 7784F000 s anti cascading disabled
2012/03/02 14:59:52 72AFF4B0 c encrypted cccam-client 192.168.0.117 granted (mylocaluser, au=auto (1 reader)) ******************* (seems CCcam client connects properly....)
I ll apreciate any help or tip to head me in some direction to be able to find the problem.
Thanks a lot for your help.
Comment