cccam/newcs with tm 500

jango

Inactive User
Joined
Jun 6, 2009
Messages
0
Reaction score
0
Hi guys,
Trying to setup cccam2100-newcs1.65 1 card with my blue/yellow sky card.
Problem is it is still not reading the card but i can see cards from peers.
I have setup in the router ports 12000 and 15000 but still nothing this is my config with false user/pass can anyone see anything wrong?
newcs.xml
?xml version="1.0"?>
<!--

For setup-issues, look in readme.txt!
If there are other troubles, try different forums or irc channels around )

The configfile are NOT case-sensitive, and shouldnt care about dos/unix cr/lf.

** This is the example file for Dreambox/TD etc. that use SCI interfaces.

-->

<newCSconfig>
<readers name="SCI">
<globals>
<listening-ip>127.0.0.1</listening-ip>
</globals>
<device>
<name>Lower Cardreader</name>
<type>sci</type>
<mhz>600</mhz>
<node>/dev/sci0</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<!-- <boxkey>0000000000</boxkey> -->
<!-- <rsa>0000000000</rsa> -->
<irdeto-camkey>0000000000000000</irdeto-camkey>
<irdeto-camkey-data>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</irdeto-camkey-data>
<crypto-special>No</crypto-special>
<ipk>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</ipk>
<ucpk>00000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 000000000000</ucpk>
<PTShandshake>No</PTShandshake>
<carddetect>yes</carddetect>
<newcamd_port>15000</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>Yes</Seca-PPV>
<pincode>0000</pincode>
<priority>round</priority>
</device>
</readers>
<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>1001</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>dummy</name>
<password>dummy</password>
<hostname>localhost</hostname>
<port>12000</port>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>yes</spider>
<rate>2</rate>

</newcamdserver>
<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>jango</name>
<password>nick</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>

</newCSconfig>
In cccam.cfg i have this

N: 127.0.0.1 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14
N: 192.168.1.35 15000 jango nick 01 02 03 04 05 06 07 08 09 10 11 12 13 14

Thanks in advance.
 
I have never used a tm500/600 but if there the same as a dreambox which i here they are why not use cccam on its own?

You could try and change the value to '0' or just remove <port>12000</port> in <newcamdserver>

The user 'jango' has a line in you cccam.cfg but no user exsists in your newcs.xml (it does but only for the web interface login)

Have you looked in the newcs web interface to see if the reader/user is connected?
http://IPAdress:8080 (user jango pass nick)

Have you looked in the cccam web interface to see if the server is online?
http://IPAdress:16001

Let me know if you are going to use newcs and i will send you a xml file.

Si
 
Last edited:
the newcs/mgcamd 1 card from the blue panel will work straight off m8
 
I tried the mgcam/newcs 1 card today but still no picture i just literally put the blue sky card in the machine and chose the cam from the blue panel.
I have tried it with the above being the softcam and the other 2 panels being on default and also the cam chosen but still nothing.
I am just looking for the easiest setup for the box as this box is to replace my old dm which i am running in cccam so didnt really want to be sending peers more lines.
When trying newcs1.65/cccam2.1.0 the cccam says its running but newcs says connection refused.
THe ports in router i have open are 12000 and 15000 only.
Thanks for the help.
 
Forgot to mention i have only used wampserver and says 127.0.0.1 offline no cards.
Thanks
 
Thanks for replies so far,
I am going to try getting this box to try and read the sly card again tomorrow, if i use the tm 500 as server and the dm 500 as client what are the correct lines to use in each box.
Am i right in thinking as have read more about it is that i edit newcs and just add a user pass then have an n line in the dm or do i have a cline as well.
Is the user pass in newcs the equivelant of an fline?
Also if the first user pass is dummy dummy where does the corresponding line go?
Thanks in advance.
 
open ccccam.config delete everything out of it

N: 127.0.0.1 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14
paste that into your cccam config

Now go into newcs.config
Delete everything from that and paste into it below
<newCSconfig>
<readers name="Card Readers">
<device>
<name>Lower Slot</name>
<type>sci</type>
<mhz>600</mhz>
<node>/dev/sci0</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>yes</blocksa>
<blockua>yes</blockua>
<blockga>yes</blockga>
<boxkey>0A2C2E8A</boxkey>
<carddetect>yes</carddetect>
<newcamd_port>15000</newcamd_port>
<autosid>Yes</autosid>
<pincode>0000</pincode>
<priority>round</priority>
</device>
<device>
<name>SCI Upper Slot</name>
<type>sci</type>
<mhz>600</mhz>
<node>/dev/sci1</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>no</enabled>
<blocksa>yes</blocksa>
<blockua>yes</blockua>
<blockga>yes</blockga>
<blockC0>Yes</blockC0>
<carddetect>no</carddetect>
<newcamd_port>15050</newcamd_port>
<autosid>Yes</autosid>
<pincode>0000</pincode>
<priority>round</priority>
</device>
</readers>
<radegastserver>
<enabled>yes</enabled>
<port>10001</port>
<allow>
<hostname>localhost</hostname>
</allow>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>10</ecm>
</cache>
<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>newcs</name>
<password>newcs</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
<debug>
<password>NewCSpwd</password>
<mode>simple</mode>
<level>internal</level>
<type>all</type>
<output>console,tcp,file</output>
<logfile>/etc/newcs.log</logfile>
<file_options>spam,all</file_options>
<tcp_port>1001</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><rate>0</rate><status>access</status>
<name>dummy</name>
<password>dummy</password>
<au>off</au>
<sidoverride>off</sidoverride>
<spider>off</spider>
</user>


</newcamdserver>

</newCSconfig>

That should get the tm reading your card
then just add your F lines to cccamconfig

Regards Coley
 
Thanks coley will try it out,
The other thing is i am using cccam at the moment with peers and i am just replacing the dm 500 to the tm 500 so i have a current cccam config file.
After getting the card up and running with newcs can i just do f lines and c lines just like before or not?
Thanks for the quick reply.
 
yes that bit is just the same put the n line at the top and then f lines next you dont need anything else in there as newcs does all the cardreading and cccam is the cam the n line is the link between cccam and newcs. I am just learning my self so if anyone else wants to chip in please do

Also the above newcs works with the white cards

Just a note the upper card slot entry does not have to be there it can be deleted as we only have one slot.
 
Getting very confused,
as per coley i put in the new file in newcs.xml and the n line in cccam.cfg.
In smartcard setup info, in newcs info everything says connection refused but in cccam info says connected 200 ecm.
using wampserver i am connected as client to my other box but i am offline as a server?
Using 192.168.1.35:8080 when the newcs screen comes up needs user password everything i have put in its wrong what is the user pass?
To connect to the other box i put in an f line in the technomate and a cline in the dm using 192.168.1.35 12003 test test and also 192.168.1.35 15000 test test.
I am also using a digitalb card at the moment to test.
Thanks for replies.
 
thats ok connection refused I would forget about wam and ccamphpinfo

in your browser
Easy way http://192.168.0.19:16001/
the 19 change to your stb adress

Also if you want the newcs info page

http://192.168.0.19:8080/
again the change the adress to your stb
loggin: newcs
pass: newcs

sorry that config for newcs does not contain the info for the http server thats why u can access the page
add this after cache
<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>newcs</name>
<password>newcs</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>




you can find out everything going you need to know

Coley
 
Last edited:
Looked more promising today got into newcs and had digitalb card but with no ecm or emm but my dish is on astra so wasnt actually looking at the card.
Noticed in newcs you can add user and pass direct and it appears on the newcs.xml file what is this used for.
If it is reading card how do i setup peers as newcs is very new to me only ever used cccam direct with f line server c line peers.
Am i having to add n lines? as i want to have a cccam server as already setup on my old dm.
Or are n lines if you want a newcs server?
I also read somewhere that using newcs/cccam you appear as hop 2 is this right.
Thanks for the great advice so far.
 
yes m8 its now reading your card, you need to put your dish onto 16E for next months update to hit your card as well as its set to expire the end of the month ;)
 
Thanks digidude for the quick reply,
Is there a way round the update of the card as i was using this card just to c/s with my peers on 13e as this is were my dish is pointing.
Will my peers not keep it updated with them looking at the card or not?
Also now its setup can i just do f lines and c lines just like before to clients and server or is there more than this to do.
Thanks everyone.
 
cccam clients will now need N: lines m8

and for each client, in your newcs.xml file, youl need to create a <user> account with username and password
 
Thanks digidude,
So now in newcs where it gives you the option to add user i enter user pass then give them N: ipaddress port 15000?or12000? user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14
Is the user pass in newcs the equivelant as an f line?
Thanks.
 
i think its port 15000 m8, in the newcs.xml file itll be listed as newcamd port in with the reader section

the user/pass section for each client would be the equivalent to a cccam F: line, but more secure, only one person can log into any one user at once, it cannot be 'reshared' and you can also change the DES key if you wanted to (01 2 03 04 .......)
 
Thanks everyone think i am on the run in now,
Last question or maybe not is there another way to update the digitalb card as i dont have a dish pointing at 16e would using a conax cam auto update it.
Any ways around it?
Thanks all.
 
the update signal is only sent on 16E, so either you need a dish pointing at it, or you need the clients set to AU the casrd, and at least one of those needs to be pointed at it
 
Back
Top