Okay... so we need a helpful date format...
Quote:
'date TIME' form accepts MMDDhhmm[[YY]YY][.ss]
|
so...
[root@kindle root]# echo `date -d "
03201924" +%s`
1363807440 <-- Helpful
Here's one I tried earlier.
[root@kindle root]#
echo "1363805893" > /sys/class/rtc/rtc0/wakealarm
[root@kindle root]#
cat /sys/class/rtc/rtc0/wakealarm
[root@kindle root]#
cat /proc/driver/rtc
Quote:
rtc_time : 18:55:59
rtc_date : 2013-03-20
alrm_time : 18:58:13
alrm_date : 2013-03-20
alarm_IRQ : no
alrm_pending : no
24hr : yes
|
Let's see what explodes!
(need to figure out if alarm management has been nerfed in the kernel code I guess...)
at some point... Feel free anyone to chip in with knowledge. I have NONE (as usual)
Aaaaaaaaaaaaaand nothing exploded. lol...

nor did I note any output in any logs I found yet.
nor did it wake from a low power state or vice versa.
will dig in the configs