Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Running Gbox and CCcam on one box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manijee
    Junior Member
    • Oct 2010
    • 26

    Running Gbox and CCcam on one box

    Running Gbox and CCcam on one box
    1st Script

    copy this in gbox_cam.sh


    —————————————

    CAMNAME=”GbOx_CCcam”

    USERNAME=””

    ZAPTIME=8

    CAMID=970

    DVBSET=1

    INFOFILE=”ecm.info”

    # end

    # This method cleans up /tmp folder of gbox files

    remove_tmp ()

    {

    rm -rf /tmp/*info* /tmp/*gbox* /tmp/*online* /tmp/*share* /tmp/Newcs* /tmp/atack* /tmp/debug*

    }

    # This method starts Gbox > CCcam (That order)

    start_cam ()

    {

    /var/script/AES_Gbox.sh &

    sleep 5

    /var/bin/gbox &

    sleep 30

    /var/bin/CCcam_2.0.3 &

    }

    # This method stops gbox and CCcam and then calls the tmp cleanup method

    stop_cam ()

    {

    touch /tmp/gbox.kill

    /bin/prockill gbox

    /bin/prockill CCcam_2.0.3

    killall -9 newcs cs2gbox 2> /dev/null

    remove_tmp

    }

    case “$1″ in

    start)

    echo “[SCRIPT] $1: $CAMNAME”

    start_cam

    ;;

    stop)

    echo “[SCRIPT] $1: $CAMNAME”

    stop_cam

    ;;

    restart)

    echo “Restarting $CAMNAME”

    stop_cam

    start_cam

    ;;

    *)

    “$0″ stop

    exit 1

    ;;

    esac

    exit 0

    ————————————–

    rename ur cccam ver in CCcam_2.0.3 or CCcam_2.0.4 ,CCcam_2.0.5

    and reboot

    this scrip is for Gemini i have test it it works very will u have gbox and cccam together .

    —————————————-

    You just have to take care about the name of both cams. It must be the same as the cam files in your dreambox.

    You need about 30 sec delay between the start of gbox and the start of CCcam : even if gbox starts first , CCcam will take your local card (it is faster) so you will appear with no local for your gbox partners.
  • tkyou
    Senior Member
    • Nov 2010
    • 121

    #2
    Re: Running Gbox and CCcam on one box

    Hi mani,

    Do you have a version for enigma 2 please ?

    Tks !

    Comment

    • fateh-crb
      Banned
      • Oct 2010
      • 44

      #3
      Re: Running Gbox and CCcam on one box

      how you can use gbox and cccam in same time

      Comment

      • tkyou
        Senior Member
        • Nov 2010
        • 121

        #4
        Re: Running Gbox and CCcam on one box

        Originally posted by fateh-crb
        how you can use gbox and cccam in same time
        The script.sh command & start cccam & gbox in the same time but i m looking for this script for enigma 2 :/

        Comment

        • spanky_1209
          Board Senior Member
          • Mar 2011
          • 308

          #5
          Re: Running Gbox and CCcam on one box

          What do you get when you run both cccam and Gbox. Now I am running only cccam on Dbox2 and it works fine for me.
          ------------------------------------------------------
          ------------------------------------------------------
          ******************************************
          *DBox 2 by Nokia (66 MHz Processor, 16 MB RAM) *
          *Arion AF-8000 HDMI *
          *Phillips DIS 2221 *
          *Zehnder DX4000 CI patched with NeotionBox SW *
          ******************************************

          Comment

          • aberdojde
            Experienced Board Member
            • Jun 2011
            • 886

            #6
            Re: Running Gbox and CCcam on one box

            Does anyone have this test and let them post how they work and whether work on DB 500 clone .
            For thanks use button sigpic

            Comment

            Working...