Page 1 of 5 123 ... LastLast
Results 1 to 20 of 83

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

  1. #1
    Mildly Important Nymph :D goran's Avatar
    Join Date
    Dec 2004
    Posts
    2,225
    Thanks
    0
    Thanked 4 Times in 4 Posts

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

    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...

    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...

  2. #2
    Mildly Important Nymph :D goran's Avatar
    Join Date
    Dec 2004
    Posts
    2,225
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Icon3

    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.

  3. #3
    Senior Member
    Join Date
    Jun 2009
    Posts
    140
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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.
    Last edited by Taykun; 16-08-2009 at 07:37 PM.

  4. #4
    Mildly Important Nymph :D goran's Avatar
    Join Date
    Dec 2004
    Posts
    2,225
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Icon14

    Thank you kindly, sir!!!

    Anyone else to follow this shining example?!?

  5. #5
    Mildly Important Nymph :D goran's Avatar
    Join Date
    Dec 2004
    Posts
    2,225
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Question

    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...

  6. #6
    V.I.P
    Join Date
    Oct 2005
    Posts
    370
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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
    Code:
    <?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
    Code:
    # DorcelTV
    SA: { 3786 }
    # FreeXTV2
    SA: { 0082 }
    # FreeXTV
    SA: { 0086 }
    # XDreamTV
    SA: { 21B8 }
    
    G: { 05004410 }
    G: { 0500F830 }
    cwshare.cfg
    Code:
    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
    Code:
    N: 127.0.0.1 20000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    Last edited by tinos; 17-08-2009 at 06:36 PM.

  7. #7
    Mildly Important Nymph :D goran's Avatar
    Join Date
    Dec 2004
    Posts
    2,225
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Icon14

    Yaaaaayyyyyyyyyyyyyy!!!!!!!!!!!

    Gracias!!!!!!!

  8. #8
    Junior Member
    Join Date
    Dec 2004
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts
    if you type ip.of.azbox:3001 you have also one webinterface

    (192.168.1.11:3001)

  9. #9
    Mildly Important Nymph :D goran's Avatar
    Join Date
    Dec 2004
    Posts
    2,225
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Question

    Errrmmm, sorry:

    Oops! This link appears to be broken.

  10. #10
    Senior Member
    Join Date
    May 2009
    Posts
    225
    Thanks
    0
    Thanked 1 Time in 1 Post
    I will see if I can post my config tonight.

  11. #11
    Senior Member
    Join Date
    May 2009
    Posts
    225
    Thanks
    0
    Thanked 1 Time in 1 Post
    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:
    Code:
    <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>9ED52515321F04BCF7772151149D6895154B559A8D825A4E7D711A9FAFD5C66BF64689501B254DF1832F754C21095379CF97B4E5BE6E0F1C9CEBF0A0E91D5ACD</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:
    Code:
    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:
    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
    My mbox.prio
    Code:
    P: { 0102 0100006A;01000068;01000067;01000066;01000065 }
    My cwshare.cfg
    Code:
    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 }

  12. #12
    Senior Member
    Join Date
    Jun 2009
    Posts
    261
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Is these settins for the elite or the premium?

    Thanks.

    Quote Originally Posted by rtificial View Post
    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:
    Code:
    <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>9ED52515321F04BCF7772151149D6895154B559A8D825A4E7D711A9FAFD5C66BF64689501B254DF1832F754C21095379CF97B4E5BE6E0F1C9CEBF0A0E91D5ACD</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:
    Code:
    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:
    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
    My mbox.prio
    Code:
    P: { 0102 0100006A;01000068;01000067;01000066;01000065 }
    My cwshare.cfg
    Code:
    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 }

  13. #13
    Senior Member
    Join Date
    May 2009
    Posts
    225
    Thanks
    0
    Thanked 1 Time in 1 Post
    I have an azbox premium, but there is no difference in settings as far as I know.

  14. #14
    Senior Member
    Join Date
    Jun 2009
    Posts
    261
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I dont know if the internal card reader of the elite is upper or lower because it only have one.

  15. #15
    Senior Member
    Join Date
    May 2009
    Posts
    225
    Thanks
    0
    Thanked 1 Time in 1 Post
    Same as in my premium, so upper.

  16. #16
    Senior Member
    Join Date
    Jun 2009
    Posts
    261
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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

  17. #17
    Senior Member
    Join Date
    Jan 2005
    Posts
    160
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by goran View Post

    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!

  18. #18
    Senior Member
    Join Date
    May 2009
    Posts
    225
    Thanks
    0
    Thanked 1 Time in 1 Post
    The E: lines were gathered by just looking at the channel requests in newcs.



    Quote Originally Posted by sami8519 View Post
    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

  19. #19
    Senior Member
    Join Date
    Jun 2009
    Posts
    261
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Anybody please post a download link for this release of newcs NewCS. 1.20R13 which works with the internal cardreader.

    Thanks.

  20. #20
    Senior Member
    Join Date
    May 2009
    Posts
    225
    Thanks
    0
    Thanked 1 Time in 1 Post

Page 1 of 5 123 ... LastLast

Similar Threads

  1. NewCS 1.65 doens't init NDS2 card
    By zipperolo in forum AZBox HD Newbie Questions
    Replies: 24
    Last Post: 15-07-2009, 12:25 PM
  2. Transponder update 25.10.07
    By Satdude in forum Feed Hunters
    Replies: 336
    Last Post: 25-10-2007, 10:43 PM
  3. Transponder update 15.07.07
    By Satdude in forum Feed Hunters
    Replies: 1
    Last Post: 15-07-2007, 09:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •