vu+solo2 Cccam

There are 7 replies in this Thread which was already clicked 2,282 times. The last Post () by master G.

    • Official Post

    Edit the CCcam start script in /usr/camscript. The CCcam binary will need to spelt CCcam for this to work.:


  • acutally i want move Cccam to usr/bin/cam folder and CCcam.cfg to usr/keys folder that Cccam work with the replace list and CCcam.channelinfo, CCcam.providers, CCcam.prio also for conax cards note (CCcam.channelinfo, CCcam.providers, CCcam.prio Cccam.cfg) i put in usr/keys folder
    ok

    Edited once, last by aa7590: mistake ().

    • Official Post

    i want to move or install Cccam to user/cam folder and CCcam.cfg to var/keys folder


    did you have the CCcam binary in /user/cam or usr/cam ? The script i gave you is for user/cam which is what you asked for..



    acutally i want move Cccam to usr/bin/cam folder and CCcam.cfg to usr/keys folder


    Then just change the highlighted part of the above script to this:

    Code
    /usr/bin/cam//CCcam & -c /usr/keys


    Show CCcam where to look for channelinfo, providers, prio in the CCcam.cfg (change /var/etc to any directory you want):

    Code
    CHANNELINFO FILE : [COLOR='#FF0000']/var/etc[/COLOR]/CCcam.channelinfo
    PROVIDERINFO FILE : [COLOR='#FF0000']/var/etc[/COLOR]/CCcam.providers
    CAID PRIO FILE : [COLOR='#FF0000']/var/etc[/COLOR]/CCcam.prio
  • this is my setting see
    #!/bin/sh


    CAMNAME="CCcam_2.3.0"


    remove_tmp () {
    rm -rf /tmp/*.info* /tmp/*.tmp*
    }


    case "$1" in
    start)
    echo "[SCRIPT] $1: $CAMNAME"
    remove_tmp
    /usr/cam/CCcam_2.3.0 & -C /usr/keys
    ;;
    stop)
    echo "[SCRIPT] $1: $CAMNAME"
    killall -9 CCcam_2.3.0 2>/dev/null
    sleep 1
    remove_tmp
    ;;
    *)
    $0 stop
    exit 0
    ;;
    esac


    exit 0








    but still cam pic the CCcam.cfg from etc not pic from usr/keys whats wrong in this setting


    - - - Updated - - -


    what to do now master G

    Edited once, last by aa7590 ().

Your resource for CCcam softcam

Find downloads, configuration files, setup tutorials, and community support for card sharing and server management. Master CCcam configuration and card sharing. Access dedicated support, step-by-step tutorials, config files, and downloads for your Enigma2 setup.