<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">>I upgraded to v0.26-pre-800-gbde24c5 yesterday. And now my ACPI wakeup has stopped working. As this was >the first version i built that required me to load timezone info into mysql,
I have a feeling that the problem may >be time zone related. <br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">><br>
>Any hints to where I might start to troubleshoot this?<br>
<br>
Sorry, I forgot to paste some relevant info that I had in a text document. <br>
<br>
Below is what used to work. <br>
<br>
Now, RTC is two hours behind local time, which makes sense, since I am UTC+1 and in DST<br>
<br>
The alarm is set to wake up at 21:54 local time, which is what I expected. But apparently I now need to change a setting somewhere, or my wake up script to make this work.<br>
<br>
j2@MythBox:~$ cat /proc/driver/rtc<br>
rtc_time : 20:05:09<br>
rtc_date : 2012-07-08<br>
alrm_time : 21:54:00<br>
alrm_date : 2012-07-08<br>
alarm_IRQ : no<br>
alrm_pending : no<br>
update IRQ enabled : no<br>
periodic IRQ enabled : no<br>
periodic IRQ frequency : 1024<br>
max user IRQ frequency : 64<br>
24hr : yes<br>
periodic_IRQ : no<br>
update_IRQ : no<br>
HPET_emulated : no<br>
BCD : yes<br>
DST_enable : no<br>
periodic_freq : 1024<br>
batt_status : okay<br>
<br>
<br>
/usr/local/bin/setwakeup.sh<br>
#!/bin/sh<br>
#$1 is the first argument to the script. It is the time in seconds since 1970<br>
#this is defined in mythtv-setup with the time_t argument<br>
<br>
echo 0 > /sys/class/rtc/rtc0/wakealarm #this clears your alarm.<br>
echo $1 > /sys/class/rtc/rtc0/wakealarm #this writes your alarm<br>
<br>
</div>
</div>
</div>
</div>
</body>
</html>