Page 1 of 2 12 LastLast
Results 1 to 20 of 28

Thread: DM500 and internal slot with a goldie

  1. #1
    Senior Member
    LeroyPatrol's Avatar
    Join Date
    Jan 2008
    Location
    N.E. Vic
    Posts
    16,229
    Thanks
    3,528
    Thanked 4,710 Times in 2,797 Posts
    Rep Power
    1670
    Reputation
    46551

    Default DM500 and internal slot with a goldie

    Since I can't get my phoenix to work on my serial port I thought I'd try to use the internal reader. Buggered if I can get it to read my Aurora goldie. It works fine in my Strong. Can anyone see anything wrong with my newcs.xml file?

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

    <newCSconfig>

    <readers name="Card Readers">
    <device>
    <name>lower</name>
    <type>Sci</type>
    <node>/dev/sci0</node>
    <export>yes</export>
    <enabled>yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <PTShandshake>no</PTShandshake>
    <crypto-special>no</crypto-special>
    <carddetect>yes</carddetect>
    <newcamd_port>6666</newcamd_port>
    <priority>round</priority>
    </device>


    </readers>

    <cache>
    <emm>10</emm>
    <ecm>10</ecm>
    </cache>
    <debug>
    <level>normal</level>
    <type>init</type>
    <output>console,tcp</output>
    <console_options>normal,init</console_options>
    <tcp_port>1001</tcp_port>
    <tcp_options>normal,init</tcp_options>
    </debug>
    <newcamdserver>
    <enabled>yes</enabled>
    <name>bla</name>
    <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
    <user>
    <name>Local</name>
    <password>Local</password>
    <au>on</au>
    </user>
    <user>
    <name>User1</name>
    <password>Pass1</password>
    <au>on</au>
    </user>
    </newcamdserver>

    </newCSconfig>

    Thanks........Leroy



Look Here ->
  • #2
    Senior Member
    LeroyPatrol's Avatar
    Join Date
    Jan 2008
    Location
    N.E. Vic
    Posts
    16,229
    Thanks
    3,528
    Thanked 4,710 Times in 2,797 Posts
    Rep Power
    1670
    Reputation
    46551

    Default

    Also and why can't I telnet to the box like I can my laptop running newcs?

    Leroy

  • #3
    Premium Member
    Join Date
    Jan 2008
    Posts
    1,558
    Thanks
    65
    Thanked 84 Times in 64 Posts
    Rep Power
    270
    Reputation
    1032

    Default

    I think what you have looks OK, but I believe will you also need the CCcam config file (Assuming you are using CCcam)

    I have pasted the newcs.xml config file as well as the CCcam config file that I have used in the past.

    Not sure if a Goldie Irdeto card works in the internal slot. An NDS card works with no probs. Good luck.

    ------------- newcs.xml ------------------
    <newCSconfig>
    <readers name="Phoenix">
    <device>
    <name>external jaycar mk2</name>
    <type>phoenix</type>
    <node>/dev/tts/0</node>
    <mhz>600</mhz>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>no</carddetect>
    <newcamd_port>7777</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <pincode>0000</pincode>
    <priority>fifo</priority>
    </device>


    <device>
    <name>Upper Cardreader</name>
    <type>sci</type>
    <mhz>600</mhz>
    <node>/dev/sci1</node>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>no</carddetect>
    <newcamd_port>8888</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <pincode>0000</pincode>
    <priority>fifo</priority>
    </device>

    <device>
    <name>Lower Cardreader</name>
    <type>sci</type>
    <mhz>600</mhz>
    <node>/dev/sci0</node>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>no</carddetect>
    <newcamd_port>9999</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <pincode>0000</pincode>
    <priority>fifo</priority>
    </device>

    </readers>
    <cache>
    <emm>20</emm>
    <ecm>-1</ecm>
    </cache>
    <debug>
    <level>normal</level>
    <type>init</type>
    <output>console,tcp</output>
    <console_options>normal,init</console_options>
    <tcp_port>3001</tcp_port>
    <tcp_options>normal,init</tcp_options>
    </debug>
    <newcamdserver>
    <enabled>Yes</enabled>
    <name>newcs</name>
    <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
    <user>
    <name>Local</name>
    <password>Local</password>
    <au>on</au>
    <sidoverride>on</sidoverride>
    </user>
    <user>
    <name>user8888</name>
    <password>pass8888</password>
    <au>on</au>
    <sidoverride>off</sidoverride>
    </user>
    <user>
    <name>user9999</name>
    <password>pass9999</password>
    <au>on</au>
    <sidoverride>off</sidoverride>
    </user>
    <user>
    <name>user7777</name>
    <password>pass7777</password>
    <au>on</au>
    <sidoverride>off</sidoverride>
    </user>
    </newcamdserver>
    </newCSconfig>

    ----------------- CCcam.cfg -----------------

    N: localhost 7777 Local Local 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    N: localhost 9999 Local Local 01 02 03 04 05 06 07 08 09 10 11 12 13 14

    ----------------------------------------------

  • #4
    Senior Member
    LeroyPatrol's Avatar
    Join Date
    Jan 2008
    Location
    N.E. Vic
    Posts
    16,229
    Thanks
    3,528
    Thanked 4,710 Times in 2,797 Posts
    Rep Power
    1670
    Reputation
    46551

    Default

    the n line's in cccam also.

    Leroy

  • #5
    Senior Member gado's Avatar
    Join Date
    Jan 2008
    Posts
    880
    Thanks
    21
    Thanked 96 Times in 73 Posts
    Rep Power
    235
    Reputation
    356

    Default

    I had Aurora running on a goldy no probs for a long time on a DM500. Even had a whitey on the Phoenix out the back.

    But hey if you can drop the EMK and PKs in a file its easier. Dump the goldy and use the files laying around this forum. There was a link to softcam files for dm500 posted here a few weeks ago.

  • #6
    Super Moderator
    Fernbay's Avatar
    Join Date
    Jan 2008
    Location
    Newcastle
    Posts
    4,684
    Thanks
    1,515
    Thanked 3,458 Times in 1,141 Posts
    Rep Power
    671
    Reputation
    15830

    Default

    Quote Originally Posted by LeroyPatrol View Post
    Also and why can't I telnet to the box like I can my laptop running newcs?

    Leroy
    Because winxp telnet doesn't work.

    Use putty in raw mode

  • #7
    Senior Member
    LeroyPatrol's Avatar
    Join Date
    Jan 2008
    Location
    N.E. Vic
    Posts
    16,229
    Thanks
    3,528
    Thanked 4,710 Times in 2,797 Posts
    Rep Power
    1670
    Reputation
    46551

    Default

    Quote Originally Posted by gado View Post
    I had Aurora running on a goldy no probs for a long time on a DM500. Even had a whitey on the Phoenix out the back.

    But hey if you can drop the EMK and PKs in a file its easier. Dump the goldy and use the files laying around this forum. There was a link to softcam files for dm500 posted here a few weeks ago.
    I have keys in files also but would like to read the cards for the exercise! The goldie is the only card I have working available to me atm.

    Quote Originally Posted by Fernbay View Post
    Because winxp telnet doesn't work.

    Use putty in raw mode
    I use putty. It connects ok to newcs running on my xp machine.

    Leroy

  • #8
    Senior Member
    Chieflets's Avatar
    Join Date
    Jan 2008
    Posts
    1,408
    Thanks
    225
    Thanked 581 Times in 314 Posts
    Rep Power
    378
    Reputation
    6677

    Default

    Here you go



    Chief

  • #9
    Senior Member
    LeroyPatrol's Avatar
    Join Date
    Jan 2008
    Location
    N.E. Vic
    Posts
    16,229
    Thanks
    3,528
    Thanked 4,710 Times in 2,797 Posts
    Rep Power
    1670
    Reputation
    46551

    Default

    i've loaded this image 'Dm500s SERVER IMAGE-NDSandAustar using internal card slot newcs120-cccam120-lnb11300 inc aljazeera'
    One would think this would work if i stick the goldie in the slot? It had keys hence so i deleted them and stuck the goldie in......no pics.

    Should there be any messages on the screen like 'initializing card' or 'non valid card' etc like what I get on my Strong?

    Leroy

  • #10
    Senior Member Decapper's Avatar
    Join Date
    Jan 2008
    Location
    Your mothers house
    Age
    52
    Posts
    1,026
    Thanks
    119
    Thanked 127 Times in 79 Posts
    Rep Power
    245
    Reputation
    617

    Default

    I have the same problem. I used z80's image setup for internal and external slot.. Tried both areas but did not work. I could not get the external reader going and I'm going to ask for an exchange on my unit.

  • #11
    Senior Member Decapper's Avatar
    Join Date
    Jan 2008
    Location
    Your mothers house
    Age
    52
    Posts
    1,026
    Thanks
    119
    Thanked 127 Times in 79 Posts
    Rep Power
    245
    Reputation
    617

    Default




    And if it does not flash with all settings then flashwizard it with this


  • #12
    Junior Member
    Join Date
    Jan 2008
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    Hi i have only hade a dreambox 500s for a week so am completely lost

    I followed all of the above advice and could not get it to work untill i change the line <carddetect>no</carddetect>
    to <carddetect>yes</carddetect>

    Now when i go to card info it try to read tts/0
    butwhen it gets to normal reset onnode /dev/tts/0
    i get reset failed
    any idea/s





    <newCSconfig>
    -
    - <readers name="Phoenix">
    -
    - <device>
    <name>external jaycar mk2</name>
    <type>phoenix</type>
    <node>/dev/tts/0</node>
    <mhz>356</mhz>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>yes</carddetect>
    <newcamd_port>52000</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <pincode>0000</pincode>
    <priority>round</priority>


    cheers
    coxie

  • #13
    Premium Member

    Join Date
    Jan 2008
    Posts
    1,920
    Thanks
    361
    Thanked 804 Times in 379 Posts
    Rep Power
    377
    Reputation
    5712

    Default

    Quote Originally Posted by coxie View Post
    Hi i have only hade a dreambox 500s for a week so am completely lost

    I followed all of the above advice and could not get it to work untill i change the line <carddetect>no</carddetect>
    to <carddetect>yes</carddetect>

    Now when i go to card info it try to read tts/0
    butwhen it gets to normal reset onnode /dev/tts/0
    i get reset failed
    any idea/s





    <newCSconfig>
    -
    - <readers name="Phoenix">
    -
    - <device>
    <name>external jaycar mk2</name>
    <type>phoenix</type>
    <node>/dev/tts/0</node>
    <mhz>356</mhz>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <crypto-special>No</crypto-special>
    <PTShandshake>No</PTShandshake>
    <carddetect>yes</carddetect>
    <newcamd_port>52000</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <pincode>0000</pincode>
    <priority>round</priority>


    cheers
    coxie

    Probably best to start your own thread in reagrds to your problem.

  • #14
    Senior Member
    LeroyPatrol's Avatar
    Join Date
    Jan 2008
    Location
    N.E. Vic
    Posts
    16,229
    Thanks
    3,528
    Thanked 4,710 Times in 2,797 Posts
    Rep Power
    1670
    Reputation
    46551

    Default

    Just a quick update. ok well it looks like you can't use a goldie in a dm500! If you browse to cccam port 16001 and click on entitlements I can see my suspended select card details but not a goldie's. It says that no or unknown card is inserted when the goldie is in!

    Leroy

  • #15
    Junior Member
    Join Date
    Jan 2008
    Posts
    79
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    201
    Reputation
    20

    Default

    I thought running a goldie in the DM500 internal slot damages the box? I haven't tried this but remember reading it somewhere on the 'old forum'.

  • #16
    Senior Member
    fandtm666's Avatar
    Join Date
    Jan 2008
    Posts
    5,502
    Thanks
    244
    Thanked 990 Times in 465 Posts
    Rep Power
    1190
    Reputation
    40447

    Default

    i have a one working just fine in the slot on 500

    and i have tested over night with both these images

    z80_PLI iolite- internal and external cards

    dm500s Server-internal and external cards-gamma and Nds

  • #17
    Senior Member
    LeroyPatrol's Avatar
    Join Date
    Jan 2008
    Location
    N.E. Vic
    Posts
    16,229
    Thanks
    3,528
    Thanked 4,710 Times in 2,797 Posts
    Rep Power
    1670
    Reputation
    46551

    Default

    Quote Originally Posted by fandtm666 View Post
    i have a one working just fine in the slot on 500

    and i have tested over night with both these images

    z80_PLI iolite- internal and external cards

    dm500s Server-internal and external cards-gamma and Nds
    Well I don't know then.

    Leroy

  • #18
    Senior Member
    fandtm666's Avatar
    Join Date
    Jan 2008
    Posts
    5,502
    Thanks
    244
    Thanked 990 Times in 465 Posts
    Rep Power
    1190
    Reputation
    40447

    Default

    just a quick question

    are you using cccam 2.0 or earlier as the newer ones don't work for me and that could be the issue

  • #19
    Senior Member
    LeroyPatrol's Avatar
    Join Date
    Jan 2008
    Location
    N.E. Vic
    Posts
    16,229
    Thanks
    3,528
    Thanked 4,710 Times in 2,797 Posts
    Rep Power
    1670
    Reputation
    46551

    Default

    Quote Originally Posted by fandtm666 View Post
    just a quick question

    are you using cccam 2.0 or earlier as the newer ones don't work for me and that could be the issue
    2.0.0 and newcs1.2

    Leroy

  • #20
    Senior Member Decapper's Avatar
    Join Date
    Jan 2008
    Location
    Your mothers house
    Age
    52
    Posts
    1,026
    Thanks
    119
    Thanked 127 Times in 79 Posts
    Rep Power
    245
    Reputation
    617

    Default

    Maybe its some clones that have a problem.. Cause from what I've read and own experience its common

  • Page 1 of 2 12 LastLast

    Similar Threads

    1. DM7020 simm card slot
      By z80 in forum Dreambox
      Replies: 6
      Last Post: 06-02-08, 11:09 PM
    2. Goldie Drops out
      By Nigel in forum Satellite TV General
      Replies: 10
      Last Post: 02-02-08, 08:53 AM
    3. goldie question
      By mike in forum Newbie Satellite
      Replies: 3
      Last Post: 01-02-08, 05:43 PM
    4. Help re internal modem dm600 7020 etc
      By digitaldvd in forum Dreambox
      Replies: 9
      Last Post: 31-01-08, 07:40 PM
    5. DS Problems Slot 1 not working
      By Dsaray in forum Nintendo
      Replies: 2
      Last Post: 29-01-08, 12:53 AM

    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
    •