PDA

View Full Version : NewCS: a few Q's - let's get all the crucial info together, guys...



goran
16-08-2009, 12:17 PM
Yo!

I'm trying to improve my "Alternative intro..." thread but this I cannot test yet, as I have no card, so... Let's do it together, guys... Here is a small questionnaire for ya:

Just add a few details, from your own experience, please, it will only take a moment of your time:

1) the version of NewCS one is using, depending on the HW one has/uses ["I am using x-version for built-in reader" or "y-version for external reader"]

2) which files are needed exactly [the names of files once it's all properly sorted and working well]

3) just the major config of some basic/essential files - quickly generally copied and pasted from your files, like especially

4) how to connect with Mbox, MGcamd or CCcam [which line in which file for which reader]

5) some additional detail regarding which card/CAS - which setings for it, maybe...

...that sort of thing - maybe a 15-20 minutes job, all in all...:coolgleamA:

When you have a break, here and there, nothing much, really... just the very basics, from which the rest of us can work their way into it, that's all...

C'mon, Satpimps AZbox HD community, let's see what we're made of!!! Will we just take or can we give/share, too... ;) :)

One for all, all for one... :coolgleamA:

goran
16-08-2009, 12:18 PM
Btw, here's what I managed to get so far here: https://www.satpimps.co.uk/showthread.php?t=112527



12) NewCS: the best server/card reader we have!!!


Go to Home -> Plugins -> enter OpenXCAS by pressing the OK button on your remote and go to Manual Install option to install NewCS, as described above -> reboot.

This will work really well in conjunction with MGcamd, as its card reader, as well as Mbox, also Incubus and CCcam CS SW. It reads various original and "other" cards.

One must activate it by removing the # sign in front of it, as described above, if one is to use it, as well as any other EMU/CS SW one wishes to use. It only works in conjunction with other SW.

To start it manually, via Telnet, like PuTTy, for instance, use the following commands:


cd /EMU/OpenXCAS/newcs
./newcs –nd

Here’s more info, thanx to Tinos – just to explain that these are special files, written for AZbox HD specifically, “without web interface or chameleon code in it.”:


I can confirm that it is 1.20RC13 there is no webpage support in it. It uses old xmlserver code and there is no chameleon2 support inside. It is a new compile maybe with some more card support in it but old code based on 1.20 so nothing from 1.6x like posted everywhere... But it does support cards like nagra3 R180 from 1.31/1.50, so it is weird compile.

NewCS can be run with some arguments when you start it, here are some of them explained:


-c configfile, here you can specify the path to a configfile.
-h help, will show something similar to this.
-v version, this will show when the binary is compiled and which version it is.
-nd this is will prevent NewCS from forking

More info: https://www.satpimps.co.uk/showthread.php?t=109011

Here I will only mention that AZbox HD can also work with the Infinity card reader, in Phoenix mode, reading various cards, in conjunction with NewCS, via USB cable, thanx to Zipperolo:


I connected Infinity USB Smart in module mode (Phoenix 3.58 Mhx module loaded) to the USB port of the AZBox, and NewCS works perfectly with Sky Italy. The problem it showed in initializing NDS2 cards is somewhat related to the internal reader but totally disappears using the Infinity.

The decoder automatically loaded the correct driver and assigned the ttyUSB0 device to the external reader. All I had to do was to configure NewCS properly and now it works perfectly with mgcamd as a client: no freezes no nothing, it just works.

One must mention that now, with a newer version of NewCS, there is no need for Infinity!


Just the standard config files included in the old mgcamd & newcs, with the new binaries and it works.
No freezes at all, except sometimes when you open some menu.
Very stable combination overall, I'm satisfied.

Following PR2's advice, I just added


api = yes
wait = 15
in mgcamd's openxcas.conf

That's the only "non-standard" setting I use.

The newest version is out today [14th July 2009]: v.1.67 RC1 – but it doesn’t work with the AZ internal reader.

Let me add that one can now download and install – directly into AZbox HD [from the islaremota link mentioned above] - a pre-configured combination of a full NewCS or NewCS_IncubusCamd, then NewCS_IncubusCamd_Mbox, as well as NewCS_Mbox!!!

Of course, one must still edit it, in order to make one’s own OSC to work. Different OSCs may have different requirements, so one must learn and edit the necessary files.

A note: there is a new programmer writing a card reading “plug-in” for AZbox. The plug-in is called SBox and it can be easily downloaded into your AZbox HD and installed.

Taykun
16-08-2009, 07:34 PM
For RTV SLO 13E viaccess card iam using old newcs (not this new one that doesnt support internal reader). What you need to do is (bolded lines are more important):
Change these lines in newcs.xml:

<?xml version="1.0"?>
<newCSconfig>
<readers name="Card Readers">
<device>
<name>upper</name>
<type>azbox</type>
<node>/dev/scard</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>no</blocksa>
<blockua>no</blockua>
<blockga>No</blockga>
<newcamd_port>20000</newcamd_port>
<autosid>no</autosid>
<carddetect>yes</carddetect>
<priority>hard</priority>
<PTShandshake>no</PTShandshake>
<mhz>375</mhz>
<boxkey>use key that comes with original newcs file</boxkey>
<rsa>use key that comes with original newcs file</rsa>
</device>
</readers>
<xmlserver>
<enabled>0</enabled>
</xmlserver>
<radegastserver>
<enabled>0</enabled>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<debug>
<darint39>sintoi51</darint39>
<level>internal</level>
<type>all</type>
<output>console, tcp</output>
<logfile>/tmp/newcs.txt</logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>172.16.1.1</udp_host>
<udp_port>9000</udp_port>
<udp_options></udp_options>
<tcp_port>1001</tcp_port>
<tcp_options></tcp_options>
</debug>
<newcamdserver>
<enabled>yes</enabled>
<name>local</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>127.0.0.1</hostname>
<au>on</au>
<port>12000</port>
</user>
</newcamd_server>
</newCSconfig>



MBOX RELATED INFO:

Put these lines in cwshare.cfg (mbox):


C: { 127.0.0.1 20000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 05001000:05031000; }

H: { 05031000;}

And these lines in port.list (rename port.list to 20000.list):

R: { 1000 }
//
SA: { 0C81 }
SA: { 0C82 }
SA: { 0C87 }
//
G: { 0500F4B0 }

Now you are ready to use this card and to share it to your friends etc.

goran
16-08-2009, 10:31 PM
Thank you kindly, sir!!!:respect-051:

Anyone else to follow this shining example?!? :)

goran
17-08-2009, 08:42 AM
Oh, can anyone place this version that works with the internal reader, please... It would be appropriate, I think, not to mention very helpful to many... ;) :)

tinos
17-08-2009, 06:34 PM
Version that works with internal cardreader is the one from download server 1.20 and new version for external USB2serial is 1.67.

Settings for Viaccess 2.6 (FreeXTV with DorcelTV) using internal cardreader and newcs 1.20 (updated release from satpimps files)

newcs.xml

<?xml version="1.0"?>
<newCSconfig>
<readers name="Card Readers">
<device>
<name>upper</name>
<type>azbox</type>
<node>/dev/scard</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>no</blocksa>
<blockua>no</blockua>
<blockga>No</blockga>
<newcamd_port>20000</newcamd_port>
<autosid>no</autosid>
<carddetect>no</carddetect>
<priority>hard</priority>
<PTShandshake>no</PTShandshake>
<mhz>358</mhz>
<sid>
<allow>
<id>3786</id>
<id>0082</id>
<id>0086</id>
<id>21B8</id>
</allow>
<deny>
</deny>
</sid>
</device>
</readers>
<xmlserver>
<enabled>0</enabled>
</xmlserver>
<radegastserver>
<enabled>0</enabled>
</radegastserver>
<cache>
<emm>10</emm>
<ecm>-1</ecm>
</cache>
<debug>
<darint39>sintoi51</darint39>
<level>1</level>
<type>all</type>
<output>console, tcp</output>
<logfile>/tmp/newcs.txt</logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>192.168.1.11</udp_host>
<udp_port>9000</udp_port>
<udp_options></udp_options>
<tcp_port>1001</tcp_port>
<tcp_options></tcp_options>
</debug>
<newcamdserver>
<enabled>yes</enabled>
<name>local</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>127.0.0.1</hostname>
</user>
</newcamd_server>
</newCSconfig>

For Mbox 0.6 add port.list file and add lines to config:

20000.list

# DorcelTV
SA: { 3786 }
# FreeXTV2
SA: { 0082 }
# FreeXTV
SA: { 0086 }
# XDreamTV
SA: { 21B8 }

G: { 05004410 }
G: { 0500F830 }

cwshare.cfg

C: { 127.0.0.1 20000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 4 } { 05004400:05024400; }

H: { 05024400; }

For CCcam (2.0.4 recommended) add following line to config:

CCcam.cfg

N: 127.0.0.1 20000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14

goran
17-08-2009, 06:53 PM
Yaaaaayyyyyyyyyyyyyy!!!!!!!!!!! :respect-048:

Gracias!!!!!!!:grouphug:

clyde
18-08-2009, 06:43 AM
if you type ip.of.azbox:3001 you have also one webinterface

(192.168.1.11:3001)

goran
18-08-2009, 02:47 PM
Errrmmm, sorry:


Oops! This link appears to be broken.

rtificial
19-08-2009, 02:23 PM
I will see if I can post my config tonight.

rtificial
19-08-2009, 07:02 PM
Here's my config for my Canal Digitaal NL SECA3 card. Not quite sure if newcs is completely stable now.

I use NewCS 1.20 RC 13 with the internal cardreader, and Mbox 0.6b10.

newcs.xml:


<newCSconfig>
<readers name="Card Readers">
<device>
<name>upper</name>
<type>azbox</type>
<node>/dev/scard</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<newcamd_port>20000</newcamd_port>
<autosid>No</autosid>
<sid>
<allow>
<id>070B</id>
<id>070C</id>
<id>070D</id>
<id>070E</id>
<id>0709</id>
<id>0711</id>
<id>0710</id>
<id>0713</id>
<id>070A</id>
<id>0716</id>
</allow>
</sid>
<carddetect>Yes</carddetect>
<priority>hard</priority>
<PTShandshake>no</PTShandshake>
<mhz>500</mhz>
<boxkey>79FDC0E18D278138</boxkey>
<rsa>9ED52515321F04BCF7772151149D68951 54B559A8D825A4E7D711A9FAFD5C66BF6 4689501B254DF1832F754C21095379CF9 7B4E5BE6E0F1C9CEBF0A0E91D5ACD</rsa>
</device>
</readers>
<xmlserver>
<enabled>0</enabled>
</xmlserver>
<radegastserver>
<enabled>0</enabled>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<debug>
<darint39>sintoi51</darint39>
<level>internal</level>
<type>all</type>
<password>*****</password>
<output>console, tcp</output>
<logfile>/tmp/newcs.txt</logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>192.168.178.6</udp_host>
<udp_port>9000</udp_port>
<udp_options></udp_options>
<tcp_port>19001</tcp_port>
<tcp_options></tcp_options>
</debug>
<newcamdserver>
<enabled>yes</enabled>
<name>local</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>rtificial</name>
<password>*****</password>
<sidoverride>Yes</sidoverride>
</user>
<user>
<name>rtificial2</name>
<password>*****</password>
<sidoverride>Yes</sidoverride>
</user>
</newcamd_server>
</newCSconfig>


My mbox.cfg:


A: { 0 } // for QBoxHD receivers or for any receivers if needed it
H: { 0 1 1 1 }
#B: { 0 }
#C: { 127.0.0.1 7999 }
D: { 0 }
F: { 500 }
#G: { /hdd/ }
J: { 1 }
K: { /EMU/OpenXCAS/MboxCAS/ }
L: { 1 }
M: { 1 }
O: { 4000 2000 }
P: { /tmp/pmt.tmp }
T: { /tmp/ }
Q: { 30 }
R: { 3600 }
U: { 1 }
W: { 0 }
Z: { 13 01 } { 127.0.0.1 8000 }


My 20000.list:


R: { 1000 }

G: { 0100006B }
G: { 0100006C }
G: { 0100006D }
G: { 06220000 }
E: { 070B } //NED1
E: { 070C } //NED2
E: { 070D } //NED3
E: { 070B } //RTL4
E: { 070E } //NET5
E: { 070C } //RTL5
E: { 0709 } //SBS6
E: { 0711 } //RTL7
E: { 0710 } //RTL8
E: { 070C } //VERONICA
E: { 0713 } //NGC
E: { 070A } //DISCOVERY
E: { 070D } //ANIMAL PLANET
E: { 0716 } //NICKELODEON


My mbox.prio


P: { 0102 0100006A;01000068;01000067;010000 66;01000065 }


My cwshare.cfg


C: { 127.0.0.1 20000 rtificial ***** 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 0100006a }
I: { 03 }
O: { 4000 2000 }

sami8519
19-08-2009, 07:13 PM
Is these settins for the elite or the premium?

Thanks.


Here's my config for my Canal Digitaal NL SECA3 card. Not quite sure if newcs is completely stable now.

I use NewCS 1.20 RC 13 with the internal cardreader, and Mbox 0.6b10.

newcs.xml:


<newCSconfig>
<readers name="Card Readers">
<device>
<name>upper</name>
<type>azbox</type>
<node>/dev/scard</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<newcamd_port>20000</newcamd_port>
<autosid>No</autosid>
<sid>
<allow>
<id>070B</id>
<id>070C</id>
<id>070D</id>
<id>070E</id>
<id>0709</id>
<id>0711</id>
<id>0710</id>
<id>0713</id>
<id>070A</id>
<id>0716</id>
</allow>
</sid>
<carddetect>Yes</carddetect>
<priority>hard</priority>
<PTShandshake>no</PTShandshake>
<mhz>500</mhz>
<boxkey>79FDC0E18D278138</boxkey>
<rsa>9ED52515321F04BCF7772151149D68951 54B559A8D825A4E7D711A9FAFD5C66BF6 4689501B254DF1832F754C21095379CF9 7B4E5BE6E0F1C9CEBF0A0E91D5ACD</rsa>
</device>
</readers>
<xmlserver>
<enabled>0</enabled>
</xmlserver>
<radegastserver>
<enabled>0</enabled>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<debug>
<darint39>sintoi51</darint39>
<level>internal</level>
<type>all</type>
<password>*****</password>
<output>console, tcp</output>
<logfile>/tmp/newcs.txt</logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>192.168.178.6</udp_host>
<udp_port>9000</udp_port>
<udp_options></udp_options>
<tcp_port>19001</tcp_port>
<tcp_options></tcp_options>
</debug>
<newcamdserver>
<enabled>yes</enabled>
<name>local</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>rtificial</name>
<password>*****</password>
<sidoverride>Yes</sidoverride>
</user>
<user>
<name>rtificial2</name>
<password>*****</password>
<sidoverride>Yes</sidoverride>
</user>
</newcamd_server>
</newCSconfig>


My mbox.cfg:


A: { 0 } // for QBoxHD receivers or for any receivers if needed it
H: { 0 1 1 1 }
#B: { 0 }
#C: { 127.0.0.1 7999 }
D: { 0 }
F: { 500 }
#G: { /hdd/ }
J: { 1 }
K: { /EMU/OpenXCAS/MboxCAS/ }
L: { 1 }
M: { 1 }
O: { 4000 2000 }
P: { /tmp/pmt.tmp }
T: { /tmp/ }
Q: { 30 }
R: { 3600 }
U: { 1 }
W: { 0 }
Z: { 13 01 } { 127.0.0.1 8000 }


My 20000.list:


R: { 1000 }

G: { 0100006B }
G: { 0100006C }
G: { 0100006D }
G: { 06220000 }
E: { 070B } //NED1
E: { 070C } //NED2
E: { 070D } //NED3
E: { 070B } //RTL4
E: { 070E } //NET5
E: { 070C } //RTL5
E: { 0709 } //SBS6
E: { 0711 } //RTL7
E: { 0710 } //RTL8
E: { 070C } //VERONICA
E: { 0713 } //NGC
E: { 070A } //DISCOVERY
E: { 070D } //ANIMAL PLANET
E: { 0716 } //NICKELODEON


My mbox.prio


P: { 0102 0100006A;01000068;01000067;010000 66;01000065 }


My cwshare.cfg


C: { 127.0.0.1 20000 rtificial ***** 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 0100006a }
I: { 03 }
O: { 4000 2000 }

rtificial
19-08-2009, 07:18 PM
I have an azbox premium, but there is no difference in settings as far as I know.

sami8519
19-08-2009, 07:32 PM
I dont know if the internal card reader of the elite is upper or lower because it only have one.

rtificial
19-08-2009, 07:37 PM
Same as in my premium, so upper.

sami8519
19-08-2009, 07:37 PM
I also dont know how I get these data for my card channels

My 20000.list:
Code:

R: { 1000 }

G: { 0100006B }
G: { 0100006C }
G: { 0100006D }
G: { 06220000 }
E: { 070B } //NED1
E: { 070C } //NED2
E: { 070D } //NED3
E: { 070B } //RTL4
E: { 070E } //NET5
E: { 070C } //RTL5
E: { 0709 } //SBS6
E: { 0711 } //RTL7
E: { 0710 } //RTL8
E: { 070C } //VERONICA
E: { 0713 } //NGC
E: { 070A } //DISCOVERY
E: { 070D } //ANIMAL PLANET
E: { 0716 } //NICKELODEON

Aragos
19-08-2009, 08:34 PM
1) the version of NewCS one is using, depending on the HW one has/uses ["I am using x-version for built-in reader" or "y-version for external reader"]

2) which files are needed exactly [the names of files once it's all properly sorted and working well]

4) how to connect with Mbox, MGcamd or CCcam [which line in which file for which reader]

5) some additional detail regarding which card/CAS - which setings for it, maybe...


These are very good questions!

I want to make run my Nagra card with mgcamd and newcs for the first time but nothings works yet!

Is there any good step to step tutorial for beginners out there?

Which versions of mgcamd and newcs do I need? Which files do I have to edit and how to do it?

Help please! :)

rtificial
19-08-2009, 08:47 PM
The E: lines were gathered by just looking at the channel requests in newcs.




I also dont know how I get these data for my card channels

My 20000.list:
Code:

R: { 1000 }

G: { 0100006B }
G: { 0100006C }
G: { 0100006D }
G: { 06220000 }
E: { 070B } //NED1
E: { 070C } //NED2
E: { 070D } //NED3
E: { 070B } //RTL4
E: { 070E } //NET5
E: { 070C } //RTL5
E: { 0709 } //SBS6
E: { 0711 } //RTL7
E: { 0710 } //RTL8
E: { 070C } //VERONICA
E: { 0713 } //NGC
E: { 070A } //DISCOVERY
E: { 070D } //ANIMAL PLANET
E: { 0716 } //NICKELODEON

sami8519
19-08-2009, 09:25 PM
Anybody please post a download link for this release of newcs NewCS. 1.20R13 which works with the internal cardreader.

Thanks.

rtificial
19-08-2009, 09:43 PM
http://rapidshare.com/files/269252755/newcs1.20rc13.zip.html

sami8519
19-08-2009, 10:03 PM
I tried to connect from my CCcam server to the newcs server on the Azbox but so far did not work for me. Anybody could advice me what is the problem. Thanks.

[ 21:00:46 ] [ Newcamd:20000 ] Connection from 192.168.1.99
[ 21:00:46 ] [ Newcamd:20000 ] User dummy logged in, client: CCcam
[ 21:00:46 ] [ Newcamd:20000 ] Connection from dummy to not-ready server!
[ 21:00:46 ] [ Loader ] Reset failed ...
[ 21:00:46 ] [ Loader ] Reader type 11 on node /dev/scard
[ 21:00:46 ] [ azbox ] Opening device /dev/scard
[ 21:00:46 ] [ azbox ] Could not get device
[ 21:00:47 ] [ azbox ] Could not get device
[ 21:00:48 ] [ azbox ] Could not get device
[ 21:00:49 ] [ azbox ] Could not get device
[ 21:00:50 ] [ azbox ] Could not get device
[ 21:00:51 ] [ Loader ] Reset failed ...
[ 21:00:51 ] [ Loader ] Reader type 11 on node /dev/scard
[ 21:00:51 ] [ azbox ] Opening device /dev/scard
[ 21:00:51 ] [ azbox ] Could not get device
[ 21:00:52 ] [ azbox ] Could not get device
[ 21:00:53 ] [ azbox ] Could not get device
[ 21:00:54 ] [ azbox ] Could not get device
[ 21:00:55 ] [ azbox ] Could not get device
[ 21:00:56 ] [ Loader ] Reset failed ...
[ 21:00:56 ] [ Loader ] Reader type 11 on node /dev/scard
[ 21:00:56 ] [ azbox ] Opening device /dev/scard
[ 21:00:56 ] [ azbox ] Could not get device
[ 21:00:57 ] [ Newcamd ] new connection from 192.168.1.99 on socket 6
[ 21:00:57 ] [ Newcamd:20000 ] Connection from 192.168.1.99
[ 21:00:57 ] [ Newcamd:20000 ] User dummy logged in, client: CCcam
[ 21:00:57 ] [ Newcamd:20000 ] Connection from dummy to not-ready server!
[ 21:00:57 ] [ azbox ] Could not get device
[ 21:00:58 ] [ azbox ] Could not get device
[ 21:00:59 ] [ azbox ] Could not get device
[ 21:01:00 ] [ azbox ] Could not get device
[ 21:01:01 ] [ Loader ] Reset failed ...
[ 21:01:02 ] [ Loader ] Reader type 11 on node /dev/scard
[ 21:01:02 ] [ azbox ] Opening device /dev/scard
[ 21:01:02 ] [ azbox ] Could not get device
[ 21:01:03 ] [ azbox ] Could not get device
[ 21:01:04 ] [ azbox ] Could not get device
[ 21:01:05 ] [ azbox ] Could not get device
[ 21:01:06 ] [ azbox ] Could not get device
[ 21:01:07 ] [ Loader ] Reset failed ...
[ 21:01:07 ] [ Loader ] Reader type 11 on node /dev/scard
[ 21:01:07 ] [ azbox ] Opening device /dev/scard
[ 21:01:07 ] [ azbox ] Could not get device

rtificial
20-08-2009, 08:25 AM
Stupid question:

Did you enter your smartcard with the chip facing down?

sami8519
20-08-2009, 08:34 AM
yup!

rtificial
20-08-2009, 08:48 AM
Please post your newcs.xml

sami8519
20-08-2009, 08:56 AM
That's how my newcs.xml looks like.


<?xml version="1.0"?>
<newCSconfig>
<readers name="Card Readers">
<device>
<name>upper</name>
<type>azbox</type>
<node>/dev/scard</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>no</blocksa>
<blockua>no</blockua>
<blockga>No</blockga>
<newcamd_port>20000</newcamd_port>
<autosid>no</autosid>
<carddetect>yes</carddetect>
<priority>hard</priority>
<PTShandshake>no</PTShandshake>
<mhz>600</mhz>
<boxkey></boxkey>
<rsa></rsa>
</device>
</readers>
<xmlserver>
<enabled>0</enabled>
</xmlserver>
<radegastserver>
<enabled>0</enabled>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<debug>
<darint39>sintoi51</darint39>
<level>internal</level>
<type>all</type>
<output>console, tcp</output>
<logfile>/tmp/newcs.txt</logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>172.16.1.1</udp_host>
<udp_port>9000</udp_port>
<udp_options></udp_options>
<tcp_port>1001</tcp_port>
<tcp_options></tcp_options>
</debug>
<newcamdserver>
<enabled>yes</enabled>
<name>local</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>127.0.0.1</hostname>
<port>15000</port>
</user>
</newcamd_server>
</newCSconfig>

sami8519
20-08-2009, 08:57 AM
My card is JSC sports irdeto2 caid 0603.

rtificial
20-08-2009, 09:02 AM
Are you sure 600mhz is ok?

Also, can you post the startup part of the newcs log?

goran
20-08-2009, 09:07 AM
One more example, just in case... ;) Even though it's for DBox2... :)

Mbox + NewCS + Multicam in DBox2 does function:


h**p://www.exyusat.com/mbox/index.php?showtopic=722Goku asks how to start them together and m3mphis responds [re. the camd.xml file, I believe :dark mood:]:


<?xml version="1.0" encoding="iso-8859-1" ?>

<emulist>
<emu text="Mbox" emufilename="mbox" emuzusatz="" emuzusatz0="" emuzusatz1="" Ecm="ecm.info (http://ecm.info/)" ZapSleep="2" />
<emu text="Mbox/Newcs" emufilename="mbox;newcs" emuzusatz="newcs" emuzusatz0="" emuzusatz1="" Ecm="ecm.info (http://ecm.info/)" ZapSleep="2" />
</emulist>

<!-- text= <OSD Name>
emufilename= <camd binary>
emuzusatz= <daemon binary>
ZapSleep= <sleep befor start a camd>
-->
emuzusatz= <daemon binary> name of newcs binary Goku:


Thank you

both emu are running

line is going like this

<emu text="Mbox/Newcs" emufilename=" mbox" emuzusatz="newcs" emuzusatz0="" emuzusatz1="" Ecm="ecm.info" ZapSleep="2" />

soAnd then:


<?xml version="1.0" encoding="iso-8859-1" ?>

<emulist>
<emu text="Mbox" emufilename="mbox" emuzusatz="" emuzusatz0="" emuzusatz1="" Ecm="ecm.info" ZapSleep="2" />
<emu text="Mbox/Newcs" emufilename="mbox" emuzusatz="newcs" emuzusatz0="" emuzusatz1="" Ecm="ecm.info" ZapSleep="2" />
</emulist>

<!-- text= <OSD Name>
emufilename= <camd binary>
emuzusatz= <daemon binary>
ZapSleep= <sleep befor start a camd>
-->Thank you @BfG28 and @m3mphis

Then, Goku says:

newcs.xml config for multicam in dbox2

you must enable cardserver in pb enigma extra menu

copyright by @telesat


<?xml version="1.0"?>
<!--

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

-->



<newCSconfig>

<readers name="Card Readers">
<device>
<name>MultiCam</name>
<type>dbox</type>
<node>/dev/tts/1</node>
<mhz>600</mhz>
<parity>even</parity>
<reset>normal</reset>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<!-- <boxkey>0000000000</boxkey> -->
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>18100</newcamd_port>
<priority>round</priority> <!-- hard is default -->
<autosid>No</autosid>
<sid>
<allow>
<!-- valid value for id are:
4 numbers, if the service id is 3 numbers, add a 0 infront of it. -->
<id></id>
</allow>
<deny>
<!-- valid value for id are:
4 numbers, if the service id is 3 numbers, add a 0 infront of it. -->
<id></id>
</deny>
</sid>
</device>
</readers>

<radegastserver>
<!-- valid value for enable are:
0,1 - Enable or Disable radegast server. -->
<enabled>no</enabled>

<!-- valid value for port are:
0,65535 - Which port to listen for incomming connections. -->
<port>10001</port>

<!-- valid value for allow are:
ALL - Not active yet. -->
<allow>
<hostname>127.0.0.1</hostname>
</allow>
</radegastserver>
<cache>
<emm></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>
<level>init</level> <!--spam-->
<type>init</type>
<output>all</output>
<logfile></logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>127.0.0.1</udp_host>
<udp_port>1000</udp_port>
<udp_options></udp_options>
<tcp_port>1001</tcp_port>
<tcp_options>0,init</tcp_options>
</debug>
<newcamdserver>
<enabled>yes</enabled>
<name>test</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<userfile>/tmp/users.txt</userfile>
<user>
<name>test</name>
<password>dbox2</password>
<au>on</au>
<hostname></hostname>
<port></port>
<sidoverride>off</sidoverride>
<readers>
<allow>MultiCam</allow>
</readers>
</user>
</newcamdserver>

</newCSconfig>

sami8519
20-08-2009, 09:24 AM
this is the start of newcs.


MMP[newcs]$ cd /EMU/OpenXCAS/newcs/
MMP[newcs]$ ./newcs
Reading Config file from /var/tuxbox/config/newcs.xml
Reading Config file from /EMU/OpenXCAS/newcs/newcs.xml
****** INTERNAL enabled
TCP-log password is disabled!
level: internal
type: all
output: console, tcp
logger config: level 16777215 type 255 output 5
Console log options: level 16777215 type 255
tcp port: 1001
[ 08::34 ] logger: bind error: error! 125: Address already in use
logger: tcp port open failed, tcp log disabled
[ 08::34 ] [ Box detect ] Box type 9
[ 08::34 ] [ Config ] Value in <boxkey> for device 0 (upper) is INVALID, skipping...
[ 08:20:34 ] [ Config ] Value in <rsa> for device 0 (upper) is INVALID, skipping...
[ 08::34 ] [ Config ] hwkey not found !
[ 08::34 ] [ Config ] ekpair not found !
[ 08:0:34 ] [ Config ] /dev/scard ECM priority: hard
[ 08::34 ] [ Config ] No SIDFILTER is configured, disabling SidOverride for device 0 (upper)!
[ 08::34 ] [ Newcamd ] Server name : local
[ 08::34 ] [ Newcamd ] Des key : 0102030405060708091011121314
[ 08::34 ] [ Newcamd ] User 2: dummy, Pass: dummy, Host 127.0.0.1, Port: 15000, Au: Off, Spider allowed: No, Sidoverride: No, reader control: No, level: 0
[ 08::34 ] [ EMM Cache ] Initialising Cache with 20 entries
[ 08::34 ] [ ECM Cache ] Initialising dynamic Cache
[ NewCS ] Process ID is: 1052
[ 08:20:34 ] Calibrating delay loops
[ 08:20:34 ] usleep(5) takes: 0 s 13 us
[ 08:20:34 ] usleep(10) takes: 0 s 16 us
[ 08:20:34 ] usleep(100) takes: 0 s 107 us
[ 08:20:34 ] usleep(500) takes: 0 s 507 us
[ 08:20:34 ] [ Loader ] Reader type 11 on node /dev/scard
[ 08:20:34 ] [ azbox ] Opening device /dev/scard
[ 08:20:34 ] [ azbox ] Could not get device
[ 08:20:35 ] [ azbox ] Could not get device

sami8519
20-08-2009, 09:25 AM
Are you sure 600mhz is ok?

Also, can you post the startup part of the newcs log?

I tried 357 as well but still not working. please see the log of newcs above this post. Thanks.

rtificial
20-08-2009, 09:32 AM
Are you sure there are no other instances of newcs running?

(killall -9 newcs)

Are there other processes using the cardreader? multicas for instance?

sami8519
20-08-2009, 09:42 AM
I did what you told me, and now it seems to recognize the card, but still debian linux cccam cant connect to my newcs server.



MMP[~]$ cd /EMU/OpenXCAS/newcs/
MMP[newcs]$ killall -9 newcs
MMP[newcs]$ ./newcs
Reading Config file from /var/tuxbox/config/newcs.xml
Reading Config file from /EMU/OpenXCAS/newcs/newcs.xml
****** INTERNAL enabled
TCP-log password is disabled!
level: internal
type: all
output: console, tcp
logger config: level 16777215 type 255 output 5
Console log options: level 16777215 type 255
tcp port: 1001
TCP log options: level 16777215 type 255
[ 08:39:10 ] [ Box detect ] Box type 9
[ 08:39:10 ] [ Config ] Value in <boxkey> for device 0 (upper) is INVALID, skipping...
[ 08:39:10 ] [ Config ] Value in <rsa> for device 0 (upper) is INVALID, skipping...
[ 08:39:10 ] [ Config ] hwkey not found !
[ 08:39:10 ] [ Config ] ekpair not found !
[ 08:39:10 ] [ Config ] /dev/scard ECM priority: hard
[ 08:39:10 ] [ Config ] No SIDFILTER is configured, disabling SidOverride for device 0 (upper)!
[ 08:39:10 ] [ Newcamd ] Server name : local
[ 08:39:10 ] [ Newcamd ] Des key : 0102030405060708091011121314
[ 08:39:10 ] [ Newcamd ] User 2: dummy, Pass: dummy, Host 127.0.0.1, Port: 15000, Au: Off, Spider allowed: No, Sidoverride: No, reader control: No, level: 0
[ 08:39:10 ] [ EMM Cache ] Initialising Cache with 20 entries
[ 08:39:10 ] [ ECM Cache ] Initialising dynamic Cache
[ NewCS ] Process ID is: 1126
[ 08:39:10 ] Calibrating delay loops
[ 08:39:10 ] usleep(5) takes: 0 s 13 us
[ 08:39:10 ] usleep(10) takes: 0 s 16 us
[ 08:39:10 ] usleep(100) takes: 0 s 108 us
[ 08:39:10 ] usleep(500) takes: 0 s 507 us
[ 08:39:10 ] [ Loader ] Reader type 11 on node /dev/scard
[ 08:39:10 ] [ azbox ] Opening device /dev/scard
[ 08:39:13 ] ATR: C6 C1 FD C1 8E CD F6 8C CC FF C6 C3 B2 B2 C3 C0
[ 08:39:13 ] ATR: C0
[ 08:39:13 ] [ ******* ] Atr header is C6 C1 [NORMAL]
[ 08:39:13 ] [ Loader ] Unknown card
[ 08:39:13 ] [ Loader ] Trying Irdeto (T=14)
[ 08:39:13 ] [ Loader ] Reader type 11 on node /dev/scard
[ 08:39:13 ] [ azbox ] Closing device /dev/scard
[ 08:39:13 ] [ azbox ] Opening device /dev/scard
[ 08:39:15 ] ATR: C6 C1 FD C1 8E CD F6 8C CC FF C6 C3 B2 B2 C3 C0
[ 08:39:15 ] ATR: C0
[ 08:39:15 ] [ ******* ] Atr header is C6 C1 [NORMAL]
[ 08:39:15 ] [ Loader ] Unknown card
[ 08:39:15 ] [ NewCS ] Ready to GO! :)
MMP[newcs]$ My sign: 17 DD 23 57 36 08 D2

goran
20-08-2009, 09:57 AM
Have you done this [Tinos]:

For CCcam (2.0.4 recommended) add following line to config:

CCcam.cfg


N: 127.0.0.1 20000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14

Anything else?:cheers2:

sami8519
20-08-2009, 10:00 AM
In my Azbox I am only using newcs, I have debian PC server running CCcam, and I want to connect to the azbox newcs from the debian cccam.

rtificial
20-08-2009, 10:29 AM
Well, then you have to change the N-line in CCcam to represent the correct ip address, and make sure you remove <hostname> from the user definition in newcs.xml

Taykun
20-08-2009, 05:32 PM
Does somebody have working configuration for TotalTV NDS card and newcs?

Thanks!

Taykun
28-08-2009, 07:58 AM
ok i managed to get ttv nds card working but there are two strange things:
- i had to set newcs speed to 800, at 400 card isnt detected (card isnt hot when its working)
- i get freezes every few seconds

I dont know is this because of newcs that we have or its cardreader problem (maybe drivers?) ?

rtificial
28-08-2009, 08:16 AM
Well, there is a change in the firmware, which leads to a smaller buffer of data. As the buffer is smaller, changing channels will be faster (the buffer does not need to be filled first). But for most EMU's this buffer was usefull in case there was a decryption queue.
Now with this smaller buffer, in same cases you get freezes as your EMU has not processed the keys yet.

rtificial
28-08-2009, 08:26 AM
I have made some changes to my Canal Digitaal NL configuration:

Newcs.xml


<?xml version="1.0"?>
<newCSconfig>
<readers name="Card Readers">
<device>
<name>upper</name>
<type>azbox</type>
<node>/dev/scard</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<newcamd_port>20000</newcamd_port>
<autosid>No</autosid>
<sid>
<allow>
<id>0643</id>
<id>0644</id>
<id>0645</id>
<id>0646</id>
<id>0648</id>
<id>0649</id>
<id>0633</id>
<id>064B</id>
<id>066C</id>
<id>6FEF</id> -- MTV Dance
<id>6FF0</id> -- VH1
<id>6FF1</id> -- VH1 Classic
<id>6FF3</id> -- MTV Two
<id>6FFF</id> -- MTV Music
<id>7007</id> -- MTV NL
<id>4F55</id> -- Hustler TV
<id>07D4</id> -- RTL 4
<id>07D5</id> -- RTL 5
<id>07D6</id> -- RTL 7
<id>07DF</id> -- Discovery Channel
<id>07E4</id> -- Animal Planet
<id>07E9</id> -- Eurosport
<id>07FD</id> -- Dorcel TV
<id>0FAE</id> -- Nickelodeon / Comedy Central
<id>0FAF</id> -- NGC
<id>138D</id> -- SBS6
<id>1397</id> -- TMF
<id>139C</id> -- Veronica
<id>07F3</id> -- RTL 8
<id>138C</id> -- NET5
<id>0fab</id> -- NED1
<id>0fac</id> -- NED2
<id>0fad</id> -- NED3
</allow>
</sid>
<carddetect>Yes</carddetect>
<priority>hard</priority>
<PTShandshake>no</PTShandshake>
<mhz>500</mhz>
<boxkey>79FDC0E18D278138</boxkey>
<rsa>9ED52515321F04BCF7772151149D68951 54B559A8D825A4E7D711A9FAFD5C66BF6 4689501B254DF1832F754C21095379CF9 7B4E5BE6E0F1C9CEBF0A0E91D5ACD</rsa>
</device>
</readers>
<xmlserver>
<enabled>0</enabled>
</xmlserver>
<radegastserver>
<enabled>0</enabled>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<debug>
<darint39>sintoi51</darint39>
<level>internal</level>
<type>all</type>
<password>*****</password>
<output>console, tcp</output>
<logfile>/tmp/newcs.txt</logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>192.168.178.6</udp_host>
<udp_port>9000</udp_port>
<udp_options></udp_options>
<tcp_port>19001</tcp_port>
<tcp_options></tcp_options>
</debug>
<newcamdserver>
<enabled>yes</enabled>
<name>local</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>rtificial</name>
<password>*****</password>
<sidoverride>Yes</sidoverride>
</user>
<user>
<name>rtificial2</name>
<password>****</password>
<sidoverride>Yes</sidoverride>
</user>
</newcamd_server>
</newCSconfig>


mbox.cfg (The Z:-line has a little change to improve performance)


A: { 0 } // for QBoxHD receivers or for any receivers if needed it
H: { 0 1 1 1 }
#B: { 0 }
#C: { 127.0.0.1 7999 }
D: { 0 }
F: { 500 }
#G: { /hdd/ }
J: { 1 }
K: { /EMU/OpenXCAS/MboxCAS/ }
L: { 1 }
M: { 1 }
O: { 4000 2000 }
P: { /tmp/pmt.tmp }
T: { /tmp/ }
Q: { 30 }
R: { 3600 }
U: { 1 }
W: { 0 }
Z: { 13 00 } { 192.168.178.10 8024 }


cwshare.cfg


C: { 127.0.0.1 20000 rtificial ***** 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 0100006a }
I: { 03 }
O: { 4000 2000 }


port.list (20000.list)


R: { 1000 } // check every 1000 ms(NO LOWER VALUE THEN 1000 ms!!!) if maybe Newcs reinit card but mbox didnt recognized that,defualt value is 5 seconds in code if you dont set R option.

G: { 0100006B }
G: { 0100006C }
G: { 0100006D }
G: { 06220000 }
E: { 070B } //NED1
E: { 070C } //NED2
E: { 070D } //NED3
E: { 070B } //RTL4
E: { 070E } //NET5
E: { 070C } //RTL5
E: { 0709 } //SBS6
E: { 0711 } //RTL7
E: { 0710 } //RTL8
E: { 070C } //VERONICA
E: { 0713 } //NGC
E: { 070A } //DISCOVERY
E: { 070D } //ANIMAL PLANET
E: { 0716 } //NICKELODEON


Attached below also my ignore and allow list:

Ignore & Allow (http://rapidshare.com/files/272478229/mbox-ignore-allow.zip)

Taykun
28-08-2009, 09:25 AM
Well, there is a change in the firmware, which leads to a smaller buffer of data. As the buffer is smaller, changing channels will be faster (the buffer does not need to be filled first). But for most EMU's this buffer was usefull in case there was a decryption queue.
Now with this smaller buffer, in same cases you get freezes as your EMU has not processed the keys yet.

apperantly this is the issue. Germans have same problems with V13 card.
On 2372 works ok.
Sure there must be some other solution to slow zap time. If receivers with 266mhz chip can, sigma chip can too (it has integrater simple cpu with 300Mhz i think)

rtificial
28-08-2009, 09:41 AM
apperantly this is the issue. Germans have same problems with V13 card.
On 2372 works ok.
Sure there must be some other solution to slow zap time. If receivers with 266mhz chip can, sigma chip can too (it has integrater simple cpu with 300Mhz i think)

Maybe there is a way in between, so with a small buffer. Apart from that, it might be the sourcecode for the OSD is not really optimized.

Keep in mind that the popcorn hour devices, which are based on similar chipsets are not as fast as lightning either.

Taykun
28-08-2009, 12:44 PM
you are right, they are not too fast. I watched some videos on youtube.

We will see in september what will happen with this firmware.

rtificial
28-08-2009, 12:49 PM
True. For now I'll focus on seeing if I can have something done with a webinterface for the recordings schedule.

goran
30-08-2009, 09:05 PM
hfmls, could you put up the Nagra3 config, please? :)

goran
01-09-2009, 06:25 PM
Ach, if you want it done - dig and dig deep... and do it yourself... :D

Here are the files, attached, the oldest one first, thanx to Sat-Universe forum [thanx to el_general, who thanked encounter for this, hehe...]:


NewCS 1.20R13 AZHD
internal Cardreader supported, but it is NOT Version 1.65 as called in many Forums.
It is an very old 1.20 R13 and Im sure, not all Cards will running with it.
Also Mboxcontrolcenter is NOT compatible with this Oldie

{I think this was in relation to the older versions of MCC - not sure if it is the case now, with the latest version of MCC...???}

...all the way to...

["First official public NewCS new version for Azbox HD" ;)]


hello


newcs.sigma -> NewCS binary with support for the Sigma Mips Cpu's (Azbox).

newcs.sigma.usb -> NewCS binary with support for the Infinity-USB on the Sigma Mips Cpu's (Azbox).

newcs.sigma.pcsc -> NewCS binary with support for the Infinity-USB the Sigma Mips Cpu's (Azbox).

missing libusb-0.1.so in lib from AZ
and it worked to newcs.sigma.usb

libusb-0.1.so:
thank you encounter

after you inject the lib Remember chmod777
and reboot

Test and tell, please...:respect-050:

{At least you have the one supporting the internal AZbox HD reader and the latest one, written by the NewCS crew, not "modified" by others for it, like the previous versions, apparently...}

goran
01-09-2009, 06:45 PM
Thanx to Hans:


only bin needs 755
You see 1.20 when you start NewCS over telnet only.

And you must start it over telnet, for
to see what's happened make a dowswindow-telnet ipofyourbox
root
azbox if you've set a password like this
now type ps
if you see new cs as process, type
killall newcs

ps again for to see there is no newcs running now:
cd /EMU/OpenXCAS/newcs - if your folder in openxcas is called newcs
./newcs

write down the log here so we can see (delete serial number or lines before)

My edit. Hans, I think we need more details to be sure what you mean here... Thanx!:cheers2:

goran
01-09-2009, 06:55 PM
A few more contributions:


Change this:


<PTShandshake>no</PTShandshake>
<mhz>357</mhz>
<boxkey></boxkey>Change port nº


<user>
<spider>off</spider>
<status>access</status>
<allow>upper</allow>
<name>dummy</name>
<password>dummy</password>
<au>on</au>
<rate>0</rate>
<sidoverride>off</sidoverride>
<spider>No</spider>
<hostname>127.0.0.1</hostname>
<port>24000</port>
</user> This:


C: { 192.168.1.10 34001 Mbox mbox1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 }What's your nagra card provider?


...

Here are all frequences

Irdeto 6.0000 MHz
Seca 3.5795 MHz
Viaccess 3.5795 MHz
Nagravision 3.6864 MHz
Cryptoworks 3.5795 MHz
Conax 3.5795 MHz
NDS 3.5795 MHz

If a Provider uses Nagra but is tunneling over Irdeto, you must use 6MHZ

But a real pure Nagracard is using 3,68MHZ

Thanx to Aragos:

My openxcas.conf of newcs looked like this:


[module]
name = newcs
wait= 1
daemon = newcs
version = 1.20R13
ap= no
xcasapi = FALSE

:cheers2:

hanswurscht
01-09-2009, 07:07 PM
If you use NewCS with another Emu like Mbox, you need a delay on start but no delay for NewCS, cause it should start first, so wait=0

For Mbox openxcas.conf should look like this:

[module]
name = MboxCAS
wait= 20
daemon = mbox_module /EMU/OpenXCAS/MboxCAS/mbox.cfg
xcasapi = true
version = 0.6.10 2009/05/21

So newCS has 20 Seconds for starting, then other Emu will start, and local Card is useable

goran
01-09-2009, 07:28 PM
Yes, we discussed it earlier and some said 10 and some thought that 15 secs is enough. Yours is the most pessimistic... :)

rtificial
02-09-2009, 06:12 PM
OK, have been testing now with the "Hanswurscht"-settings :001_302: for 2,5 days now.

The first day was quite succesful. No freezes, no glitches, everything nice and smooth.

Now, yesterday evening, and today, I noticed quite some small freezes.

I'm not sure whether this is a result from Mbox or NewCS, need to find a way to analyze this a bit further.

An overview of my current main settings can be found below.

AZBox Premium HD
NewCS 1.20rc13 (2nd)
Mbox 0.6b10

newcs.xml


<?xml version="1.0"?>
<newCSconfig>
<readers name="Card Readers">
<device>
<name>upper</name>
<type>azbox</type>
<node>/dev/scard</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<newcamd_port>20000</newcamd_port>
<autosid>No</autosid>
<sid>
<allow>
<id>0643</id>
<id>0644</id>
<id>0645</id>
<id>0646</id>
<id>0648</id>
<id>0649</id>
<id>0633</id>
<id>064B</id>
<id>066C</id>
<id>6FEF</id> -- MTV Dance
<id>6FF0</id> -- VH1
<id>6FF1</id> -- VH1 Classic
<id>6FF3</id> -- MTV Two
<id>6FFF</id> -- MTV Music
<id>7007</id> -- MTV NL
<id>4F55</id> -- Hustler TV
<id>07D4</id> -- RTL 4
<id>07D5</id> -- RTL 5
<id>07D6</id> -- RTL 7
<id>07DF</id> -- Discovery Channel
<id>07E4</id> -- Animal Planet
<id>07E9</id> -- Eurosport
<id>07FD</id> -- Dorcel TV
<id>0FAE</id> -- Nickelodeon / Comedy Central
<id>0FAF</id> -- NGC
<id>138D</id> -- SBS6
<id>1397</id> -- TMF
<id>139C</id> -- Veronica
<id>07F3</id> -- RTL 8
<id>138C</id> -- NET5
<id>0fab</id> -- NED1
<id>0fac</id> -- NED2
<id>0fad</id> -- NED3
</allow>
</sid>
<carddetect>Yes</carddetect>
<priority>hard</priority>
<PTShandshake>no</PTShandshake>
<mhz>500</mhz>
<boxkey>79FDC0E18D278138</boxkey>
<rsa>9ED52515321F04BCF7772151149D68951 54B559A8D825A4E7D711A9FAFD5C66BF6 4689501B254DF1832F754C21095379CF9 7B4E5BE6E0F1C9CEBF0A0E91D5ACD</rsa>
</device>
</readers>
<xmlserver>
<enabled>0</enabled>
</xmlserver>
<radegastserver>
<enabled>0</enabled>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<debug>
<darint39>sintoi51</darint39>
<level>internal</level>
<type>all</type>
<password>grotesmurf</password>
<output>console, tcp</output>
<logfile>/tmp/newcs.txt</logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>192.168.178.6</udp_host>
<udp_port>9000</udp_port>
<udp_options></udp_options>
<tcp_port>19001</tcp_port>
<tcp_options></tcp_options>
</debug>
<newcamdserver>
<enabled>yes</enabled>
<name>local</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>rtificial</name>
<password>XS=A4tima</password>
<sidoverride>Yes</sidoverride>
</user>
<user>
<name>rtificial2</name>
<password>XS=A4tima</password>
<sidoverride>Yes</sidoverride>
</user>
</newcamd_server>
</newCSconfig>


mbox.cfg


A: { 0 } // for QBoxHD receivers or for any receivers if needed it
H: { 0 1 1 1 }
D: { 0 }
F: { 500 }
J: { 1 }
K: { /EMU/OpenXCAS/MboxCAS/ }
L: { 1 }
M: { 1 }
O: { 1900 1500 }
P: { /tmp/pmt.tmp }
T: { /tmp/ }
Q: { 30 }
R: { 3600 }
U: { 1 }
W: { 0 }
Z: { 13 00 } { 192.168.178.11 8024 }


cwshare.cfg


I: { 02 }
O: { 1900 1500 }
N: { 300 100 }

goran
02-09-2009, 06:23 PM
2nd?:confused:

hanswurscht
02-09-2009, 06:31 PM
yep second in mbox.cfg kill and where is B:?

B: { 0 0 0 }

Also I dont have allow in newcs, my port.list works better.

Newcs
<emm>10</emm>
<ecm>4</ecm>

<darint39>sintoi51</darint39> ??????
No Idea what it should be, have killed

Sidoverride?? why? take it to off

goran
02-09-2009, 06:45 PM
No B line = old cfg... Not to be done!!!

rtificial
02-09-2009, 06:50 PM
What do you mean with your B: ?

//B: { x IP_listen IP_send }
//x=0 -> disable local UDP ports 8004-80xx ,this ports are used with DVB cards and gbox plugin (Windows and Linux)
//x=1 -> enable
//IP_listen -> on what IP to wait for PMT and ECMs
//IP_send -> on what IP to send DCW
//default disabled

I have the allows to un-stress NewCS, but I'll see if I can achieve the same with the 20000.list

Sidoverride is linked to <autosid>No</autosid>, right?

I'll test again with your proposed changes.

hanswurscht
02-09-2009, 06:52 PM
Mbox 0.6.10
A peace from Config:

B: { 0 0 0 }

//B: { 1 127.0.0.1 127.0.0.1 } // for local watching over DVB


//B: { x IP_listen IP_send }
//x=0 -> disable local UDP ports 8004-80xx ,this ports are used with DVB cards and gbox plugin (Windows and Linux)
//x=1 -> enable
//IP_listen -> on what IP to wait for PMT and ECMs
//IP_send -> on what IP to send DCW
//default disabled

/********************************* ********************************* ********************************* *********************/

rtificial
02-09-2009, 06:57 PM
Exactly, so not setting it should mean it's disabled. But again, I'll try with these settings.

What about newcs autosid?

hanswurscht
02-09-2009, 06:58 PM
as I wrote, *off*

In some Configs we got Problems without B:
Thats the Reason why I posted my B:

rtificial
02-09-2009, 07:37 PM
Hmmm, I changed my newcs, but somehow, I now seem to be unable to connect to the newcs console for logging...

<debug>
<level>internal</level>
<type>all</type>
<password>grotesmurf</password>
<output>console, tcp</output>
<logfile>/tmp/newcs.txt</logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>192.168.178.6</udp_host>
<udp_port>9000</udp_port>
<udp_options></udp_options>
<tcp_port>19001</tcp_port>
<tcp_options></tcp_options>
</debug>

When I try to connect, I get the message the connection was actively refused.

After adding <darint39>sintoi51</darint39>, I can connect to the console again.

hanswurscht
02-09-2009, 07:41 PM
Hmmm, I changed my newcs, but somehow, I now seem to be unable to connect to the newcs console for logging...

<debug>
<level>internal</level>
<type>all</type>
<password>grotesmurf</password>
<output>console, tcp</output>
<logfile>/tmp/newcs.txt</logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>192.168.178.6</udp_host>
<udp_port>9000</udp_port>
<udp_options></udp_options>
<tcp_port>19001</tcp_port>
<tcp_options></tcp_options>
</debug>

When I try to connect, I get the message the connection was actively refused.

After adding <darint39>sintoi51</darint39>, I can connect to the console again.


I dont use it like you, I use Mbox Controlcenter, so I dont about darint

rtificial
02-09-2009, 07:47 PM
I use MCC as well.

MCC uses a telnet connection to open the newcs console (tab newcs)

(see attached screenshot)

rtificial
02-09-2009, 08:05 PM
Does anyone know what the exact meaning is of:

[NETWORK]-> NOT OK,we cant reshare, peer maybe gone offline/lost card ?

When I look at the mbox trace, it should have been able to send this... :S

AML1966
02-09-2009, 09:59 PM
Hi Chaps
Got myself a new Cuberevo HD 500Gb Twin Tuner. So far I love it, maybe because I can only pick up the free channels and the real troubles aint started yet! PS Know nothing yet about linux and I have myself a genuine CD conax card.
My newest quest is to install Newcs 1.65
Are there any guidelines somewhere? Got the latest firmware NLD 10513 with quite a few plugins.
Dont have the sub folder called OpenXcas so the other places didnt work well :-(
Any help would be appreciated

Thanks

Andy

goran
03-09-2009, 04:40 AM
So, we aren't that bad, after all, in this section, hehe... M8, try CR section, comes to mind... How can we help, if we do not have your HW?!?

It seems to me, rtificial, you could tell us a bit more: are you using NewCS v.1.20 [for which so far I haven't seen a way to work with NewCS, if I remember correctly]? In which case, "well done!" is in order! :coolgleamA:

rtificial
03-09-2009, 08:11 AM
It seems to me, rtificial, you could tell us a bit more: are you using NewCS v.1.20 [for which so far I haven't seen a way to work with NewCS, if I remember correctly]? In which case, "well done!" is in order! :coolgleamA:

Not quite sure what you want to know Goran.

I am running newcs 1.20rc13.

if you're talking about making it work with MCC, make sure you use MCC 1.0 beta 4.5.

goran
03-09-2009, 08:20 AM
Well, I am not using NewCS, as I have no card but I read MCC is not working with that version...

I am also using MCC 4.5, btw...

rtificial
03-09-2009, 09:11 AM
In 4.5 you can check the box for older versions of NewCS.

hanswurscht
03-09-2009, 02:59 PM
rtificial (https://www.satpimps.co.uk/member.php?u=84118) is correct, I use this also like he does, without any Problem.
I have sometimes 1 or two bad ECM form 10-12000, so I think its more than OK.

@[NETWORK]-> NOT OK,we cant reshare, peer maybe gone offline/lost card ?
This is NOT an Error, its a Logproblem. I have that often, when someone is taking ECMs from my Card, so ignore it please.
ECMs are working for Peer.
Mower knows about this, but couldnt fix it in the last Version(you know the Trouble with Network, OpenDNS usw)

rtificial
03-09-2009, 03:27 PM
@[NETWORK]-> NOT OK,we cant reshare, peer maybe gone offline/lost card ?
This is NOT an Error, its a Logproblem. I have that often, when someone is taking ECMs from my Card, so ignore it please.
ECMs are working for Peer.
Mower knows about this, but couldnt fix it in the last Version(you know the Trouble with Network, OpenDNS usw)

Thanks, so I will not worry about this then.

What I have noticed, since I removed the sid allows from newcs, is that there has been an increase in Bad ECM's.

Probably, my port.list is not correctly set up. I added E-lines for ecmpid's but maybe this is not the best approach?

extract from my 20000.list


R: { 1000 } // check every 1000 ms(NO LOWER VALUE THEN 1000 ms!!!) if maybe Newcs reinit card but mbox didnt recognized that,defualt value is 5 seconds in code if you dont set R option.

G: { 0100006B }
G: { 0100006C }
G: { 0100006D }
G: { 06220000 }
E: { 070B } //NED1
E: { 070C } //NED2
E: { 070D } //NED3
E: { 070B } //RTL4
E: { 070E } //NET5
E: { 070C } //RTL5
E: { 0709 } //SBS6
E: { 0711 } //RTL7
E: { 0710 } //RTL8
E: { 070C } //VERONICA
E: { 0713 } //NGC
E: { 070A } //DISCOVERY
E: { 070D } //ANIMAL PLANET
E: { 0716 } //NICKELODEON
E: { 7007 } //MTV NL
E: { 0718 } //EUROSPORT
...

hanswurscht
03-09-2009, 03:54 PM
not good, use SA instead and all is fine.
Also i prefer an allow.list instead of ignore.
You find a complete SA: List in Mbox Forum, Im sure

Bad Ecm are rare, as I told from 12000 only 1-2

rtificial
03-09-2009, 05:01 PM
Hmm, probably I'm doing something wrong. Changing to SA: lines with SID's only increased the number of bad ECM. Now approximately 50% :-S

Can you show me an example maybe, with a brief explanation?

hanswurscht
03-09-2009, 05:13 PM
R: { 15000 }

then your SA/and E: if you like
No Problems at all with it
Portlist all Plattforms thread in exyusat, there you find them.

Example E
E: { 1FC8 }

Example SA
SA: { 32D0 }

Take a look at the blancs between { and }
No more special then, only use a Unixeditor, not Windows

rtificial
03-09-2009, 05:33 PM
Maybe the R was relevant. I had this set to 1000.

Sadly there is no Canal Digitaal NL list in the exyusat topic.

I'll see if I can create one, once I know I have the right settings.

--

Is there a proper way of tracing the bad ECM's? I see my Mbox is creating a proper debug log, but I don't see a log-file created by NewCS. Would of course be nice for analyzing.

hanswurscht
04-09-2009, 08:25 AM
you must change Z: as far as I know, and also you can limit your configfiles to maybe 1 MB (dont take more-Box perhaps crashing)

I find out that all Seca2 are overclocking with 5 or 6MHZ over Month without any Problem.

To the List, maybe this can help?
0FAB #NED1
0FAC #NED2
0FAD #NED3
07DH #RTL4
07D5 #RTL5
138D #SBS6
07D6 #RTL7
07F3 #RTL8
138C #NET5
1397 #TMF
139C #VERONICA
07E4 #ANIMAL PLANET
13A6 #TELE2 KANAAL 1
0FB0 #TELE2 KANAAL 2
0FA5 #FILM1.1
0FA7 #FILM1.2
13A4 #FILM1.3
0FA6 #SPORT1
179D #DISCOVERY TRAVEL & LIVING
1798 #DISCOVERY SCIENCE
0FAF #NGC
4F56 #ZONE REALITY -----
1793 #NGC WILD
4F77 #BOOMERANG
07EE #CARTOON NETWORK / TCM
0FAE #NICKELODEON
31E7 #EEN: TV VLAANDEREN
31E8 #KETNET / CANVAS
31E6 #ACTIONNOW
07E9 #EUR0SPORT
4F57 #EXTREME SPORTS
3335 #NASN
6FEF #MTV DANCE
6FEE #MTV HITS
6FFF #MTV MUSIC
6FF3 #MTV TWO
7007 #MTV NL
6FF0 #VH1
6FF1 #VH1 CLASSIC
2267 #TRACE TV
07DA #TV ORANJE
1F47 #MEZZO
0007 #BABY-TV
17B1 #ETALAGE KANAAL
177F #HOLLAND DOC
177A #GESCHIEDENIS TV
178E #NEDERLAND 4
1FCB #LIBERTY TV
1789 #HUMOR TV
07DF #DISCOVERY CHANNEL
17A2 #MGM
1784 #CONSUMENTEN TV
4F55 #HUSTLER TV
07F8 #PRIVATE SPICE
07FD #DORCEL TV
17AC #PLAYBOY TV

If yes, you must sort out, which channel your Card is opening.
Also, if this is not the correct list, switch to every Channel and use ecm.info in tmp

rtificial
04-09-2009, 08:40 AM
I think I posted this list in the exyusat thread yesterday ;)

The Z-line os for debugging mbox, this is adjusted for my needs and works as expected.

My configfiles are all just a couple of KB's.

I'll see if I can spend some time on sunday looking at the trace of NewCS, to see if I can find some sort of reason for bad ECM's :)

hanswurscht
04-09-2009, 09:58 AM
You can see bad ECMs also in mbox.cfg. You can let Mbox write it in tmp on the box with Z: and F:

Z: { 12 } { 127.0.0.1 8000 }

// Z option -> control sending/writing current informations
// Z: { xy } { IP port }
// x=0 -> don't print time stamp (in console screen and in debug file)
// x=1 -> print time stamp ( .... )
// y=0 -> no writing/sending informations to debug file/destination IP
// y=1 -> send informations to destination IP but not in debug file
// y=2 -> write informations to debug file but don't send to destination IP
// y=3 -> write/send informations to debug file/destination IP
// IP port -> destination IP and UDP port where to send informations
// no default

F: { 500 }

//F option -> reset writing debug.txt from begining if file size is higher then (x)(KB)
//F { x } -> decimal in KBytes
//default 500 KB


No NewCS, I found no Way to write the debug in tmp, Settings for this are:
<output>console, tcp</output>
<logfile>/tmp/newcs.txt</logfile>

But dont work for me. Perhaps Option file?
Have only one Time tested and this doesnt work

rtificial
06-09-2009, 07:56 PM
Have not been able to do much tracing yet, but:

By using the combination of the port.list file, and the <allow><id>'s in the newcs.xml, I have managed to get the ratio of good : bad ecm's down from 2 : 1 to 67 : 1, so a big improvement :-)

It just seems very difficult to find out why these remaining ecm's are 'bad'...

goran
08-09-2009, 10:36 AM
From Mbox forum, thanx to Bogdan [my edit]: re. $*l*y Italia:

Now it's very easy to run this card in newcs+mbox; you must delete mgcamd or make a new profile "newcs+mbox";

Next, you must setup port.list and

make a connection to [B]your local $*l*y card by C-line [so it will be seen as/in local]:

1) examples for port.list:


R: { 1000 } // check every 1000 ms(NO LOWER VALUE THEN 1000 ms!!!) if maybe Newcs
reinit card but mbox didnt recognized that,defualt value is 5 seconds in code if you dont
set R option.

E: { ABCD } // in hex , you CAN DECRYPT ECM from this ECM pid, useful for combination with
SID/CHID (YOU CAN MIX WITH SID/CHID).
//Max ECM pids per C line is 500 !!!

//this is for forbiden SID pids or Irdeto chids ..
//EXAMPLE VALUES

SF: { 04A0 } //in hex -> forbiden SID pid -> your card cant decrypt this channel
SF: { 0220 }

IF: { 0203 } //in hex -> forbiden Irdeto ChID -> your card cant decrypt this ChID
IF: { 0302 }

//OR to enable SID pids or Irdeto chids
//EXAMPLE VALUES

SA: { 04A0 }//in hex -> enable SID pid -> your card can decrypt this channel
SA: { 0220 }

IA: { 0203 } //in hex -> enable Irdeto ChID -> your card can decrypt this ChID
IA: { 0302 }

///////////////////////////
//EXAMPLE//
G: { 0100006A }//in hex -> dont list and reshare this provid from your card if card cant
decrypt that, mbox will just flood newcs with bad ECMs for this provid.

//max forbiden SID pids or ChIDs is 500!!!!
//max G lines is 15!!!

2) maping C-line examples:

Connecting to newcamd server program Newcs
================================= =========

example:
C: { server_ip server_listening_port username password des_key } { x } { xxxxyyyy:xxxxyyyy;......}
C: { 127.0.0.1 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 0100006a:0100006B;}

[second brascet] -> { x } max. number ecms in buffer ,decimal !!!!!

[third brascet] { 0100006a:0100006B;} is used if you want to change caidprovid from what
newcs detected to caidprovid to use with gboxx protocol so 0100006A will be 0100006B in gboxx protocol

Thanx to Siri:


C: { 127.0.0.1 20000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { map your n*d*s card }


if necessary map
{ 09190000:09190000 }


If the card is read at
<newcamd_port>20000</newcamd_port>

C: { 127.0.0.1 20000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 }

20000.list

E or SA line

E-ecm pid
SA-sid pid :respect-051:

madness99
30-09-2009, 10:18 PM
Can someone do me a favor and post setings for TotalTV at NewCS?

Thanks

goran
09-10-2009, 01:59 PM
We need a few more examples here, I think...

C'mon, guys, sharing is caring... ;) :)

goran
11-10-2009, 11:26 PM
From Ex-Yu Mbox forum, re. Total TV:

Goku says:


Settings for Total TV Croatian card, upper reader - dm 7020

cw share


H: { 091F0FF3 }
C: { 127.0.0.1 18200 root dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 091F00A0:091F0FF3 } #Upper Cardreader
newcs.xml


<newCSconfig>
<readers name="SCI">
<device>
<name>Lower Cardreader</name>
<type>sci</type>
<mhz>357</mhz>
<node>/dev/sci0</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>No</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<boxkey></boxkey>
<rsa></rsa>
<PTShandshake>Yes</PTShandshake>
<carddetect>Yes</carddetect>
<newcamd_port>18100</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>no</Seca-PPV>
<priority>round</priority>
</device>
<device>
<name>Upper Cardreader</name>
<type>sci</type>
<mhz>400</mhz>
<node>/dev/sci1</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<boxkey>0Bxxxxxxxx</boxkey>
<PTShandshake>No</PTShandshake>
<carddetect>yes</carddetect>
<newcamd_port>18200</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>no</Seca-PPV>
<priority>round</priority>
</device>
<device>
<name>Phoenix Interface</name>
<type>phoenix</type>
<mhz>357</mhz>
<node>/dev/tts/0</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>No</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<PTShandshake>No</PTShandshake>
<carddetect>yes</carddetect>
<newcamd_port>18400</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>no</Seca-PPV>
<priority>round</priority>
</device>
</readers>
<cache>
<emm>10</emm>
<ecm>10</ecm>
</cache>
<debug>
<level>normal</level>
<type>init</type>
<output>all</output>
<console_options>normal,init</console_options>
<logfile></logfile>
<file_options>spam,all</file_options>
<udp_host>127.0.0.1</udp_host>
<udp_port>1000</udp_port>
<udp_options>normal,init</udp_options>
<tcp_port>3001</tcp_port>
<tcp_options>normal,init</tcp_options>
</debug>
<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>newcs</name>
<password>newcs</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
<newcamdserver>
<enabled>Yes</enabled>
<name>cardserv</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user><status>access</status>
<name>root</name>
<password>dreambox</password>
<hostname></hostname>
<port></port>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>off</spider>
</user>
</newcamdserver>
</newCSconfig>
port.list for TTV Croatia card


R: { 5000 } // check every 1000 ms(NO LOWER VALUE THEN 1000 ms!!!) if maybe Newcs reinit card but mbox didnt recognized that,defualt value is 5 seconds in code if you dont set R option.
#
E: { 0385 } //Total TV - Viasat History [NDS]
E: { 0386 } //Total TV - Viasat Explorer [NDS]
E: { 0387 } //Total TV - TV 1000 Balkan [NDS]
E: { 0388 } //Total TV - Free XTV 2 [NDS]
E: { 0389 } //Total TV - X-Dream TV [NDS]
E: { 038A } //Total TV - Free-X TV [NDS]
E: { 038B } //Total TV - MTV Adria [NDS]
E: { 038C } //Total TV - BBC Prime [NDS]
E: { 038D } //Total TV - Kanal D (Serbia) [NDS]
E: { 038E } //Total TV - Motors TV [NDS]
E: { 038F } //Total TV - Hallmark Central Europe [NDS]
E: { 0391 } //Total TV - Most TV [NDS]
E: { 0501 } //Total TV - Eurosport [NDS]
E: { 0361 } //Total TV - Discovery Channel Eastern Europe [NDS]
E: { 050A } //Total TV - National Geographic UK [NDS]
E: { 0390 } //Total TV - Televizija S [NDS]
E: { 03EA } //Total TV - Happy Cable [NDS]
E: { 03EB } //Total TV - E! Entertainment TV [NDS]
E: { 03ED } //Total TV - B92 Info [NDS]
E: { 03EF } //Total TV - Zone Romantica [NDS]
E: { 03F0 } //Total TV - Zone Reality UK [NDS]
E: { 03F1 } //Total TV - Jetix Eastern Europe [NDS]
E: { 0511 } //Total TV - Fox Crime Bulgaria [NDS]
E: { 0513 } //Total TV - Fox Life Regional [NDS]
E: { 03F4 } //Total TV - Animal Planet [NDS]
E: { 0354 } //Total TV - Palma Plus [NDS]
E: { 0356 } //Total TV - Avala [NDS]
E: { 0357 } //Total TV - Fox TV Serbia [NDS]
E: { 0358 } //Total TV - HBO Comedy Adria [NDS]
E: { 035B } //Total TV - Travel Channel [NDS]
E: { 035C } //Total TV - Metropolis TV [NDS]
E: { 035D } //Total TV - OBN - Open Broadcast Network [NDS]
E: { 035E } //Total TV - RTRS [NDS]
E: { 035F } //Total TV - Alternativna TV [NDS]
E: { 0360 } //Total TV - FTV - Federalna Televizija [NDS]
E: { 0322 } //Total TV - B92 [NDS]
E: { 0323 } //Total TV - Studio B [NDS]
E: { 0324 } //Total TV - SOS Kanal [NDS]
E: { 0326 } //Total TV - DoQ Klub [NDS]
E: { 0327 } //Total TV - Enter (Serbia) [NDS]
E: { 032B } //Total TV - RTS 1 Serbia [NDS]
E: { 032C } //Total TV - RTS 2 [NDS]
E: { 032E } //Total TV - HBO Adria [NDS]
E: { 09C9 } //Total TV - TV Pika [NDS]
E: { 0901 } //Total TV - TV 3 Slovenija [NDS]
E: { 03EE } //Total TV - History Channel [NDS]
E: { 0359 } //Total TV - Top Shop TV [NDS]
E: { 03F3 } //Total TV - Alfa [NDS]
E: { 03F2 } //Total TV - Sport Klub Hrvatska [NDS]
E: { 035A } //Total TV - Sport Klub + [NDS]
E: { 0353 } //Total TV - Golf Klub [NDS]
E: { 03F4 } //Total TV - Fishing and Hunting [NDS]Somebody asks him about his
total tv hr but its ident is 091F0000 and works without any mapping, so where did you get those 2 idents -091F00A0:091F0FF3? Goku replies:


NewCS console:

Entitlements for card 0


.--------------------------------------.
| Provider | Expiry date | Expiry time |
|----------|-------------|-------------|
| 00A0 | 2009-06-15 | 00:00:00 |
| 00AA | 2009-06-15 | 00:00:00 |
| 0104 | 2009-06-15 | 00:00:00 |
| 010E | 2009-06-15 | 00:00:00 |
| 0FF3 | 2009-06-15 | 00:00:00 |
'--------------------------------------'


mine hasn't worked without mapping in the previous Mbox versions and I haven't tried without it in the newer onesSo, another Q about why mapping has been done like so and not like so...:


Ja ne razumijem zasto je mapiranje uradjeno ovako?
C: { 127.0.0.1 18200 root dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 091F00A0:091F0FF3 }
???
Zasto nije ovako:
C: { 127.0.0.1 18200 root dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 091F00A0:091F0000 }

Otkud sada ovi novi IDENT i zasto mapiranje ide na neki sasvim treci ident? Cudno! And the additional tip to avoid burning the chip on the card:
newcs 1.66 ili 1.67
357 ili 368 mhz

A good port list is a must
plusi map the card

goran
11-10-2009, 11:37 PM
Re. port list, additionally by Siri - he says there are at least 4 different Total TV cards, so port list must be done correctly...

His example for a channel request that "doesn't work on that card":


<-|ECM ([DMX - 0]) (<-2) from xxxxxxx.aaaa.ddd, caid:0x091F, ecmpid:0x0454, sidpid:0x1138, detected our boxid , trying local decode ...
[18:21:59] [ECM]-> NOT OK,we cant decrypt, ignoring ...

One must map one's card properly so no requests are made for channels that cannot be decoded by that card... ;)

Specific channels sidpids not there example:


sidpid:0x032B cant decode localy" - sid for RTS1. RTS1 [and his card is TTV for Bosnia and Herzegovina

Siri replies with "bad port list"


from local host, caid:0x091F, ecmpid:0x032B,sidpid:0x0457 in ECM buffer

The guys says, "You were right, I had a conflict in port list and now it's working..."

goran
11-10-2009, 11:45 PM
Krk's example for ***View 12 in the lower slot of DB 7020:


18000.list

SF: { 0000 }
R: { 50000 }
G: { 05002010 }
G: { 0500F400 }

//***View12+
E: { 1C24 }
E: { 1C8C }
E: { 1C25 }
E: { 1C23 }
E: { 1C8E }
E: { 1C90 }
E: { 1C21 }
E: { 1C8B }
E: { 1C8D }
E: { 1C86 }
E: { 1C8A }


_________________________________

c linija u cw share

C: { 127.0.0.1 18000 root dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 05002000;05032000 }

_________________________________ _

newcs.xml

<name>Lower Cardreader</name>
<type>sci</type>
<mhz>357</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>
<PTShandshake>yes</PTShandshake>
<carddetect>yes</carddetect>
<newcamd_port>18000</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>no</Seca-PPV>
<priority>round</priority>

goran
12-10-2009, 12:29 AM
Additionally, from the same forum re. NDS cards:


0961 = S k y UK NDS 2 card
0963 = S k y UK NDS 3 card
0919 = S k y Italy NDS 2 card
093B = S k y Italy NDS 3 card

One possible converter:


http://www.parkenet.com/apl/HexDecConverter.html

Thanx to Ribolovac from Mbox forum:


Pin code is obtained on the basis of the last 4 digits of the serial number from Sky UK white card, and he is enrolled in a line pincode in newcs.xml; boxkey need for a new card and can be obtained using boxkey Converter entering in the serial number from original reciver.This is all.

Some bits from another post of his [all of the above is my translation, if it wasn't in English:


newcs 1.66rc1 supports the new uk cards and with cccam [in DB] it works.

boxkey has a different format. From the rec's menu one gets the serial number -> boxkey converter -> newcs.xml file.

This is only for the new white cards:

[without the converter]
1. read the SN (for instance, 0085642512);
2. delete 00
3. use the hexadecimal converter to get the boxkey example (for SN you get boxkey 51ACD10)
4. the box key has the following format: 00 11 22 33 -> one needs to add 0 because the number you get via conversion with a usual hex converter has 7 digits, so one writes a number like this: 05 1A CD 10
http://www.exyusat.com/mbox/uploads/monthly_06_2009/post-519-1245761650.jpg


The above converter automatically adds it, as well as the line to put into the newcs.xml

For now it's the way it is but we expect that a new version will have the direct reading of those cards supported.


################################# ########

An example he was involved in:

A technician brought a new card, put it into the original box, initialised it and it got the update.

One needs the last 4 digits from the serial number of the card into newcs.xml into the pincode line, then the SN of the rec sorted as above and put into the boxkey line of the newcs.

When it reads it use the n line to share. The card is clocked to 3,57MHz and the response is longer than 200ms.

system: Videoguard (News Datacom)
caid: 0x963
provider: S K Y UK (28E)
provid: 0x000
pid: 0x506
using: CCcam-s2s
address: 192.168.x.xx:xxxxx
hops: 2
share: xxxxxxxxxx_xxxxx
ecm time: 0.217