On 9/7/07, <b class="gmail_sendername">Anthony Messina</b> &lt;<a href="mailto:amessina@messinet.com">amessina@messinet.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Friday 07 September 2007 07:56:11 am Craig Huff wrote:<br><br>&gt; I had done a lot of work to figure out how to get the RTC alarm to work in<br>&gt; FC6 on my system so<br><br>i did the same for my fc7 system, then realized that all i needed to do was
<br>change the wakup time format in mythtv-settings to &quot;time_t&quot;<br><br>and have my script contain:<br><br>#!/bin/sh<br>echo 0 &gt; /sys/class/rtc/rtc0/wakealarm<br>echo $1 &gt; /sys/class/rtc/rtc0/wakealarm<br><br>
now it works like a charm every time.<br><br>--<br>Anthony -&nbsp;&nbsp;<a href="http://messinet.com">http://messinet.com</a> - <a href="http://messinet.com/~amessina/gallery">http://messinet.com/~amessina/gallery</a><br>8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
<br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br></blockquote></div>Anthony,<br><br>Thanks for that idea.&nbsp; I had already figured out the recoding necessary using options to the date command to reformat the value in an update of the script I had posted to the list a month or two ago, but I like yours better.&nbsp; My problem isn&#39;t so much getting the time into the right format, but that the system no longer will wake from suspend-to-disk (and power down to standby power only, essentially &quot;off&quot;).&nbsp; I&#39;m sure the kernel developers would say I have a defective mobo, but I suspect they didn&#39;t do a very large sample of mobos.&nbsp; Whatever they did to &quot;improve&quot; the alarm code broke it on my system.&nbsp; That makes me %^(.
<br><br>Craig.