Help needed to clear Sly it card

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Replay 2
    Newbie
    • May 2011
    • 10

    #1

    Help needed to clear Sly it card

    Hi,
    Please help me pin point the problem and resolve it.

    I received my new Sly it card. it is caid 093b. Activated by the seller before it was sent to me.
    Inserted in lower internal cam (01) of DM8000.
    Image is Dream elite v.1

    Installed Oscam (latest SVN) + CCcam 2.1.4
    sent all the config files to etc/tuxbox/config and chmod 644.
    I don't have my box Id but I understand it is not needed with the later Oscam bin files.
    The card will not clear. The best result I got was clearing few channels, MTV, MTV music, Super tennis, LA7 and Arturo. but these channels are also clear if I insert my old expired card!

    This partial "clear" I got also by using only Scam 3.6 or CCcam 2.2.1.

    Here are my config files..

    oscam.conf
    Code:
    [global]
    Nice = -10
    WaitForCards = 1
    PreferLocalCards = 1
    saveinithistory = 1
    
    [monitor]
    port = 988
    monlevel = 4
    nocrypt = 127.0.0.1
    
    [webif]
    httpport       = 10001
    httprefresh    = 5
    httpallowed    = 127.0.0.1,192.168.0.0-192.168.255.255
    
    [dvbapi]
    enabled        =1
    boxtype        = dreambox
    user           = localuser
    au             = 1
    oscam.server
    Code:
    reader]
    label           = myreadername
    enable          = 1
    protocol        = internal
    device          = /dev/sci0
    detect          = cd
    caid            = 093b                
    ident           = 093b:0000
    group           = 1
    emmcache        = 1,3,2
    oscam.user
    Code:
    [account]
    user            = localuser
    group           = 1
    au              = myreadername
    cccam.cfg
    PHP Code:
    SERIAL READER : /dev/usb/tts/0 smartreader+
    
    N: 192.168.1.106 10001 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 
    
    Any help is appreciated.
  • alom5
    DK Veteran
    • Nov 2008
    • 1648

    #2
    box key might help mate.

    Comment

    • visco
      Newbie
      • Nov 2008
      • 18

      #3
      Originally posted by alom5
      box key might help mate.
      you dont need box key m8 m8 if you are using oscam to read the card only .

      Comment

      • bubbles69
        V.I.P. Member
        • Feb 2010
        • 1150

        #4
        yes oscam reads boxkey itself from card no need to add it..

        Comment

        • Replay 2
          Newbie
          • May 2011
          • 10

          #5
          Thanks for confirming that Oscam does not require a box id.
          I still can't see why it does not clear all the channels.
          Could it be that the card is not auto updating in Oscam?
          And why are these channels also clear on the old expired card as well?

          BTW which version of Oscam does not require a box id line?

          Comment

          • owenb
            DK Veteran
            • Sep 2008
            • 703

            #6
            i think the card is autoupdating mate im not sure why the old channels clear on old card tho thats a mystery

            Comment

            • davvo
              DK Veteran
              • Apr 2009
              • 666

              #7
              for oscam to work with cccam

              oscam/cccam must be installed as one package
              not separate

              as for you configs
              you left newcamd protocol out
              cccam and oscam not talking
              means N-LINE doing nothing

              your card is being read by cccam
              cccam needs boxkey for premium channels
              thats why just few basic channels are opening
              when card is read by oscam no boxkey needed
              then premium channels will clear


              also you [dvbapi] is wrong and not needed for separate cccam

              but
              if your [dvbapi] text was correct in 1st place
              oscam
              would of read the card via [dvbapi] and cleared premium channels


              you put
              [dvbapi]
              enabled =1

              should be

              [dvbapi]
              enabled = 1

              to use oscam with cccam

              Add the text below to the right files and it will work
              restart start oscam after edit

              text in red BELOW is NOT needed
              why have you put you have a usb reader in cccam cfg ??
              SERIAL READER : /dev/usb/tts/0 smartreader


              cccam cfg

              Code:
              N: 127.0.0.1 12000 test1 test2 01 02 03 04 05 06 07 08 09 10 11 12 13 14
              oscam.conf

              Code:
              # protocols
              
              [newcamd]
              key = 0102030405060708091011121314
              port = 12000@093b:000000;12001@093b:000000
              oscam user

              Code:
              [account]
              user = test1
              pwd = test2
              monlevel = 0
              uniq = 0
              group = 1,2
              au = 1
              caid = 093b
              restart start oscam after edit

              on remote blue button select
              oscam/cccam
              then ok button oscam will then restart
              Last edited by davvo; 16 May, 2011, 12:27.

              Comment

              • Replay 2
                Newbie
                • May 2011
                • 10

                #8
                Davvo,
                Thank you for your detailed post.
                Since i don't need to share, I tried Oscam on its own.

                I corrected the syntax error in Oscam.config (BTW that error is in many cut & paste tutorial over the net).
                I also updated to Oscam_svn_5225
                restarted oscam on its own..black screen. not even the few clear channels.

                then tried Oscam+Cccam..
                put in your guide/modifications..still black screen.

                Comment

                • davvo
                  DK Veteran
                  • Apr 2009
                  • 666

                  #9
                  log in to webif via your browser

                  DM IP

                  192.168.x.xx:10001

                  and post what it says on the log screen

                  is the the DM8000 lower card slot
                  /dev/sci0
                  or
                  /dev/sci1

                  try in oscam conf
                  [global]
                  nice = -1

                  also edit the b in caid in caps
                  caid = 093B
                  not 093b

                  also try caid 09CD edit all configs

                  my guess is you have new card with caid 09CD
                  Last edited by davvo; 16 May, 2011, 18:41.

                  Comment

                  • Replay 2
                    Newbie
                    • May 2011
                    • 10

                    #10
                    Thanks for your help,
                    The lower reader is 0

                    Here are my files, please see if there are any errors..


                    oscam.conf
                    **********

                    [global]
                    Nice = -1
                    WaitForCards = 1
                    PreferLocalCards = 1
                    saveinithistory = 1


                    [newcamd]
                    #key = 0102030405060708091011121314
                    #port = 12000@093B:000000;12001@093B:000000


                    [monitor]
                    port = 988
                    monlevel = 4
                    nocrypt = 127.0.0.1

                    [webif]
                    httpport = 10001
                    httprefresh = 5
                    httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255

                    [dvbapi]
                    enabled = 1
                    boxtype = dreambox
                    user = localuser
                    au = 1


                    oscam.server
                    ***********

                    [reader]
                    label = myreadername
                    enable = 1
                    protocol = internal
                    device = /dev/sci0
                    detect = cd
                    caid = 093B
                    ident = 093B:000000
                    group = 1
                    emmcache = 1,3,2


                    oscam.user
                    ***********

                    [account]
                    user = localuser
                    group = 1
                    au = myreadername
                    oscam svn5225 used on its own. No cccam.
                    I tried bothe 093B and 09CD.
                    still black screen.

                    here is the webif printout

                    Attached Files

                    Comment

                    • davvo
                      DK Veteran
                      • Apr 2009
                      • 666

                      #11
                      try these as they are dont edit anything
                      just copy paste and restart oscam

                      oscam.server

                      Code:
                      [reader]
                      label                         = myreadername
                      enable                        = 1
                      protocol                      = internal
                      device                        = /dev/sci0
                      services                      = 
                      caid                          = 093B
                      boxid                         =
                      detect                        = cd
                      mhz                           = 357
                      ident                         = 
                      group                         = 1
                      emmcache                      = 1,3,2
                      ecmcache                      = 1
                      blockemm-unknown              = 1
                      blockemm-g                    = 1
                      lb_weight                     = 100
                      oscam.user

                      Code:
                      [account]
                      user                          = localuser
                      pwd                           = 
                      disabled                      = 0
                      expdate                       = 
                      group                         = 1,2
                      hostname                      = 
                      uniq                          = 0
                      sleep                         = 0
                      monlevel                      = 0
                      au                            = 1
                      caid                          = 093B,09CD
                      betatunnel                    = 
                      cccmaxhops                    = 0
                      keepalive                     = 0
                      numusers                      = 0
                      penalty                       = 0

                      Comment

                      • Replay 2
                        Newbie
                        • May 2011
                        • 10

                        #12
                        Still not clear.
                        BTW my card s/n starts with 00002 so it is a 093b. the 09CD cards start with a 00003.

                        Comment

                        • davvo
                          DK Veteran
                          • Apr 2009
                          • 666

                          #13
                          try these in oscam.server

                          cardmhz = 500
                          mhz = 500

                          cardmhz = 500
                          mhz = 357


                          cardmhz = 357
                          mhz = 357

                          cardmhz = 367
                          mhz = 367

                          Comment

                          • Replay 2
                            Newbie
                            • May 2011
                            • 10

                            #14
                            Originally posted by davvo
                            try these in oscam.server

                            cardmhz = 500
                            mhz = 500

                            cardmhz = 500
                            mhz = 357


                            cardmhz = 357
                            mhz = 357

                            cardmhz = 367
                            mhz = 367
                            I am sure you mean one combo at a time..

                            Comment

                            • davvo
                              DK Veteran
                              • Apr 2009
                              • 666

                              #15
                              like this each time

                              cardmhz = 367
                              mhz = 367

                              Comment

                              Working...