Moin,
ich habe mit Kernel >= 2.6.32 das Problem, dass der VDR Rechner nicht zur programmierten Zeit aufwacht.
Ich nutze e-tobis Pakete:
Code
deb http://e-tobi.net/vdr-experimental lenny base backports addons vdr-multipatch
ii vdr 1.6.0-13ctvdr2 Video Disk Recorder for DVB cards
ii vdr-addon-acpiwakeup 0.0.10 Addon that enables vdr to wakeup itself usin
/usr/share/vdr/shutdown-hooks/S90.acpiwakeup schreibt die Zeit nach /sys/class/rtc/rtc0/wakealarm:
Code
Jan 9 20:52:50 zaphod vdr-shutdown: executing /usr/share/vdr/shutdown-hooks/S90.acpiwakeup as shell script
Jan 9 20:52:50 zaphod vdr-addon-acpiwakeup: Setting ACPI alarm time to: 2010-01-09 20:25:00
Jan 9 20:52:50 zaphod vdr-addon-acpiwakeup: Writing to /sys/class/rtc/rtc0/wakealarm
Jan 9 20:52:50 zaphod vdr-addon-acpiwakeup: Writing to /sys/class/rtc/rtc0/wakealarm
cat /proc/driver/rtc sieht auch OK aus:
Code
2010-01-09 20:25:00
rtc_time : 19:53:00
rtc_date : 2010-01-09
alrm_time : 20:25:00
alrm_date : 2010-01-09
alarm_IRQ : yes
alrm_pending : no
24hr : yes
periodic_IRQ : no
update_IRQ : no
HPET_emulated : no
DST_enable : no
periodic_freq : 1024
batt_status : okay
Display More
Wenn ich zurück auf Kernel 2.6.31.6 wechsele, besteht das Problem nicht. "make oldconfig" brachte beim Umstieg von .31 auf .32 auch nichts außergewöhnliches. Kann das jemand nachvollziehen oder hat einen Tip?