Wanted - Oscam-10038-svn-emu Black Hole, OpenATV, Openpli, OpenViX, VTI IPK file

There are 22 replies in this Thread which was already clicked 7,998 times. The last Post () by gartner2000.

  • Hi great people


    enigma2-plugin-cams-oscam-svn10041-emu_blackhole_all.ipk is installed fine on my vu+ zero with lastest openblackhole.


    I have some issues when trying to update the binary. I tried to use this file "oscam_1.20-rev-11267-oe2.0-emu.rar" zipped to /usr/bin and chmod 755.


    Also updated the camscript,
    #!/bin/sh


    CAMNAME="Oscam-svn11267"


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


    case "$1" in
    start)
    echo "[SCRIPT] $1: $CAMNAME"
    remove_tmp
    /usr/bin/oscam -b &
    sleep 2
    ;;
    stop)
    echo "[SCRIPT] $1: $CAMNAME"
    killall -9 oscam 2>/dev/null
    sleep 1
    remove_tmp
    ;;
    *)
    $0 stop
    exit 0
    ;;
    esac


    exit 0


    But I have no webinterface...


    What I am doing wrong??


    REgards


    Gartner

    • Official Post

    Looks like that version wasn`t built with a web-interface. You will need this version oscam_1.20-rev-11267-webif-oe2.0-emu.rar


    Try building your own.. Look here -> I built this with simplebuild..


    Only difference will be at the step Add a toolchain > Choose MIPSOE20 instead of SamsungTV


    5ee4ef7504dcfa241854.jpg

  • Thanx for the file...


    When I'm putty to the box, I ps aux . . . and it does not start oscam after I replaced the bin.


    So I think is something wrong with the startup script, but I cant see where the error is...


    hmmm...
    When I cd /usr/bin and ./oscam it's starts.... so thats good..... but it does not start automatic


    #!/bin/sh


    CAMNAME="OSCam-emu-11267"


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


    case "$1" in
    start)
    echo "[SCRIPT] $1: $CAMNAME"
    remove_tmp
    /usr/bin/oscam -b &
    sleep 2
    ;;
    stop)
    echo "[SCRIPT] $1: $CAMNAME"
    killall -9 oscam 2>/dev/null
    sleep 1
    remove_tmp
    ;;
    *)
    $0 stop
    exit 0
    ;;
    esac


    exit 0


    the camname file has chmod 755






    EDIT:
    I Got it working now :)


    I removed the oscam-emu ipk , installed a normal oscam ipk. and replaced bin with your's oscam-emu bin, and it now works!! It start after a normal boot.


    Thank you so much for the bin, and I shall try simplebuild next time !


    Cheers


    Gartner

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!