Register
Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Newbie
    Join Date
    May 2011
    Posts
    10
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Exclamation 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+

    N192.168.1.106 10001 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 
    Any help is appreciated.

  2. #2
    DK Veteran
    Join Date
    Nov 2008
    Posts
    1,648
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    13
    Thanked in
    13 Posts

    Default

    box key might help mate.

  3. #3
    Newbie
    Join Date
    Nov 2008
    Posts
    18
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by alom5 View Post
    box key might help mate.
    you dont need box key m8 m8 if you are using oscam to read the card only .

  4. #4
    V.I.P. Member
    bubbles69's Avatar
    Join Date
    Feb 2010
    Location
    Somehwere in the South East
    Posts
    1,042
    Thanks Thanks Given 
    60
    Thanks Thanks Received 
    33
    Thanked in
    21 Posts

    Default

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

  5. #5
    Newbie
    Join Date
    May 2011
    Posts
    10
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    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?

  6. #6
    DK Veteran
    Join Date
    Sep 2008
    Posts
    703
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

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

  7. #7
    DK Veteran
    Join Date
    Apr 2009
    Posts
    666
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    12
    Thanked in
    12 Posts

    Default

    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; 16th May, 2011 at 12:27 PM.

  8. #8
    Newbie
    Join Date
    May 2011
    Posts
    10
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    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.

  9. #9
    DK Veteran
    Join Date
    Apr 2009
    Posts
    666
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    12
    Thanked in
    12 Posts

    Default

    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; 16th May, 2011 at 06:41 PM.

  10. #10
    Newbie
    Join Date
    May 2011
    Posts
    10
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    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 Images Attached Images

  11. #11
    DK Veteran
    Join Date
    Apr 2009
    Posts
    666
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    12
    Thanked in
    12 Posts

    Default

    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

  12. #12
    Newbie
    Join Date
    May 2011
    Posts
    10
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

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

  13. #13
    DK Veteran
    Join Date
    Apr 2009
    Posts
    666
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    12
    Thanked in
    12 Posts

    Default

    try these in oscam.server

    cardmhz = 500
    mhz = 500

    cardmhz = 500
    mhz = 357


    cardmhz = 357
    mhz = 357

    cardmhz = 367
    mhz = 367

  14. #14
    Newbie
    Join Date
    May 2011
    Posts
    10
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by davvo View Post
    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..

  15. #15
    DK Veteran
    Join Date
    Apr 2009
    Posts
    666
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    12
    Thanked in
    12 Posts

    Default

    like this each time

    cardmhz = 367
    mhz = 367

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.