@2TONE/DEVILFISH- DM500 card update help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • logic_187
    Junior Member
    • May 2008
    • 32

    #1

    @2TONE/DEVILFISH- DM500 card update help

    Alright mate i have been trying all day yesterday and still cant get it to work. I'm sure ive done this correct, but may need a second pair of eyes to take a look or advise on somethign i may have overlooked.

    My Test Rig:
    DM500c, using dk1.1, newcamd 5.28, ROM10 no blockers etc, locked to A86 and works fine in the PACE box. I start the server first then the newcamd EMU

    when i try to start up the card server i get the error below to with DES key, but they are correct in the config files:

    /var/bin > ./cardserver
    [cardserver 01:04:03] compiled Nov 28 2004, 15:09:22
    [cardserver 01:04:03] Card 1/0 reset
    [cardserver 01:04:04] Card 1/0 init Nagravision card, please wait
    [cardserver 01:04:04] Thu Jan 1 01:04:04 IST 1970
    [cardserver 01:04:04] Card 1/0 caid 1800
    [cardserver 01:04:04] Card 1/0 listening on port 10000
    [cardserver 01:04:06] Card 1/0 Connection to localhost:10000 timed out
    [cardserver 01:04:06] Thu Jan 1 01:04:06 IST 1970
    [cardserver 01:04:06] Connection from 127.0.0.1:1031 to 127.0.0.1:10000
    /var/bin > [cardserver 01:04:06] Card 1/0 Connection failed, check des key

    CARDSERVER CFG
    DESKEY = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    SERVER_NAME = cardserv
    DEBUG_PORT = 12002
    ENTITLEMENT_PORT = 12003
    ADMIN_PORT = 12004
    ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    USER = root dreambox lan localhost 10000
    #
    # card slot
    #
    SERIAL_PORT = 1
    TCP_PORT = 10000
    BOXKEY = <entered the one on the card>
    EMM-G = yes
    EMM-S = yes
    EMM-U = yes
    SPECIAL_FEATURES = yes
    DISABLE_PIN = yes
    #
    # serial port for fhenix
    #
    #SERIAL_PORT = 2
    #TCP_PORT = 10002
    #EMM-G = no
    #EMM-S = no
    #EMM-U = no
    #SPECIAL_FEATURES = no

    NEWCAMD CONF
    DEMUX_API = 2
    BOX_TYPE = DM5600
    DISABLE_CAM = no
    CAM_CASYS = 17
    AU = yes
    SHOW_ALL_CA_SYSTEMS = no
    OSD = none
    OSD_WEB_LOGIN = root:dreambox
    CA_INFO_FILE = /tmp/cainfo.txt
    DEBUG_ECM = yes
    DEBUG_EMM = no
    DEBUG_CWS = yes
    DEBUG_CAM = yes
    DEBUG_CAM_HEX = no
    SHOW_CW = no
    SHOW_PAT = no
    SHOW_PMT = no
    SHOW_ECM = no
    SHOW_CAT = no
    SHOW_EMM = no
    SHOW_CWS_ECM = no
    SHOW_CWS_EMM = no
    EMM_REPORT_WRONG_SIG = no
    OSD_WAIT_TIME = 2000
    DEFAULT_CW_DELAY = 500
    RELOAD_CONFIG_ON_ZAP = yes
    RELOAD_KEYLIST_ON_ZAP = no
    CWS = localhost 10000 root dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv
    CWS_CONNECT_TIMEOUT = 20
    CWS_INCOMING_PORT = 12000
    CWS_DEBUG_PORT = 12001
    CWS_KEEPALIVE = no
    ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    Last edited by logic_187; 1 December, 2008, 11:51.
  • logic_187
    Junior Member
    • May 2008
    • 32

    #2
    mmm i think i might have found the problem ....should the port be 12000 on th ebelow config???

    USER = root dreambox lan localhost 10000

    EDIT:

    after changing the port to 12000 i get the below error on when i start up newcamd

    [newcamd 11:17:55] /dev/dvb/card0/ca0: Device or resource busy
    [newcamd 11:17:55] Warning: ca device init failed. Slot1 card will be disabled
    [newcamd 11:17:55] loading keys and roms
    [newcamd 11:17:55] Warning: File /var/scce/keylist couldn't be opened.
    [newcamd 11:17:55] Warning: File /var/scce/ppua couldn't be opened.
    [newcamd 11:17:55] Warning: File /var/scce/rsakeylist couldn't be opened.
    [newcamd 11:17:55] Warning: File /var/scce/tpscrypt couldn't be opened.
    [newcamd 11:17:55] nagra au supports roms: 7
    [newcamd 11:17:55] keys and roms loaded
    Last edited by logic_187; 1 December, 2008, 12:19.

    Comment

    • Devilfish
      Administrator
      • Feb 2008
      • 7872

      #3
      I've never used newcamd to do what you want before so this is new to me but this is what we have on the DK addons server for newcamd config.

      cardserv.cfg

      Code:
      DESKEY = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
      SERVER_NAME = cardserv
      DEBUG_PORT = 12002
      ENTITLEMENT_PORT = 12003
      ADMIN_PORT = 12004
      ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00
      USER = root dreambox lan localhost 12000
      #
      # card slot
      #
      SERIAL_PORT = 1
      TCP_PORT = 10000
      EMM-G = yes
      EMM-S = yes
      EMM-U = yes
      SPECIAL_FEATURES = yes
      DISABLE_PIN = yes
      #
      # serial port for fhenix
      #
      #SERIAL_PORT = 2
      #TCP_PORT = 10002
      #EMM-G = no
      #EMM-S = no
      #EMM-U = no
      #SPECIAL_FEATURES = no
      newcamd.conf

      Code:
      DEMUX_API = 2
      BOX_TYPE = DM5600
      DISABLE_CAM = no
      CAM_CASYS = 17
      AU = yes
      SHOW_ALL_CA_SYSTEMS = no
      OSD = none
      OSD_WEB_LOGIN = root:dreambox
      CA_INFO_FILE = /tmp/cainfo.txt
      DEBUG_ECM = yes
      DEBUG_EMM = no
      DEBUG_CWS = yes
      DEBUG_CAM = yes
      DEBUG_CAM_HEX = no
      SHOW_CW = no
      SHOW_PAT = no
      SHOW_PMT = no
      SHOW_ECM = no
      SHOW_CAT = no
      SHOW_EMM = no
      SHOW_CWS_ECM = no
      SHOW_CWS_EMM = no
      EMM_REPORT_WRONG_SIG = no
      OSD_WAIT_TIME = 2000
      DEFAULT_CW_DELAY = 500
      RELOAD_CONFIG_ON_ZAP = yes
      RELOAD_KEYLIST_ON_ZAP = no
      CWS = localhost 10000 root dreambox 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv
      CWS_CONNECT_TIMEOUT = 20
      CWS_INCOMING_PORT = 12000
      CWS_DEBUG_PORT = 12001
      CWS_KEEPALIVE = no
      ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00

      Comment

      • logic_187
        Junior Member
        • May 2008
        • 32

        #4
        @devil assuming you have tried this this, what cardserver and cam did you try it with?

        I tried it with others but couldnt get it to work so i thought let me try with newcamd as a starting point, then experiment with othes when i have it working.

        I can feel it i am close but cant figure out why i'm getting errors when i start up newcamd
        Last edited by logic_187; 1 December, 2008, 13:23.

        Comment

        • logic_187
          Junior Member
          • May 2008
          • 32

          #5
          bump.........

          Comment

          • 2tone
            V.I.P. Member
            • Jun 2008
            • 483

            #6
            this is all i used when trying to get a card to read in a dreambox 500c so link to the server download newcamd and newcamd.cfg then ftp over var/tuxbox/config and paste the lines in below make sure you put the bk of the card in to this config as well when done save then goto cam menu start newcamd cardserver nds i think it is then start newcamd cam and in a couple of mins it should be reading your card
            cardserv.cfg

            DESKEY = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
            SERVER_NAME = cardserv
            DEBUG_PORT = 12002
            ENTITLEMENT_PORT = 12003
            ADMIN_PORT = 12004
            ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00
            USER = username1 password1 lan l192.168.0.108 12000
            #
            # card slot
            #
            SERIAL_PORT = 1
            TCP_PORT = 10000
            BOXKEY = 00 00 00 00 00 00 00 00
            EMM-G = yes
            EMM-S = yes
            EMM-U = yes
            SPECIAL_FEATURES = yes
            DISABLE_PIN = yes
            #
            # serial port for fhenix
            #
            #SERIAL_PORT = 2
            #TCP_PORT = 10002
            #EMM-G = no
            #EMM-S = no
            #EMM-U = no
            #SPECIAL_FEATURES = no

            Comment

            • logic_187
              Junior Member
              • May 2008
              • 32

              #7
              Originally posted by 2tone
              this is all i used when trying to get a card to read in a dreambox 500c so link to the server download newcamd and newcamd.cfg then ftp over var/tuxbox/config and paste the lines in below make sure you put the bk of the card in to this config as well when done save then goto cam menu start newcamd cardserver nds i think it is then start newcamd cam and in a couple of mins it should be reading your card
              @2tone

              i'm sure it must be reading the card, but i dont think its updating it. I am running the newcamd nds server and client on the same box. When you set your one up did you manage to get it to update? i had mine in my box for over an hour and still no update. Did you also have to download any of the files in scce like keylist, rsa***, tpscrypt, ppua etc

              It would have been nice if this cam had some OSD like CCCAM LOL

              Comment

              • logic_187
                Junior Member
                • May 2008
                • 32

                #8
                bump to @2tone

                Comment

                • 2tone
                  V.I.P. Member
                  • Jun 2008
                  • 483

                  #9
                  give me a day or to and ill help you sort this out messing about with some thing at the min

                  Comment

                  • logic_187
                    Junior Member
                    • May 2008
                    • 32

                    #10
                    ok no problem mate, drop me a PM when you have free'd up.

                    Comment

                    Working...