Posts by newtolinux

    This example is based on compiling for a DM8000 which uses a Mipsel binary


    I compiled on a x86 based linux system



    1. Create a user named oscam on your system
    Login to your x86 linux server with root, download and unpack Toolchain


    cd /home/oscam


    wget http://www.streamboard.gmc.to/…box-linux.Dreambox.tar.gz


    tar xfvz Toolchain_mipsel-tuxbox-linux.Dreambox.tar.gz


    Now your unpacked toolchain is here as below


    /home/oscam/mipsel-unknown-linux-gnu/


    Files with .tar.bz2 use tar xfvj


    2. Login to your x86 server with oscam user and download the source repository


    svn co oscam - Revision 5155: /trunk oscam-svn


    Now your OScam source is here /home/oscam/oscam-svn/


    3. Modify the Modules / Add-ons for the OScam binary.


    To see the Dialog Box you need to install Packages example on Ubuntu:


    apt-get update
    apt-get install -y htop automake make cmake cmake-curses-gui subversion libusb-dev libssl-dev libssh-dev gdb dialog g++ gcc


    After install type


    cd oscam-svn
    ./config.sh


    Now you can add or remove the Modules of your OScam binary


    4. Create a build directory in oscam-svn


    cd oscam-svn
    mkdir build_dir
    cd build_dir


    5. vi install.sh


    #!/bin/sh
    export MYPATH=$PATH
    export PATH=/home/oscam/mipsel-unknown-linux-gnu/bin:$MYPATH


    make clean
    cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/toolchain-mipsel-tuxbox.cmake ..
    make
    chmod 755 install.sh


    6. Execute the shell script


    ./install.sh


    The output will be located in the build_dir


    Now you will have compiled your own oscam suitable for mips processors with all the selected modules as per your preference.


    Next just transfer you file over to your sat receiver and dont forget to chmod 755 your new file.


    enjoy


    new2

    use a program like dcc 2.96 ( dreambox control centre )


    log into box


    ftp ( file transfer protocol ) i.e send the tunisiasat ipk file to the /tmp directory on your dreambox


    change the file attributes on tunisia file once transferred by right clicking on file and changing to 755 properties



    Then in your image navigate through your menus until you find addon manager , select manual addon and tunisia file should be there


    Install it , restart box.


    Now select plugins from your image and tunisiasat plugin should be there


    good luck


    new2

    frequency should be 6mhz for irdeto cards , you will also need camkey information etc for your cccam.cfg as below. I would recommend starting cccam manually in debug mode like below also to have a look whats happening.


    irdeto 2 config parameters cccam.cfg


    CAMKEY: /dev/ttyUSB0 00 00 00 00 00 00 00 00
    TRY ALL CHIDS : /dev/ttyUSB0


    to run cccam in debug mode ensure 1st that all sessions of cccam are seized by using the killall command as root user via telnet.


    then navigate to the directory where you have you bin file for cccam & start like this : - Eg: /var/bin/CCcam_2.1.4 -d replace the text in red with your particular cccam filename.


    good luck & give feedback


    new2

    you are better running oscam as cardserver only and using mgcamd as your client to view your card etc . Have you already got both sucessfully running on your box ?

    you read your card in oscam as cardserver only then pass card to cccam as normal . But i would always make sure you have mgcamd on your own client box to emm update your card in oscam . All the info is on this forum if you look


    regards


    new2

    if you had disable emm in your cccam.cfg how would you usuall yupdate your card ??


    in oscam.server make sure you have the below in the section for your uk card. And always always use mgcamd 1.35a in a client box for your emm to be passed to oscam . CCcam kills cards !!!


    blockemm-unknown = 1
    blockemm-s = 1
    blockemm-g = 1
    blockemm-u = 1


    this will block all emm's to your card . Just keep an eye on your entitlement dates and when you need update about 3/4 days before change to


    blockemm-unknown = 1
    blockemm-s = 0
    blockemm-g = 1
    blockemm-u = 0


    regards


    new2

    who knows yet ???? If you are reading card in oscam but receiving emm's via cccam client then the principle is the same as reading card direct in cccam . CCcam is passing bad emm's . Only difference is in oscam you can block emms if you wish or block certian types. I would advise if your running this card to block all emm's at moment ( unique , shared , global , unknown ) until we can establish if this is a new round of attack to cards from sly. Obviosely only block all emm's if your entitlements still have weeks to run . I have no experience personally with this card but friends run it in oscam and i have advised them to block all emm's in case of a new attack to the card.


    new2

    dont think you can access via telnet or ftp m8 but i could be wrong . hooley is the expert with these. openbox is not opensource code . I believe you can download channel editors etc though


    read the openbox section


    regards


    new2