Posts by Smurf786

    Thanks guys for the response.
    Tried this:


    label = SCT
    protocol = pcsc
    device = 0
    caid = 0500
    detect = cd
    mhz = 600
    ident = 0500:042700
    group = 2
    emmcache = 1,3,2


    Still not clearing. The card works in my Vu and shows ident as 043800 and fff8f0

    I can't for the life of me get this SCT viacess card to clear can someone check my configs please?


    I'm getting the following error in oscam:


    (3800&043800/08E2/000A/39:00000000000000000000000000000000): rejected user ident (1 ms) (0/0/0/0) (no card support 3800:043800)


    oscam.conf:


    [global]
    nice = -1
    WaitForCards = 1
    logfile = stdout
    preferlocalcards = 1
    saveinithistory = 1


    [webif]
    httpport = 8888
    httpuser = admin
    httppwd = admin
    httpallowed = 192.168.0.0-192.168.254.254
    httprefresh = 15


    [newcamd]
    key = 0102030405060708091011121314
    port = 10000@0963:000000;34000@0500:043800,fff8f0
    keepalive = 1


    oscam.user:


    [account]
    user = cccam
    pwd = cccam
    uniq = 0
    monlevel = 0
    caid = 0963,0500
    group = 1,2
    au = ***uk


    [account]
    user = cccam2
    pwd = cccam2
    uniq = 40
    monlevel = 0
    caid = 0500:043800,fff8f0
    ident = 0500:043800,fff8f0
    group = 2


    oscam.server


    [reader]
    label = ***uk
    protocol = pcsc
    device = 1
    caid = 0963
    boxid = #######
    detect = cd
    mhz = 357
    cardmhz = 357
    ident = 0963:000000
    group = 1
    emmcache = 1,3,2
    blockemm-unknown = 1
    blockemm-g = 1
    blockemm-u = 0
    blockemm-s = 0


    [reader]
    label = sct
    protocol = pcsc
    device = 0
    caid = 0500
    detect = cd
    mhz = 357
    cardmhz = 357
    ident = 0500:043800,fff8f0
    group = 2
    emmcache = 1,3,2
    blockemm-unknown = 1
    blockemm-g = 1


    CCcam.cfg


    N: 127.0.0.1 10000 cccam cccam 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256
    N: 127.0.0.1 34000 cccam2 cccam2 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256
    F: user password


    Thank you