Thanks Thanks:  0
Likes Likes:  0
Dislikes Dislikes:  0
Results 1 to 2 of 2

Thread: oscam auto install linux pc server ubuntu

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Golden Member lukas26's Avatar
    Join Date
    25 Mar 2009
    Location
    west
    Posts
    1,878
    Mentioned
    17 Post(s)
    Rep Power
    73

    Thumbs up oscam auto install linux pc server ubuntu

    Installation via putty

    Code:
    svn co http://streamboard.tv/svn/oscam/tags/1.10/ oscam-1.10
    Code:
    cd oscam-1.10
    wget https://raw.github.com/manio/vdr-plugin-dvbapi/22733ee/patches/oscam-vdr.diff
    patch < oscam-vdr.diff
    Code:
    mkdir build
    cd build
    cmake -DWEBIF=1 -DHAVE_DVBAPI=1 ..
    make
    sudo make install
    Code:
    svn co http://streamboard.tv/svn/oscam/trunk/ oscam-1.2
    cd oscam-1.2
    mkdir build
    cd build
    cmake -DWEBIF=1 -DHAVE_DVBAPI=1 ..
    make
    sudo make install
    add oscam emu to /usr/local/bin atribute 755
    add configuration files and place them in /usr/local/etc

    auto start oscam on reboot via putty

    nano /etc/crontab

    # /etc/crontab: system-wide crontab
    # Unlike any other crontab you don't have to run the `crontab'
    # command to install the new version when you edit this file
    # and files in /etc/cron.d. These files also have username fields,
    # that none of the other crontabs do.

    SHELL=/bin/sh
    PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

    # m h dom mon dow user command
    17 root cd / && run-parts --report /etc/cron.hourly
    25 6 * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
    47 6 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
    52 6 1 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
    @reboot root /usr/local/bin/oscam -b

    save ctrl+o
    exit ctrl+x
    reboot

    oscam 11578 .x64 with emu
    rework code ref gbox_maxecmsend
    fix for gbox_max_ecm_send
    change default to 5
    clean up some ecm stuff
    download:
    http://www.mediafire.com/file/rqpowg...u.zip.zip/file

  2. #2
    Golden Member lukas26's Avatar
    Join Date
    25 Mar 2009
    Location
    west
    Posts
    1,878
    Mentioned
    17 Post(s)
    Rep Power
    73

    Default

    oscam-svn11603-Ubuntu-20.04-webif-dvbapi-emu798
    download:
    http://www.mediafire.com/file/1khlbi...mu798.zip/file

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •