Comment 33 for bug 307090

Revision history for this message
In , 24 (24-linux-kernel-bugs) wrote :

Hi, here you are :)
Still 2.6.28-rc4

knuddel patch # echo 0 > /sys/class/rtc/rtc0/wakealarm
knuddel patch # cat /proc/driver/rtc
rtc_time : 08:33:59
rtc_date : 2008-11-14
alrm_time : 08:38:50
alrm_date : ****-**-14
alarm_IRQ : no
alrm_pending : no
24hr : yes
periodic_IRQ : no
update_IRQ : no
HPET_emulated : yes
DST_enable : no
periodic_freq : 1024
batt_status : okay

knuddel patch # date +s% -d "+14400 minutes" > /sys/class/rtc/rtc0/wakealarm
knuddel patch # cat /proc/driver/rtc
rtc_time : 08:34:57
rtc_date : 2008-11-14
alrm_time : 08:39:54
alrm_date : ****-**-14
alarm_IRQ : no
alrm_pending : no
24hr : yes
periodic_IRQ : no
update_IRQ : no
HPET_emulated : yes
DST_enable : no
periodic_freq : 1024
batt_status : okay

It seems that alarm_IRQ is not set. Also time is not set to +14400 minutes. On Ubuntu's origin 2.6.27 alarm_IRQ and the time were set correctly. I have to reboot to paste it here.