Sly UK NewCS / CCcam Config Creator

Status
Not open for further replies.

sonic1

Specialist Contributor
Joined
Aug 6, 2004
Messages
870
Reaction score
114
Points
43
Age
49
My Satellite Setup
Vu + Ultimo 4K - Solo 4K - Uno 4K - Duo2- SoloSE - Zero- Uno -Prismcube Open Black Hole - 0.6 , 98cm Funkee , 28E-23.5E-19E-13E
My Location
Black Hole Team
simdex said:
thanx B16MCC it all looks ok in newcd. This is what I have in my cccam.cfg


N: 127.0.0.1 10001 newcs newcs 01 02 03 04 05 06 07 08 09 10 11 12 13 14
N: 127.0.0.1 10000 newcs newcs 01 02 03 04 05 06 07 08 09 10 11 12 13 14

If I goto cccam info and look at servers I see

127.0.0.1:10001 - 0 cards
127.0.0.1:10002 - 0 cards

You have a fault with the ports in your second line, which slot do you have the card in ?
 

simdex

Member
Joined
Aug 11, 2009
Messages
8
Reaction score
0
Points
0
Age
58
My Satellite Setup
dreambox
My Location
uk
it is a dreambox 600 and it only has 1 internal reader
 

simdex

Member
Joined
Aug 11, 2009
Messages
8
Reaction score
0
Points
0
Age
58
My Satellite Setup
dreambox
My Location
uk
sorry that was a typo, it was late :-) It should have said

127.0.0.1:10001 - 0 cards
127.0.0.1:10000 - 0 cards
 

sirsmilealot

Member
Joined
Apr 13, 2008
Messages
7
Reaction score
0
Points
0
Age
34
My Satellite Setup
Dreambox dm600
My Location
UK
B16MCC said:
Ok mate yes, you need to look at your blocker settings, if you have all blockers set to YES then your card will definitely NOT update the entitlements. Its likely this is your problem. Bung the card back in the sly box and leave it on sly one until it comes on. When it comes on put it back in the Dreambox.

If you have blockers all on, then change the first 2 to NO and see what happens next time. I'm still waiting for mine to see if it works.

Could you expand on how you got the boxkey working please ?

Hello Mate,

Thanks for your reply - unfortunately the sly box with which the card is paired to is not available though I do have an additional box - is it possible for the entitlements to be received and written to the card using a different sly box or does the proper box need to be used?

As for the BoxKey, I ended up adding two extra 0's in front which seemed pretty pointless but did the trick.

Just to confirm, newcs.xml is now looking like:

<blocksa>no</blocksa>
<blockua>no</blockua>
<blockga>yes</blockga>

Cheers,

Paul.
 

zoro25

Attack of the Clones
Joined
Dec 23, 2005
Messages
169
Reaction score
3
Points
16
Age
49
Website
www.thetestmanager.com
My Satellite Setup
Dreambox 800 - Nabilosat Image and 250gig Hard-drive (pointing at 28.2E)
Dreambox 7020 with 120 gig hard-drive disk - running a motorised dish
DM600 +DM500
although only usually the 800 and 7020 are both on.
My Location
UK
B16MCC,
Thanks so much, Your app is great,
I used the advanced mode and finally got the website up then I saw the username and password were not right.

Program set it to newcs I thought however on website it was listed as CCcam.
 

simdex

Member
Joined
Aug 11, 2009
Messages
8
Reaction score
0
Points
0
Age
58
My Satellite Setup
dreambox
My Location
uk
can somebody please post their cccam.cfg and newcs.xml files as I still can't get mine working. I have a dm600 with a single card reader.
 

simdex

Member
Joined
Aug 11, 2009
Messages
8
Reaction score
0
Points
0
Age
58
My Satellite Setup
dreambox
My Location
uk
can somebody please post their cccam.cfg and newcs.xml files as I still can't get mine working. I have a dm600 with a single card reader.
 

B16MCC

Dreambox Gimp & Coder
Joined
Nov 16, 2005
Messages
1,562
Reaction score
8
Points
0
Age
51
My Satellite Setup
2 Dreamboxes..........
---------------------------------------------
--- DM 8000 HD PVR &amp; DM 800 HD ---
Motek SG2100 &amp; Triax 80cm Dual LNB
------ Fixed Dish 28e Quad LNB -------
---- Sly HD Full &amp; 24&quot; Apple iMAC ----
My Location
/var/tuxbox/config
Here's a sample setup. The only thing that needs changing here is the Dreambox IP address and the boxkey in newcs.xml . CCcam.cfg will need to match the IP address of course.

Sample File newcs.xml

Code:
<?xml version="1.0"?>


<newCSconfig>
<globals>
<listening-ip>192.168.1.10</listening-ip>
</globals>
<readers name="Card Readers">

<device>
<name>Lower Slot</name>
<type>Sci</type>
<node>/dev/sci0</node>
<mhz>358</mhz>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>Yes</blockga>
<blockc0>Yes</blockc0>
<boxkey>00000000</boxkey>
<PTShandshake>Yes</PTShandshake>
<crypto-special>No</crypto-special>
<carddetect>Yes</carddetect>
<newcamd_port>12001</newcamd_port>
<priority>round</priority>
</device>


<radegastserver>
<enabled>No</enabled>
<port>16000</port>
<allow>
<hostname>localhost</hostname>
</allow>
</radegastserver>

<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>

<debug>
<password>NewCSpwd</password>
<level>normal</level>
<type>init</type>
<output>console,tcp</output>
<console_options>normal,init</console_options>
<tcp_port>3001</tcp_port>
<tcp_options>normal,init</tcp_options>
</debug>

<newcamdserver>
<enabled>Yes</enabled>
<name>NewCS</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>CCcam</name>
<password>CCcam</password>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>No</spider>
</user>
</newcamdserver>

<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>Admin</name>
<password>Pass</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
</newCSconfig>

Sample File CCcam.cfg

Code:
N: 192.168.1.10 12001 CCcam CCcam 01 02 03 04 05 06 07 08 09 10 11 12 13 14

As You Can See The login for the NewCS Web interface is :-
Admin
Pass

These where created using the CCCCC
 

dig deep

Prince of Birthdays
Staff member
Joined
Sep 28, 2005
Messages
8,972
Reaction score
424
Points
83
My Satellite Setup
Dream7020 and AZ Elite and a few DM800
My Location
Sweden
Well done mate ! :-worship

Think I will hve a go at it using my AZ box. Should not need to many modifications I say.:)
 

phazblade

Regular Member
Joined
Oct 28, 2006
Messages
110
Reaction score
1
Points
18
Age
69
My Satellite Setup
Dreambox 800HD + Nabilo Blackhole 0.12 with External 1TB Esata Drive:
Dreambox 800HD Clone + Ferrari Sim
100CM Motorised Dish:
Ubuntu 9.10 Server with Smargo:
My Location
UK, middle-ish
I have used the NewCS and CCcam Config Creator 4.1 and so far I have not been able to get a picture.

A DM800 with White Card, Nabillo 0.10 and runs the Blue Card in CCcam just fine.

I have checked the NewCS management console entitlements and get

Entitlements for card 0
.--------------------------------------.
| Provider | Expiry date | Expiry time |
|----------|-------------|-------------|
| 0003 | 2009-10-15 | 00:00:00 |
| 000B | 2009-10-15 | 00:00:00 |
| 0010 | 2009-10-15 | 00:00:00 |
| 001D | 2009-10-15 | 00:00:00 |
| 2590 | 2009-10-13 | 00:00:00 |
| 30E1 | 2009-10-15 | 00:00:00 |
| 30E2 | 2009-10-15 | 00:00:00 |
| 30E3 | 2009-10-15 | 00:00:00 |
| 30E4 | 2009-10-15 | 00:00:00 |
| 30E5 | 2009-10-15 | 00:00:00 |
| B732 | 2009-10-15 | 00:00:00 |
| B736 | 2009-10-15 | 00:00:00 |
| B765 | 2009-10-15 | 00:00:00 |
| B766 | 2009-10-15 | 00:00:00 |
| B772 | 2009-10-15 | 00:00:00 |
| B773 | 2009-10-15 | 00:00:00 |
'--------------------------------------'

and the Reader Status is

Readers Status

Status CAID Mhz Resets ECMs Net ECM Node Reader
0963 357 0 81 0 /dev/sci0 0 (Single / Bottom)

Does that look ok ??

Also see screenshot, it looks like I am connected but no picture appearing, I can get BBC1 and the othe FTA Channels
 

Attachments

  • screenshot 01.jpg
    screenshot 01.jpg
    20.6 KB · Views: 90

Skyviewer

Member
Joined
Aug 17, 2009
Messages
8
Reaction score
0
Points
0
Age
55
My Satellite Setup
Reelbox Avantgarde
My Location
Salcombe
Hi, I am wondering about thse settings:

<blocksa>No</blocksa>
<blockua>No</blockua>

Some settings have them all with "yes", what is the reason for setting them to "no"?
What does it change? Please excuse my ignorance.

Also the cache setting

<cache>
<emm>20</emm>
<ecm>-1</ecm>


Ihave everything up and running, but my NewCS seems to crash sometimes, I have a feeling it has to do with too many ecm's on some channels.
I have the feeling that E4 is sending a lot more ecm than other channels.


Would be great if you could explain. Sure, I can copy settings, but I really would like to know what I am doing.

Thanks!
 

B16MCC

Dreambox Gimp & Coder
Joined
Nov 16, 2005
Messages
1,562
Reaction score
8
Points
0
Age
51
My Satellite Setup
2 Dreamboxes..........
---------------------------------------------
--- DM 8000 HD PVR &amp; DM 800 HD ---
Motek SG2100 &amp; Triax 80cm Dual LNB
------ Fixed Dish 28e Quad LNB -------
---- Sly HD Full &amp; 24&quot; Apple iMAC ----
My Location
/var/tuxbox/config
It was found that only the GA EMM was flooding the card causing the freeze issue. Therefore the blockers are set to only block GA and fake (C0) EMM's.

Allowing SA and UA EMM's may allow the card to take an entitlement update. If you block all EMM's this will defo never happen. If the card does update the entitlements then you won't need to put it back in the sly box once a month.

Cache settings - Leave em alone !
 

globopl

Member
Joined
Aug 4, 2009
Messages
7
Reaction score
0
Points
0
Age
48
My Satellite Setup
thanks
My Location
paris
i have old box sky i have only 10 caractere 00xxxxxxxx


can you help me my fiend
how converter ?

thanks
 

simdex

Member
Joined
Aug 11, 2009
Messages
8
Reaction score
0
Points
0
Age
58
My Satellite Setup
dreambox
My Location
uk
Hi thanx for your help and I am getting close :-) but still cant get the sly card to work. looking at the nescs management console I see this: Newcamd Port: 12001 - CAID: 0000 - Reader: 0 (Single / Bottom)
ID Username Status Ok ECM Bd ECM EMM Hostname Client Spdr AU SO
02 CCcam Offline 0 0 0 Offline Offline . does this mean my cccam.cfg file isn't logging into newcs? Thanks to B16MCC my cccam.cfg now looks like this N: 192.168.2.22 12001 CCcam CCcam 01 02 03 04 05 06 07 08 09 10 11 12 13 14
 

simdex

Member
Joined
Aug 11, 2009
Messages
8
Reaction score
0
Points
0
Age
58
My Satellite Setup
dreambox
My Location
uk
Hi I got it workink for sly 1 etc but not for my premium ones eg sly sports1. I got it working by using an xml editor and not just cutting and pasting into dcc. Does anybody know why it isn't working with premium?

big thanx to B16MCC
 

globopl

Member
Joined
Aug 4, 2009
Messages
7
Reaction score
0
Points
0
Age
48
My Satellite Setup
thanks
My Location
paris
i have old box sky i have only 10 caractere 00xxxxxxxx


can you help me my fiend
how converter ?
 

pipino

Back from the dead
Joined
May 5, 2005
Messages
913
Reaction score
145
Points
43
Age
54
My Satellite Setup
2X Channel Master 1.20 , 1X Channel Master1.80 ,1X Channel Master 2.40, Motorized Gibertini OP150 , Motorized Fibo MF90 ,, 70cm eliptical raven ..hirschmann fibre glass 1.20m
My Location
Comunidad Valenciana..ESPAÑA
B16MCC said:
Allowing SA and UA EMM's may allow the card to take an entitlement update.

Cache settings - Leave em alone !
the GA emms are the one to take for monthly update(tiers) and there is no emus at present time abel to process these kind of emms ,so the only way is every month the white card has to visit the original box for update(s)
 

B16MCC

Dreambox Gimp & Coder
Joined
Nov 16, 2005
Messages
1,562
Reaction score
8
Points
0
Age
51
My Satellite Setup
2 Dreamboxes..........
---------------------------------------------
--- DM 8000 HD PVR &amp; DM 800 HD ---
Motek SG2100 &amp; Triax 80cm Dual LNB
------ Fixed Dish 28e Quad LNB -------
---- Sly HD Full &amp; 24&quot; Apple iMAC ----
My Location
/var/tuxbox/config
Thanks for the info pipino, if its solid information then at least we know for sure. Hopefully an update will fix the issue some time soon.
 

globopl

Member
Joined
Aug 4, 2009
Messages
7
Reaction score
0
Points
0
Age
48
My Satellite Setup
thanks
My Location
paris
i have old box sky i have only 10 caractere 00xxxxxxxx


can you help me my fiend
how converter ?

thanks
 

B16MCC

Dreambox Gimp & Coder
Joined
Nov 16, 2005
Messages
1,562
Reaction score
8
Points
0
Age
51
My Satellite Setup
2 Dreamboxes..........
---------------------------------------------
--- DM 8000 HD PVR &amp; DM 800 HD ---
Motek SG2100 &amp; Triax 80cm Dual LNB
------ Fixed Dish 28e Quad LNB -------
---- Sly HD Full &amp; 24&quot; Apple iMAC ----
My Location
/var/tuxbox/config
Use my NDS Box Key creator. It will handle any serial from 9 to 11 characters. Don't add anything , just enter the 10 chars and it will take care of it. See the link in my SIG for all my dreambox utils.
 
Status
Not open for further replies.
Top