how to get updates sky uk card

guli

Registered
Messages
375
card is reading in oscam+cccam but get no updates. any solution known??

here is an example
anything in red you can change to your need .

Oscam.server

[reader]
label = skyuk
protocol = internal
enable = 1
device = dev/sci0
caid = 0963
boxid = xxxxxxxx ( not needed as oscam can read boxid )
detect = cd
mhz = 500
cardmhz = 500
ident = 0963:000000
group = 1
emmcache = 1,3,2
blockemm-g = 1
blockemm-unknown = 1
lb_weight = 101

Oscam.conf


[global]
logfile = /var/local/oscam.log
cachedelay = 120
nice = -1
maxlogsize = 0
saveinithistory = 1

[newcamd]
port = 15500@0963:000000
key = 0102030405060708091011121314
keepalive = 1


[webif]
httpport = 15000
httpuser = user
httppwd = password
httprefresh = 10
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255

Oscam.user

[account]
user = user
pwd = pass
uniq = 2
monlevel = 1
caid = 0963
ident = 0963:000000
group = 1
au = skyuk

Use this N line in cccam.cfg if you want to use the Newcs protocol to connect to CCcam. Only use 256 if using CCCam 2.1.3 or below . to show your card as a local .

N: 127.0.0.1 15500 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

the username & pass in account & N line must be the same .

the port number in newcamd must be the same as in your N line .

256 @ the end of the N line is to show your card as local .

with these settings your card will update providing you give a close & known peer a C line like this :

C: myserver.dyndns.tv 13001 user pass yes

the yes @ the end is required for the known peer to send EMM to update the card .

in the F line for this peer it should look like this

F: user pass 1 0 1 { 0:0:2 }

the 2nd 1 allows the EMM to update your card .

you can see your entitlements by opening the web browser & entering the box ip with the webif port .

oscam with cccam will only show your card as local ( hop0 ) with 2.1.3 or earlier versions . cccam 2.1.3 is the better option .

make sure the config directory has 755 attribute & the 3 oscam files in that directory have attribute 644

oscam.conf
oscam.server
oscam.user


oscam will only read your card & forward it via the N line to CCcam . you then give C lines to your peers as usual .

upon putting all your settings together make sure you stop oscam then cccam via the blue panel .

restart oscam then cccam . this allows oscam to read the card before cccam .

any changes to configs in oscam will take effect upon restart of oscam
there are many other settings that you can have but this is a basic setting to get going .

guli
 

guli

Registered
Messages
375
But if you want to use oscam as card reader then which part of this tutorial makes the card update guli ?

if you want to use just oscam then you need to have dvbapi enabled as if you did'nt know .

oscam.conf

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


oscam.user

[account]
user = localuser
group = 1
au = myreadername
 
Last edited:

humsat

Registered
Messages
4
hi wondering if anyone can help i hac oscam/cccam installed but can only get some channels to work but others wont with local card on 0963... atr will clear as will othes but sly sports uk wont any ideas

p.s i have copied above config but no luck
 

guli

Registered
Messages
375
hi wondering if anyone can help i hac oscam/cccam installed but can only get some channels to work but others wont with local card on 0963... atr will clear as will othes but sly sports uk wont any ideas

p.s i have copied above config but no luck

tell me exactly what you have done .
are you using a linux box or linux pc .
what device = dev/sci0 are you using .
have you opened the port 15500 .
put the N line in cfg .
give the right chmod to the files .
stop oscam then cccam .
restart oscam then cccam .
 

humsat

Registered
Messages
4
using a 9100s technomate card in bottom slot with ur image everything clears apart from sly sports and movies... most other channes clear ok aprt from ssp1 to 4 and ruk

pretty much tried to look everywere without asking for help

have cccam/oscam installed from blue panel input box id from main menu of original box set up

were do i open port 15500 ?
not sure were to put N: line (cccamcfg?)
and what should attributes of chmod be ?

thanks for reply
 

guli

Registered
Messages
375
using a 9100s technomate card in bottom slot with ur image everything clears apart from sly sports and movies... most other channes clear ok aprt from ssp1 to 4 and ruk

pretty much tried to look everywere without asking for help

have cccam/oscam installed from blue panel input box id from main menu of original box set up

were do i open port 15500 ?
not sure were to put N: line (cccamcfg?)
and what should attributes of chmod be ?

thanks for reply


change the device to this

device = dev/sci1

you say you have cccam installed then you must have a CCcam.cfg file in your box .

via a ftp programme go to etc folder there you will find this file . in there put the N line in & make sure you have no # in front of the N .

if you have no CCcam.cfg file in there , then open notepad in your pc & name it CCcam.cfg & then ftp it to the etc folder upon doing this right click the file & change the file permission to 644 & save .

then stop oscam & cccam .

restart oscam then cccam & see what happens .

if it is does not work check that the file called config is in etc/tuxbox & give attribute 755 . then open config folder & check that the 3 files in there
oscam.conf
oscam.server
oscam.user

have attribute 644 by right clicking & changing the permission then save .

then stop oscam & cccam .

restart oscam then cccam & see what happens .

if after that it does not work post your 3 config files here mate .

as you say you have a combined oscam & cccam that is ok just restart it after doing all & see what happens mate .

which version of oscam & cccam do you have .
 
Last edited:

guli

Registered
Messages
375
also 2.1.4 but what i make if sky send destroy emm to my card and cccam write this on the card??? then card is dead! oscam is enable to block these emm's...

Oscam.server

[reader]
label = skyuk
protocol = internal
enable = 1
device = dev/sci0
caid = 0963
boxid = xxxxxxxx ( not needed as oscam can read boxid )
detect = cd
mhz = 500
cardmhz = 500
ident = 0963:000000
group = 1
emmcache = 1,3,2
blockemm-g = 1
blockemm-unknown = 1
lb_weight = 101


the answer to your question is in red you are already blocking all unknown emms
 

jgc115

Registered
Messages
8
oscam in standalone mode to update cards

Hi Guli,
Please can you help me mate? I just want to use OSCAM on it's own to read and update my two sly cards in my two readers. OSCAM is reading my cards fine but not keeping my entitlements updated. My files are attached - can you see what I'm doing wrong?
p.s. my boxid is blanked out for obvious reasons.


Oscam.server

[reader]
label = slot0
protocol = internal
device = /dev/sci0
boxid = xxxxxxxx
detect = cd
reconnecttimeout = 5
ecmcache = 1
emmcache = 1,3,2
blockemm-u = 1
blockemm-s = 1
blockemm-g = 1
blockemm-unknown = 1
group = 1
#lb_weight = 100


[reader]
label = slot1
protocol = internal
device = /dev/sci1
boxid = xxxxxxxx
detect = cd
reconnecttimeout = 5
ecmcache = 1
emmcache = 1,3,2
blockemm-u = 1
blockemm-s = 1
blockemm-g = 1
blockemm-unknown = 1
group = 2
#lb_weight = 101


Oscam.conf

[global]
logfile = stdout
disablelog = 0
disableuserfile = 0
usrfileflag = 0
clienttimeout = 2000
fallbacktimeout = 2500
clientmaxidle = 120
failbantime = 30
cachedelay = 120
bindwait = 120
netprio = 0
clientdyndns = 0
resolvedelay = 30
unlockparental = 0
nice = -1
serialreadertimeout = 1500
maxlogsize = 50
waitforcards = 1
preferlocalcards = 1
saveinithistory = 1
readerrestartseconds = 5
#lb_mode = 0
#lb_save = 0
#lb_nbest_readers = 2
#lb_nfb_readers = 1
#lb_min_ecmcount = 5
#lb_max_ecmcount = 500
#lb_reopen_seconds = 900
resolvegethostbyname = 0
failbantime = 10
#double_check = 1


[dvbapi]
enabled = 1
user =
au = 2
boxtype = bm750
pmt_mode = 0

[webif]
httpport = 8888
httpuser = admin
httppwd = admin
httpallowed = 127.0.0.1,192.168.1.1-192.168.1.254


Oscam.user

#[account]
user =
pwd =
disabled = 1
monlevel = 0
uniq = 0
group = 1,2
au = 2
ident= 0963:000000
caid = 0963
services = sky


Many thanks :)
 

frominternetstupid

Registered
Messages
274
@ jgc115

did you come already once on the idea that it could lie at oscam itself? oscam is perhaps not yet so far and needs something else development time. i know in any case previously no one whom an sly white in oscam was able to update.
 

guli

Registered
Messages
375
Hi Guli,
Please can you help me mate? I just want to use OSCAM on it's own to read and update my two sly cards in my two readers. OSCAM is reading my cards fine but not keeping my entitlements updated. My files are attached - can you see what I'm doing wrong?
p.s. my boxid is blanked out for obvious reasons.


Oscam.server

[reader]
label = skyuk
protocol = internal
device = /dev/sci0
enable = 1
caid = 0963
ident = 0963:000000

boxid = xxxxxxxx
detect = cd
reconnecttimeout = 5
ecmcache = 1
emmcache = 1,3,2
blockemm-u = 0
blockemm-s = 0
blockemm-g = 1
blockemm-unknown = 1
group = 1
#lb_weight = 100


[reader]
label = skyuk
protocol = internal
device = /dev/sci1
boxid = xxxxxxxx
enable = 1
caid = 0963
ident = 0963:000000

detect = cd
reconnecttimeout = 5
ecmcache = 1
emmcache = 1,3,2
blockemm-u = 0
blockemm-s = 0
blockemm-g = 1
blockemm-unknown = 1
group = 2
#lb_weight = 101


Oscam.conf

[global]
logfile = stdout
disablelog = 0
disableuserfile = 0
usrfileflag = 0
clienttimeout = 2000
fallbacktimeout = 2500
clientmaxidle = 120
failbantime = 30
cachedelay = 120
bindwait = 120
netprio = 0
clientdyndns = 0
resolvedelay = 30
unlockparental = 0
nice = -10
serialreadertimeout = 1500
maxlogsize = 50
waitforcards = 1
preferlocalcards = 1
saveinithistory = 1
readerrestartseconds = 5
#lb_mode = 0
#lb_save = 0
#lb_nbest_readers = 2
#lb_nfb_readers = 1
#lb_min_ecmcount = 5
#lb_max_ecmcount = 500
#lb_reopen_seconds = 900
resolvegethostbyname = 0
failbantime = 10
#double_check = 1

[global]
logfile = stdout
disablelog = 0
disableuserfile = 0
usrfileflag = 0
clienttimeout = 2000
fallbacktimeout = 2500
clientmaxidle = 120
failbantime = 30
cachedelay = 120
bindwait = 120
netprio = 0
clientdyndns = 0
resolvedelay = 30
unlockparental = 0
nice = -10
serialreadertimeout = 1500
maxlogsize = 50
waitforcards = 1
preferlocalcards = 1
saveinithistory = 1
readerrestartseconds = 5
#lb_mode = 0
#lb_save = 0
#lb_nbest_readers = 2
#lb_nfb_readers = 1
#lb_min_ecmcount = 5
#lb_max_ecmcount = 500
#lb_reopen_seconds = 900
resolvegethostbyname = 0
failbantime = 10
#double_check = 1


[dvbapi]
enabled = 1
user = localuser
au = 1
boxtype = bm750
pmt_mode = 0
keepalive = 1

[monitor]
port = 988
monlevel = 4
nocrypt = 127.0.0.1


[webif]
httpport = 8888
httpuser = admin
httppwd = admin
httpallowed = 127.0.0.1,192.168.1.1-192.168.1.254


Oscam.user

#[account]
user = localuser
pwd =
monlevel = 1
uniq = 2
group = 1,2
au = skyuk
ident= 0963:000000
caid = 0963
services = sky


Many thanks :)

try this config with the changes in red
 
Top