Sky DE??

dionysos

Registered
Messages
986
here is working on cc ### am:D
hi
what exactly did you write in your oscam_server file to make it run on your CCcam?

[reader]
label = "server name"
protocol = CCcam_2.3.2 (or something else?)
device = server DNS/IP,server-port
account = user,userpw

correct?

Thx
 

sedutor

Donating Member
Messages
83
on the server it has to be this way oscam 11517

[reader]
label = "server name"
protocol = CCcam_2.3.2 (or something else?)
device = server DNS/IP,server-port
account = user,userpw
inactivitytimeout = 30
disablecrccws_only_for = 0500:50F000;09C4:000000;098C:000000;098D:000000
group = 1
emmcache = 1,1,3,1
dropbadcws = 1
cccversion = 2.3.2
cccmaxhops = 1
ccckeepalive = 1
cccreshare = 0
disablecrccws = 1
 

pig

Registered
Messages
17
I have done the above but I get a lot of freezing when watching is this common with every one else?
 

juli13

Staff member
Administrator
Messages
10,198
Does it only work with Cccam_2.3.2? Or any other CCcam version too?

It does not work in cccam.

You just put the

Disablecrccws_only_for = 09C4:000000;098C:000000;098D:000000

at your reader in oscam.server file.
That must done at server too.
 

Rickk

Registered
Messages
2,375
on the server it has to be this way oscam 11517

[reader]
label = "server name"
protocol = CCcam_2.3.2 (or something else?)
device = server DNS/IP,server-port
account = user,userpw
inactivitytimeout = 30
disablecrccws_only_for = 0500:50F000;09C4:000000;098C:000000;098D:000000
group = 1
emmcache = 1,1,3,1
dropbadcws = 1
cccversion = 2.3.2
cccmaxhops = 1
ccckeepalive = 1
cccreshare = 0
disablecrccws = 1

delete this line
dropbadcws = 1 only on the server
disablecrccws = 1
with that you deactivate disablecrccws_only_for = 0500:50F000;09C4:000000;098C:000000;098D:000000
then all cards run with it
this has an effect on the work of other cards, which then no longer run correctly
 

harshy

Registered
Messages
746
Code:
[reader]
label                         = XXX
description                   = CCcam
protocol                      = cccam
device                        = XXX
user                          = XXX
password                      = XXX
inactivitytimeout             = 30
group                         = 5
cccversion                    = 2.3.2
disablecrccws_only_for 	      = 0500:50F000;09C4:000000;098C:000000;098D:000000
emmcache 		      = 1,1,3,1
cccmaxhops 		      = 1
ccckeepalive 		      = 1
cccreshare 		      = 0

Code:
[reader]
label                         = oscam_emu
protocol                      = emu
device                        = emulator
disablecrccws_only_for        = 0E00:000000,0500:50F000;09C4:000000;098C:000000;098D:000000
caid                          = 0D00,0D02,090F,0500,1801,0604,2600,2602,FFFF,0E00,4AE1,1010
detect                        = cd
ident                         = 0D00:000000,000004,000010,000014,000020,0000C0,0000C4,0000C8,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A8;090F:000000;0500:000000,030B00,023800,021110,007400,007800;1801:000000,001101;0604:000000;2600:000000;FFFF:000000;0E00:000000;4AE1:000000;1010:000000;2602:000000
group                         = 1
emmcache                      = 2,2,2,0

Whats gone wrong here then?
 
Last edited:

harshy

Registered
Messages
746
It does not work in cccam.

You just put the

Disablecrccws_only_for = 09C4:000000;098C:000000;098D:000000

at your reader in oscam.server file.
That must done at server too.

Whose server, the server of the cardsharer?:confused:
 

dionysos

Registered
Messages
986
It does not work in cccam.

You just put the

Disablecrccws_only_for = 09C4:000000;098C:000000;098D:000000

at your reader in oscam.server file.
That must done at server too.
hi
sry for insisting but I am new in Oscam. I am used only to CCcam.
I understand that Sky DE does not work with CCcam, only with latest Oscam.
I have now latest Oscam installed. Will I get Sky De from my peers by using Oscam only? Some say "yes, Oscam only", some others say "Oscam with some a reading cam like Cccam". What is true?

My oscam.server file looks like this:
[reader]
label = XXX.dyndns.org
enable = 1
protocol = cccam
device = XXX.dyndns.org,12000
account = user,pwd
inactivitytimeout = 30
disablecrccws_only_for = 0500:50F000;09C4:000000;098C:000000;098D:000000
group = 1
emmcache = 1,1,3,1
cccversion = 2.3.0
cccmaxhops = 1
ccckeepalive = 1
cccreshare = 0

correct? Something else to be done on my side? For ex. to edit sth in my oscam.conf. file as well?

Thx for your help.
 
Top