Results 1 to 13 of 13

Thread: DM7020 Smartcard Slots

  1. #1
    Premium Member Hillsbysa's Avatar
    Join Date
    Feb 2008
    Location
    Australia
    Posts
    1,886
    Thanks
    181
    Thanked 174 Times in 100 Posts
    Rep Power
    286
    Reputation
    1378

    Default DM7020 Smartcard Slots

    Hoping someone can help here.

    I've loaded Gemini 4.3 and CCcam 2.08. I have Selectv and Aurora smartcards loaded and I'm getting the yellow "I" at the bottom left changing to green, but no video or audio. The Cam software was loaded via the blue panel.

    Anyone have any clues as to what I have not done ?



Look Here ->
  • #2
    Senior Member sublib25's Avatar
    Join Date
    Jan 2008
    Location
    My House
    Posts
    633
    Thanks
    149
    Thanked 73 Times in 53 Posts
    Rep Power
    232
    Reputation
    660

    Default

    Cccam cfg -
    Try all chids
    Zero the cam key

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

    Default

    as posted by Z80



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


    I saw this somewhere....


    The newcs xml file in var/tuxbox/config:-

    <newCSconfig>
    <readers name="Phoenix">
    <device>
    <name>phoenix</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>6666</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <pincode>0000</pincode>
    <priority>round</priority>
    </device>

    <device>
    <name>Internal lower Cardreader</name>
    <type>sci</type>
    <node>/dev/sci0</node>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockga>
    <carddetect>no</carddetect>
    <newcamd_port>7777</newcamd_port>
    <autosid>Yes</autosid>
    <Seca-PPV>no</Seca-PPV>
    <pincode>0000</pincode>
    <priority>round</priority>
    <crypto-special>No</crypto-special>
    <irdeto-camkey>A2A3A4A5A6A7A8A9</irdeto-camkey>
    <irdeto-camkey-data>45D2D094A62F1AC323A257C848549BEC3EBE992B8E68A 125B513A69D01764760DBC4FC160077677DC28B7E708F38F01 4E7388E96817AC9DDC8149984EB43A12F</irdeto-camkey-data>
    <PTShandshake>No</PTShandshake>
    </device>

    <device>
    <name>internal Upper Cardreader</name>
    <type>sci</type>
    <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>round</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>user1</name>
    <password>password</password>
    <au>on</au>
    <sidoverride>on</sidoverride>
    </user>

    <user>
    <name>user2</name>
    <password>password</password>
    <au>on</au>
    <sidoverride>on</sidoverride>
    </user>
    </newcamdserver>
    </newCSconfig>



    And the full cccam.cfg file from var/etc
    ################################################## ############
    # remove hash for desired operation

    #N: ipaddress portnumber username password 01 02 03 04 05 06 07 08 09 10 11 12 13 14 2

    #the following will read any card that is in any of the slots including the serial port with a phoenix
    #epsilon card must go in lower slot at front
    #gamma only works in phoenix at 6 mhz
    #------------------------------------------------------------------------------------
    #these 3 lines make the server a client to itself
    N: 127.0.0.1 6666 user1 password 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    N: 127.0.0.1 7777 user1 password 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    N: 127.0.0.1 8888 user1 password 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    #------------------------------------------------------------------------------------





    #The following will connect to a server on the net either as well or instead of the 3 cards above

    #N: server.dyndns.ord 9999 remoteuser remotepassword 01 02 03 04 05 06 07 08 09 10 11 12 13 14 2

    #note the 2 at the end for an internet server that means two modem routers away including our one


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

  • #4
    Premium Member Hillsbysa's Avatar
    Join Date
    Feb 2008
    Location
    Australia
    Posts
    1,886
    Thanks
    181
    Thanked 174 Times in 100 Posts
    Rep Power
    286
    Reputation
    1378

    Default

    Sorry guys, this is a bit over my (dumb ass) head. What do I physically need to do ?

  • #5
    Premium Member Hillsbysa's Avatar
    Join Date
    Feb 2008
    Location
    Australia
    Posts
    1,886
    Thanks
    181
    Thanked 174 Times in 100 Posts
    Rep Power
    286
    Reputation
    1378

    Default

    Thanks for your help fandtm666 mate, I have both Selectv & Aurora running on Scam 3.29 no problems. Not sure if there are any other pluses using Scam...

  • #6
    Junior Member 3xdragon's Avatar
    Join Date
    May 2008
    Location
    Brisbane
    Age
    51
    Posts
    103
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    197
    Reputation
    10

    Default

    Hey guys referring to the config above would there be a way to share a Common interface slot in a DB7000s or a Tripledragon I have asked this question in another thread but no answer yet, if its a stupid question I apologise but its been bugging me for a while

  • #7
    Member INFO's Avatar
    Join Date
    Apr 2008
    Posts
    497
    Thanks
    12
    Thanked 63 Times in 41 Posts
    Rep Power
    217
    Reputation
    370

    Default

    Quote Originally Posted by 3xdragon View Post
    would there be a way to share a Common interface slot in a DB7000s

    No!

  • #8
    Junior Member 3xdragon's Avatar
    Join Date
    May 2008
    Location
    Brisbane
    Age
    51
    Posts
    103
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    197
    Reputation
    10

    Default

    why the exclamation??

  • #9
    Junior Member 3xdragon's Avatar
    Join Date
    May 2008
    Location
    Brisbane
    Age
    51
    Posts
    103
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    197
    Reputation
    10

    Default

    what about something like this

    - <newCSconfig>
    - <readers name="Dbox">
    - <device>
    <name>Multicam</name>
    <type>dbox</type>
    <mhz>600</mhz>
    <node>/dev/tts/1</node>
    <parity>odd</parity>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockg

  • #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
    244
    Reputation
    617

    Default

    <irdeto-camkey>A2A3A4A5A6A7A8A9</irdeto-camkey>
    <irdeto-camkey-data>45D2D094A62F1AC323A257C848549BEC3EBE992B8E68A 125B513A69D01764760DBC4FC160077677DC28B7E708F38F01 4E7388E96817AC9DDC8149984EB43A12F</irdeto-camkey-data>
    Whats the go with that camkey.. Does get the old whitey's going?

  • #11
    Junior Member 3xdragon's Avatar
    Join Date
    May 2008
    Location
    Brisbane
    Age
    51
    Posts
    103
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    197
    Reputation
    10

    Default

    select

  • #12
    Senior Member z80's Avatar
    Join Date
    Jan 2008
    Posts
    5,840
    Thanks
    112
    Thanked 77 Times in 48 Posts
    Rep Power
    0
    Reputation
    708

    Default

    Quote Originally Posted by 3xdragon View Post
    what about something like this

    - <newCSconfig>
    - <readers name="Dbox">
    - <device>
    <name>Multicam</name>
    <type>dbox</type>
    <mhz>600</mhz>
    <node>/dev/tts/1</node>
    <parity>odd</parity>
    <reset>normal</reset>
    <export>Yes</export>
    <enabled>Yes</enabled>
    <blocksa>No</blocksa>
    <blockua>No</blockua>
    <blockga>No</blockg



    haven't tried that...might be worth a play

  • #13
    Junior Member 3xdragon's Avatar
    Join Date
    May 2008
    Location
    Brisbane
    Age
    51
    Posts
    103
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    197
    Reputation
    10

    Default

    is there a way to map all ports, devices etc on a DB or TD?

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