<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;">&gt;I upgraded to v0.26-pre-800-gbde24c5 yesterday. And now my ACPI wakeup has stopped working. As this was &gt;the first version i built that required me to load timezone info into mysql,
 I have a feeling that the problem may &gt;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">&gt;<br>
&gt;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&#43;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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 20:05:09<br>
rtc_date&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 2012-07-08<br>
alrm_time&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 21:54:00<br>
alrm_date&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 2012-07-08<br>
alarm_IRQ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br>
alrm_pending&nbsp;&nbsp;&nbsp; : no<br>
update IRQ enabled&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br>
periodic IRQ enabled&nbsp;&nbsp;&nbsp; : no<br>
periodic IRQ frequency&nbsp; : 1024<br>
max user IRQ frequency&nbsp; : 64<br>
24hr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes<br>
periodic_IRQ&nbsp;&nbsp;&nbsp; : no<br>
update_IRQ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br>
HPET_emulated&nbsp;&nbsp; : no<br>
BCD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes<br>
DST_enable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br>
periodic_freq&nbsp;&nbsp; : 1024<br>
batt_status&nbsp;&nbsp;&nbsp;&nbsp; : 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 &gt; /sys/class/rtc/rtc0/wakealarm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #this clears your alarm.<br>
echo $1 &gt; /sys/class/rtc/rtc0/wakealarm&nbsp;&nbsp;&nbsp;&nbsp; #this writes your alarm<br>
<br>
</div>
</div>
</div>
</div>
</body>
</html>