Posts by davvo

    its your routers ip address





    example if your router ip is 192.168.1.1 put that as nameserver


    the only time you would need to change it to something different
    is if you was geo blocked for streaming
    then you would use a vpn or smart dns


    the bit in red is your problem
    with DHCP yes it will revert back to the routers ip DNS 192.168.x.x



    put use DHCP no
    give the box a static ip address


    then input
    DNS primary 185 XX XX XX
    secondary DNS 185 xx xx xxx


    restart network on your box

    oscam is trying (0960:1B66 unknown)
    your reader has 0963:000000
    decoding is waiting for matching readers
    no suitable readers found that can be used for decoding


    post the log with oscam ignoring
    I: 0961:000000
    I: 0960:000000

    ftp with winscp to /etc/crontab
    and edit it


    or from a terminal in ubuntu
    type
    sudo -i
    then type your password
    then type


    gedit /etc/crontab


    the crontab file will open
    edit it and save


    look for the txt
    LogCleanUp.sh and edit the time

    posted on wetek forum yesterday 27th


    Still in development



    enigma2 marketing ploy reel em in


    Code
    https://github.com/wetekenigma


    Contributions in the last year total 0
    Apr 28, 2014 – Apr 28, 2015


    - - - Updated - - -


    wetekenigma has no activity during this period

    on your sd card have you 2 partition fat 32 and 1 ext3 or 4 i am not sure but it is a linux partition standard you can that not seen in windows


    you can read and write
    to any partition from windows


    with the right software



    Explore2fs (Read-only Access)
    Ext2 IFS (Installable File System) (Read as well as Write Access)
    DiskInternals Linux reader : can copy files to windows (i use this often)
    Ext2 FSD (File System Driver) (Read as well as Write Access)
    Ext2Read
    LTOOLS

    what image are you using


    cuz
    in the script i would tell the cam script to start oscam
    not try and start via the /usr/bin



    i use openpli4
    with oscam-ymod
    see how i start oscam-ymod with the cam script in red



    change the names and paths to suit


    oscam.check.sh



    #!/bin/sh
    #Script to check if oscam_ymod is running.
    process=`ps auxwww | grep oscam_ymod | grep -v grep | awk '{print $1}'`
    if [ -z '$process' ]; then
    echo "Couldn't find oscam_ymod running Restarting oscam_ymod Server" >> /var/log/oscam.check
    echo && date >> /var/log/oscam.check
    Sleep 1
    /etc/init.d/softcam.oscam_ymod start
    echo "oscam_ymod is still OK!" >> /var/log/oscam.check
    fi



    make a oscam.check log flie with telnet


    touch /var/log/oscam.check


    chmod 644 /var/log/oscam.check



    crontab


    */5 * * * * /usr/script/oscam.check.sh

    post 233 by Milhouse


    here


    Code
    http://forum.kodi.tv/showthread.php?tid=162307&pid=1481392#pid1481392


    you need to read the part
    For OpenELEC 5.0.1 and higher


    you can do this hack/work around with putty