http://bugzilla.kernel.org/show_bug.cgi?id=12013





--- Comment #38 from Márton Németh <nm...@freemail.hu>  2009-03-30 15:39:44 ---
(In reply to comment #36)
>     Will you please use the following command and see whether the
> /sys/class/rtc/rtc0/wakealarm can work ?
>     a. echo +800 >/sys/class/rtc/rtc0/wakealarm
>     b. cat /proc/driver/rtc

Yes, in this way it works, it also wakes up the machine at the specified time.

# echo +800 >/sys/class/rtc/rtc0/wakealarm
# cat /proc/driver/rtc
rtc_time        : 17:31:49
rtc_date        : 2009-03-30
alrm_time       : 17:45:05
alrm_date       : 2009-03-30
alarm_IRQ       : yes
alrm_pending    : no
24hr            : yes
periodic_IRQ    : no
update_IRQ      : no
HPET_emulated   : yes
DST_enable      : no
periodic_freq   : 1024
batt_status     : okay

However, if I do like this, the alarm_IRQ is "no".

# echo 0 >/sys/class/rtc/rtc0/wakealarm
asus-eeepc:/home/nmarci# date "+%s" -d "+ 5 minutes"
1238427559
asus-eeepc:/home/nmarci# echo `date "+%s" -d "+ 5 minutes"`
>/sys/class/rtc/rtc0/wakealarm
asus-eeepc:/home/nmarci# cat /proc/driver/rtc
rtc_time        : 17:34:24
rtc_date        : 2009-03-30
alrm_time       : 17:39:21
alrm_date       : ****-**-30
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

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
------------------------------------------------------------------------------
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to