Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 15 of 17

Thread: Running multiple oscams on OpenViX

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,618
    Thanks
    1,009
    Thanked 2,964 Times in 2,305 Posts
    Quote Originally Posted by Szelest View Post
    that fresh oscam-latest without anything else, from the remote from softcam menu or w/e its called, i tried both script and menu and both give the exactly the same results
    its just, the oscams dont use the config locations from softcam.oscam-latest, -stable or whatever, it seems to me like the bins ignore that script configuration, and using the default config directory, that was selected during compilation.
    softcammanager starts from config, softcam script uses whatever is in the script name, so that from softcam.oscam-stable it will start oscam-stable
    this from the standard default installed script......where $CAM in this example would be oscam-stable
    So check whats in the script sounds like you are using the one you installed from above link

    PIDFILE=/var/tmp/${CAM}.pid
    DESC="Softcam service $CAM"
    DAEMON=/usr/softcams/$CAM

    case "$1" in
    start)
    if [ -e $PIDFILE ]; then
    PIDDIR=/proc/$(cat $PIDFILE)
    if [ -d ${PIDDIR} ] && [[ $(readlink -f ${PIDDIR}/exe) == $DAEMON ]]; then
    echo "$DESC already started; not starting."
    exit 1
    else
    rm -f $PIDFILE
    fi
    fi
    echo -n "Starting $DESC: "
    ulimit -s 1024
    $DAEMON --config-dir /etc/tuxbox/config/$CAM --daemon --pidfile $PIDFILE --restart 2 --utf8 2| grep -v "UTF-8 mode"
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................
    Vu+ Uno4KSE, Dreambox dm900
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  2. The Following User Says Thank You to twol For This Useful Post:

    Szelest (13-11-23)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.