Asus p4p800vm aufwecken ^^

  • Hi Leute,


    ich hab nicht viel Ahnung von nvram-wakeup... das mal vorweg.
    Ich hab VDR + nvram usw. per Installskript 0.5.8 installiert.
    Ich hab in der vdr.conf das Verzeichniss der nvram-wakeup.conf eingetragen, und diese auch per guess-helper erstellt. Die nvram-wakeup.conf scheint auch die richtigen Werte zu enthalten.



    ################################################
    ## Mainboard autodetection information:
    ##
    ## - Mainboard vendor: "ASUSTeK Computer INC."
    ## - Mainboard type: "P4P800-VM"
    ## - Mainboard revision: "Rev 1.xx"
    ## - BIOS vendor: "American Megatrends Inc."
    ## - BIOS version: "1008.008"
    ## - BIOS release: "10/31/2003"


    addr_stat = 0x98
    shift_stat = 4
    addr_day = 0x99
    addr_hour = 0x9A
    addr_min = 0x9B
    addr_sec = 0x9C
    addr_chk_h = 0x30
    addr_chk_l = 0x31


    upper_method = INTEL


    Allerdings trägt VDR irgendwie keine Aufnahmezeiten im Bios ein.
    Ich weiss noch als ich mal eine noch ältere Version des Installscript verwendet hatte, waren im Menü des Skripts 2 Einträge für NVRAM
    einmal Nvram-wakeup und einmal nvram images oder so ähnlich glaub ich ... damit hatte das bei der gleichen Hardware irgendwie funktioiniert.


    gebe ich jetzt z.Z. nvram-wakup --directisa ein bekomme ich:


    All values are displayed as they are stored in the nvram/rtc.
    (and do not correspond necessarily to the system date/time)


    WakeUp : Disabled (0xC4)
    Day : 01 (0xE1)
    Hour : 00 (0xE0)
    Minute : 00 (0x40)
    Second : 00 (0x80)
    Checksum: 0x17DC



    kann mir einer helfen ?

    Hardware: 2,4 Ghz CPU, 256 MB DDR, 160 GB Platte, Asus P4P800VM Board, TT FF 1.5
    Software: VDR 1.2.6er per Installscript unter Suse 9.0

  • Die Konfigurationsdatei sieht gut aus.


    Zitat

    Original von hanswurst


    Allerdings trägt VDR irgendwie keine Aufnahmezeiten im Bios ein.


    VDR ruft ein Skript auf, welches nvram-wakeup mit richtigen Parametern aufruft.
    Fuer dich sind es "-C /pfad/zu/konfiguration --directisa"


    Ausserdem muesste im Systemlog eine Meldung von nvram-wakeup drin sein, falls es ueberhaupt aufgerufen wurde.

  • ich hab keinen schimmer welches skript das sein könnte... ?!?
    hat jemand ne ahnung ???


    Der ganze VDR ist mit vdr-install-script.0.5.8 installiert ... o0

    Hardware: 2,4 Ghz CPU, 256 MB DDR, 160 GB Platte, Asus P4P800VM Board, TT FF 1.5
    Software: VDR 1.2.6er per Installscript unter Suse 9.0

  • Das is mein shutdown.sh script... das von installscript angelegt wurde..





    #!/bin/sh
    #
    # shutdown.sh - v.0.1
    #
    # sample shutdown script for vdr


    PATH=$PATH:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin


    for x in ${WAIT_PROCS} ; do
    test "$(ps axc|awk "{if (\$5==\"$x\") print \$1}")" && {
    logger -i "${0##*/} -- stop shutdown, because, ${x} is running"
    logger -i "${0##*/} -- waiting period 10 minutes up to the next shutdown"
    at +10 minutes <<EOF
    svdrpsend.pl HITK Power
    EOF
    exit 1
    }
    done


    test "${SET_TIME}" = "on" && {
    TIME=`dvbdate -p 2>/dev/null|sed '/TDT/!d;s/.\{5\}$//'`
    test "${TIME##* }" && {
    hwclock --set --date="`date +%x` ${TIME##* }"
    logger -i "${0##*/} -- set time `date +%X` -> ${TIME##* }"
    rm -f /etc/adjtime
    }
    }


    which nvram-wakeup >/dev/null 2>&1 && {
    test "${1}" -ne "0" && {
    nvram-wakeup -ls ${1} ${NVRAM_CONFIG:+-C ${NVRAM_CONFIG}}
    lilo -R PowerOff
    shutdown -r now
    exit 0
    }
    nvram-wakeup -d
    shutdown -h now
    exit 0
    }


    shutdown -h now
    exit 0





    ich nehm mal an das --directisa fehlt ?!?
    muss ich in die zeile
    nvram-wakeup -ls ${1} ${NVRAM_CONFIG:+-C ${NVRAM_CONFIG} --directisa}


    so einfügen ??


    und wenn die Konfigurationsdatei schon im CVS drin ist brauch ich da net weiter nach gucken oder ?!

    Hardware: 2,4 Ghz CPU, 256 MB DDR, 160 GB Platte, Asus P4P800VM Board, TT FF 1.5
    Software: VDR 1.2.6er per Installscript unter Suse 9.0

  • hab jetzt auch ma im systemlog geguckt ...da bekomm ich addr_stat (0x98) is beyond the end of nvram
    You might want to use the --directisa command line option.
    ...:???

    Hardware: 2,4 Ghz CPU, 256 MB DDR, 160 GB Platte, Asus P4P800VM Board, TT FF 1.5
    Software: VDR 1.2.6er per Installscript unter Suse 9.0

  • habs hinbekommen
    nvram-wakeup -ls ${1} ${NVRAM_CONFIG:+-C ${NVRAM_CONFIG}} -A


    damit klappts


    danke nochmal !!

    Hardware: 2,4 Ghz CPU, 256 MB DDR, 160 GB Platte, Asus P4P800VM Board, TT FF 1.5
    Software: VDR 1.2.6er per Installscript unter Suse 9.0

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!