help for oscam config for hd+ HD02 in azbox premium plus 0.9.5311

GrandeBoma

Registered
Messages
3
I need some advice to set up this HD+ black card (HD02 caid 1843) in azbox premium plus. I do not intend to use enigma2, because i find it still very unstable for the applications i use the most. So i am stuck with original firmware 5311 and i decided to try oscam to read the card

First of all, i do not need any sharing, i only want to read the card on azbox in the simplest way possible. Of course, the simplest possible way is cccam 2.3.0 but as we all know, this version of cccam does not exist for original firmware opensat

Also, i own a smargo, so I will use either internal or smargo in order to read this card depending on which option works best

I have installed oscamCAS and tried both mgcamd and dvbapi to connect, but something is missing. I have used the latest version of oscam for opensat software, the 1.20 8414 compiled by Arbabe

I tried it with both internal and external reader, changing parameters in oscam.server accordingly, but without result

i post the oscam files i used

oscam.config

Code:
[global]
logfile = /dev/null
disablelog = 1
disableuserfile = 1
usrfileflag = 0
#pidfile = /var/run/oscam.pid
usrfile = /dev/null
cwlogdir = /dev/null
clienttimeout = 5000
fallbacktimeout = 2500
clientmaxidle = 120
cachedelay = 0
bindwait = 120
netprio = 0
clientdyndns = 0
resolvedelay = 30
unlockparental = 0
nice = -1
serialreadertimeout = 1500
maxlogsize = 10
waitforcards = 1
preferlocalcards = 1
saveinithistory = 0
readerrestartseconds= 5

#[monitor]
#port = 988
#nocrypt = 127.0.0.1,10.0.0.1-10.0.0.8,192.168.1.1-192.168.1.254
#aulow = 120
#hideclient_to = 0
#monlevel = 2
#appendchaninfo = 0

[newcamd]

port = 34000@1843:000000
key = 0102030405060708091011121314
allowed =
keepalive = 1
mgclient = 1

[webif]
httpport = 8282
httpuser = azbox
httppwd = italia
httpcss =
httptpl =
httpscript =
httprefresh = 5
httpallowed = 127.0.0.1,192.168.1.1-192.168.1.254
httpdyndns =
httphideidleclients = 0
httpreadonly = 0

oscam.server

[reader]
label = hdplus
protocol = mouse (or internal for reader)
device = /dev/ttyUSB0 (or sci0 for internal)
services = hdplus
caid = 1843
boxkey = A7...7C
rsakey = BF...D5
ecmwhitelist = 1843:89
detect = cd
#nagra_read = 1
mhz = 600
cardmhz = 368
ident = 1843:000000,003411,008011
group = 2
emmcache = 1,3,2
#auprovid = 003411
blockemm-unknown = 1


oscam.user

#oscam.user generated automatically
[account]
user = Beta
pwd = Tester
disabled = 0
expdate =
group = 1
hostname =
uniq = 1
sleep = 0
monlevel = 0
au = hdplus
services =
caid = 1843
betatunnel =
ident = 1843:000000
keepalive = 1
numusers = 0
penalty = 0

and here is the cccam n line

Code:
N: 192.168.1.130 34000 Beta tester 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

Perhaps someone can suggest how to make it work? thanks in advance
 
Top