Diskussion:ACPI Wakeup

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(funktioniert für mich nicht mit EPIA VIA Nehmia 1000)
Zeile 11: Zeile 11:
  
 
Aber um 19:54:22 passiert nix.
 
Aber um 19:54:22 passiert nix.
Im bios (phoenix 1.6) ist RTC deaktiviert.
+
Im bios (phoenix Award 1.6) ist "RTC Alarm Resume" auf "disabled".
 +
 
  
Vieleicht auch ein TZ problem (CEST vs UCT ) ?
 
  
 
Hinweise an linux(at)muellers(dot)ms erwünscht.
 
Hinweise an linux(at)muellers(dot)ms erwünscht.
 +
 +
 +
 +
ctvdr:~# cat /proc/cpuinfo 
 +
processor      : 0
 +
vendor_id      : CentaurHauls
 +
cpu family    : 6
 +
model          : 9
 +
model name    : VIA Nehemiah
 +
stepping      : 8
 +
cpu MHz                : 999.949
 +
cache size    : 64 KB
 +
fdiv_bug      : no
 +
hlt_bug                : no
 +
f00f_bug      : no
 +
coma_bug      : no
 +
fpu            : yes
 +
fpu_exception  : yes
 +
cpuid level    : 1
 +
wp            : yes
 +
flags          : fpu vme de pse tsc msr cx8 sep mtrr pge cmov pat mmx fxsr sse rng rng_en ace ace_en
 +
bogomips      : 2001.76
 +
 +
 +
Vieleicht auch ein TZ problem (CEST vs UTC || GMT ) ?
 +
 +
Versuch mit UTC:
 +
 +
ctvdr:~# TZ=UTC date --date "now +3 minutes" "+%Y-%m-%d %T" > /proc/acpi/alarm
 +
 +
ctvdr:~# cat /proc/acpi/alarm
 +
2006-08-09 18:07:59
 +
 +
ctvdr:~# halt

Version vom 9. August 2006, 20:06 Uhr

funktioniert für mich nicht mit EPIA VIA Nehmia 1000

Das ist was ich probiert habe

date --date "now +3 minutes" "+%Y-%m-%d %T" > /proc/acpi/alarm
ctvdr:~# cat /proc/acpi/alarm
2006-08-09 19:54:22
/sbin/shutdown -h now "shutting down"

Aber um 19:54:22 passiert nix. Im bios (phoenix Award 1.6) ist "RTC Alarm Resume" auf "disabled".


Hinweise an linux(at)muellers(dot)ms erwünscht.


ctvdr:~# cat /proc/cpuinfo  
processor      : 0
vendor_id      : CentaurHauls
cpu family     : 6
model          : 9
model name     : VIA Nehemiah
stepping       : 8
cpu MHz                : 999.949
cache size     : 64 KB
fdiv_bug       : no
hlt_bug                : no
f00f_bug       : no
coma_bug       : no
fpu            : yes
fpu_exception  : yes
cpuid level    : 1
wp             : yes
flags          : fpu vme de pse tsc msr cx8 sep mtrr pge cmov pat mmx fxsr sse rng rng_en ace ace_en
bogomips       : 2001.76


Vieleicht auch ein TZ problem (CEST vs UTC || GMT ) ?

Versuch mit UTC:

ctvdr:~# TZ=UTC date --date "now +3 minutes" "+%Y-%m-%d %T" > /proc/acpi/alarm
ctvdr:~# cat /proc/acpi/alarm
2006-08-09 18:07:59
ctvdr:~# halt