Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Tring on dreambox

  • 28-10-2010 7:34pm
    #1
    Registered Users, Registered Users 2 Posts: 10,161 ✭✭✭✭


    Hi all,

    My dm800 is not recognising the new tring card i purchased. I am using cccam 2.14. Under entitlements it shows up as "no or unknown card inserted"

    Do i need to use another soft cam to read it?

    Cheers,
    M5

    EDIT NM, found a solution


Comments

  • Moderators, Regional North West Moderators Posts: 19,124 Mod ✭✭✭✭byte
    byte


    It might be handy for others if you tell the thread the solution?


  • Registered Users, Registered Users 2 Posts: 10,161 ✭✭✭✭M5


    You need to use Newcs and share it to CCCam using an N line. Cant find the link with the tutorial, I'll keep looking

    EDIT: I cant link to the tutorial as there is some less than legal stuff in the tutorial also.... pretty basic Newcs stuff anyway


  • Registered Users, Registered Users 2 Posts: 10,161 ✭✭✭✭M5


    1: Download and install NewCs from DM/Relook/Dbox bluepanel and Newcs config. NewCs.xml you can find from your box: var/tuxbox/config. For NewCs edit you use DCC (DreamBox Control Center). Do not edit it with Noteapad!!!

    Now here is correct configuration example of NewCs.xml

    2:
    <?xml version="1.0"?>
    <newCSconfig>
        <readers name="Dreambox SCI">
            <device>
                <name>SCI Lower Slot</name>
                <type>sci</type>
                <mhz>368</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>
                <blockC0>Yes</blockC0>
                <carddetect>no</carddetect>
                <newcamd_port>34000</newcamd_port>
                <autosid>Yes</autosid>
                <pincode>0000</pincode>
                <priority>round</priority>
            </device>
            <device>
                <name>SCI Upper Slot</name>
                <type>sci</type>
                <mhz>368</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>
                <blockC0>Yes</blockC0>
                <carddetect>no</carddetect>
                <newcamd_port>34001</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>-1</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</output>
                <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>user1</name>
                    <password>user1</password>
                    <hostname>localhost</hostname>
                    <port>34000</port>
                    <au>on</au>
                    <sidoverride>off</sidoverride>
                    <spider>No</spider>
                    <allow>lower</allow>
                </user>
                 <user>
                    <name>user2</name>
                    <password>user2</password>
                    <hostname>localhost</hostname>
                    <port>34001</port>
                    <au>on</au>
                    <sidoverride>off</sidoverride>
                    <spider>No</spider>
                     <allow>Upper</allow>
                </user>
                 <user>
                    <name>peer1</name>
                    <password>peer1</password>
                    <hostname>localhost</hostname>
                    <port>34000</port>
                    <au>on</au>
                    <sidoverride>off</sidoverride>
                    <spider>No</spider>
                    <allow>lower</allow>
                </user>
                 <user>
                    <name>peer2</name>
                    <password>peer2</password>
                    <hostname>localhost</hostname>
                    <port>34001</port>
                    <au>on</au>
                    <sidoverride>off</sidoverride>
                    <spider>No</spider>
                    <allow>Upper</allow>
               </user>
    </newcamdserver>
    </newCSconfig>
    
    3: Lower and upper Card Readers means which slot you're card is in. My example is made for both. DM500s/Relook200s uses always lower Card Reader settings. DM70xx/relook400s models have 2 card readers.

    4: you can change lower and upper Card Readers port (default is lower 34000 and upper 34001) what kind to u want but u can´t change it to port what CCcam use like 12000 !!!
    Lower card reader port: <newcamd_port>34000</newcamd_port>
    Upper card reader port: <newcamd_port>34001</newcamd_port>

    5: Users: user1 in my example is you're own account for lower Card Reader. Set user name and password what ever u like, but never use dummy/dummy because it is a security hole and easy to guess for anyone who wan't to try and hack into the server. Others can log into you're server and use dummy/dummy if they know your dns!

    6: Users: user2 in my example is you're own account for lower Card Reader. If Here too change from default username and password your own new one!

    user1 (lower) and user2 (upper) are made for Cam (CCcam,gBox,Mgcamd etc) what you run in your box over what card opens channels in your own box from
    NewCs.

    7: How to make a link line from Newcs to Cam over what can (example CCcam) read the card info from NewCs:
    Log with DCC to the box and go to var/etc/CCcam.cfg and edit there new N: line based from user1 (lower Card Reader) NewCs.xml account:

    For user1 (lower Card Reader) you do so CCcam.cfg:
    N: Dreamboxlan Ip 34000 user1 user1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    
    For user2 (upper Card Reader) you do so CCcam.cfg:
    N: Dreamboxlan Ip 34001 user2 user2 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    
    And take please # away if u edit available empty N: line.

    For user1 (lower Card Reader) with Mgcamd/newcamd so:
    CWS= Dreamboxlan Ip 34000 user1 user1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    
    For user2 (upper Card Reader) with Mgcamd/newcamd so:
    CWS= Dreamboxlan Ip 34001 user2 user2 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    

    Dreamboxlan Ip means that you put there your DM/relook/Dbox current LAN IP address like 192.168.120 or what you have there!!!

    8: Save CCcam.cfg and start CCcam+Newcs and wait for picture to appear. If everything went ok, there should be a picture now.


    HAD TO "SNIP" HERE


  • Moderators, Regional North West Moderators Posts: 19,124 Mod ✭✭✭✭byte
    byte


    Thanks for upping the tutorial.

    Might be handy if I get Tring card, though admittedly less likely now after the W3B failure, which I hoped would improve the Tring picture, which I believe to be dire atm.


  • Registered Users, Registered Users 2 Posts: 10,161 ✭✭✭✭M5


    byte wrote: »
    Thanks for upping the tutorial.

    Might be handy if I get Tring card, though admittedly less likely now after the W3B failure, which I hoped would improve the Tring picture, which I believe to be dire atm.

    Yeah, Had hoped the new bird would sort that out. Quite congested there ATM. see someone "stuck it in a ditch" tho :-(


  • Advertisement
Advertisement