Ga naar inhoud


The Greenery

Lid
  • Items

    33
  • Registratiedatum

  • Laatst bezocht

Berichten die geplaatst zijn door The Greenery

  1. Had gehoopt dat picviewer het nu wel zou doen maar helaas. Heb een gemounte hdd op de PC en heb een dir aangemaakt genaamd Foto`s. Kleine of grote foto`s, met of zonder spatie`s. Bij geen van alle werkt het. Je krijgt onder in beeld: please wait het menu gaat ff weg en..... niets.

  2. Heb de nieuwe Ronald emu-release 18-09-2003 geinstalleerd maar kan hem niet meer automatisch laten mounten.

    De start_enigma ziet er als volgt uit:

     

    #!/bin/sh

     

    ifconfig eth0 192.168.0.20 netmask 255.255.255.0 up

    mount -t nfs -o wsize=2048,rsize=2048,nolock 192.168.0.2:/dreambox /hdd

     

    [ -x /hdd/root/startup.sh ] && {

    # Put the programs you want to run in /hdd/root/startup.sh

    # These will be started when enigma is running for 30 seconds.

    # Within these 30 seconds the network should be running.

    ( sleep 30; /hdd/root/startup.sh ) &

    }

     

    /bin/update_tmp.sh

     

    while :

    do

    /bin/enigma

    case "$?" in

    0)

    echo "Halt"

    /bin/update_var.sh

    sync;/sbin/halt

    ;;

    1)

    echo "reboot"

    /bin/update_var.sh

    sync;/sbin/reboot

    ;;

    2)

    echo "Restart"

    ;;

    *)

    echo "Crash"

    /bin/update_var.sh

    sync;/sbin/halt

    ;;

    esac

    done

     

    Wat doe ik fout. Handmatig mounten doet het wel.

    Bij de oude emu-release emu_beta105_5.5_030715.img

    werkte dit wel.

×
×
  • Nieuwe aanmaken...