Posts by doomdoom88

    If you don`t have a card then i`m not sure why you are using the oscam/CCcam combo. One or the other will do fine as a client..


    Use CCcam 2.3.0 and stick your c or n line in the CCcam.cfg.


    That's exactly what I have got set up at the moment but I'm getting glitching every couple of minutes so I'm trying to find away to stop it or stop it from happening so often.
    I have tried different cams, different servers, different images and different boxes but still I receive the glitches.
    I have even spoke to my ISP and they have been out and said my internet is fine so I am very confused :(
    Can you think of anything that could help me?
    Thanks


    - - - Updated - - -


    Does my CCCam.cfg look ok:
    SERVER LISTEN PORT : 12000
    ALLOW TELNETINFO: yes
    ALLOW WEBINFO: yes
    WEBINFO USERNAME :root
    WEBINFO PASSWORD :dreambox
    TELNETINFO USERNAME :root
    TELNETINFO PASSWORD :dreambox
    TELNETINFO LISTEN PORT : 16000
    WEBINFO LISTEN PORT : 16001
    ZAP OSD TIME :0
    OSD USERNAME :root
    OSD PASSWORD :dreambox
    OSD PORT :80
    SHOW TIMING : yes
    DEBUG : yes
    NEWCAMD CONF : no
    #DISABLE EMM : yes
    #EXTRA EMM LEVEL : yes
    SHOW EXTENEDED CLIENT INFO : yes
    MINI OSD : no
    #MINIMUM DOWNHOPS: 1
    CHANNELINFO FILE : /var/etc/CCcam.channelinfo
    PROVIDERINFO FILE : /var/etc/CCcam.providers
    CAID PRIO FILE : /var/etc/CCcam.prio
    LOG WARNINGS : /var/log/warnings.txt
    SOFTKEY FILE : /var/keys/SoftCam.Key
    AUTOROLL FILE : /var/keys/AutoRoll.Key
    #STATIC CW FILE : /var/keys/constant.cw
    #BOXKEY: /dev/sci0
    #SMARTCARD CLOCK FREQUENCY: /dev/sci0 6800000


    N: *********************************01 02 03 04 05 06 07 08 09 10 11 12 13 14

    Hello
    I have already got CCCam 2.3.0 running on my OpenViX Vu Duo but I would like to set up CCCam to run alongside Oscam.
    I have downloaded Oscam but I need some help setting up all config files.
    oscam.conf:
    [global]
    nice = -1
    logfile = /var/log/oscam.log
    clienttimeout = 5000
    fallbacktimeout = 2500
    clientmaxidle = 120
    cachedelay = 120
    bindwait = 120
    resolvedelay = 30
    serialreadertimeout = 1500
    maxlogsize = 10
    waitforcards = 1
    preferlocalcards = 1
    saveinithistory = 1
    keepalive = 1


    [newcamd]
    port = 10001@0963:000000
    key = 0102030405060708091011121314
    mgclient = 1
    keepalive = 1


    [webif]
    httpport = 8888
    httpuser = linuxsat
    httppwd = linuxsat
    httprefresh = 15
    httpshowpicons = 1
    httpallowed = 192.168.0.0-255.255.255.255


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



    [cccam]
    port = 12000
    version = 2.1.3
    build = 3165
    reshare = 1


    oscam.server:
    [reader]
    label = skyuk
    protocol = pcsc
    device = 0
    caid = 0963
    detect = cd
    mhz = 357
    cardmhz = 357
    ident = 0963:000000
    group = 1
    emmcache = 1,3,2
    blockemm-unknown = 1
    blockemm-g = 1


    oscam.user:
    [account]
    user = cccam
    pwd = cccam
    uniq = 2
    monlevel = 1
    caid = 0963
    group = 1
    au = skyuk


    If someone could help me I would be very grateful, Thanks in advance

    On the infobar Ecm time showed as "nan" instead of the actual ecm time.. The oscam script is already active, you can find it in cron manager (blue button x2)..


    Thanks for the quick response, your a star :)


    - - - Updated - - -


    On the infobar Ecm time showed as "nan" instead of the actual ecm time.. The oscam script is already active, you can find it in cron manager (blue button x2)..


    I get the following error with the Oscam script:
    d7903488db58cf.jpg
    Does the script look ok:
    #!/bin/sh
    if ps x |grep -v grep |grep -c oscam >/dev/null
    then
    echo "oscam... ok"
    else
    echo "oscam... restarting"
    /usr/bin/oscam &
    fi