On 9/7/07, <b class="gmail_sendername">Anthony Messina</b> <<a href="mailto:amessina@messinet.com">amessina@messinet.com</a>> 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>> I had done a lot of work to figure out how to get the RTC alarm to work in<br>> 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 "time_t"<br><br>and have my script contain:<br><br>#!/bin/sh<br>echo 0 > /sys/class/rtc/rtc0/wakealarm<br>echo $1 > /sys/class/rtc/rtc0/wakealarm<br><br>
now it works like a charm every time.<br><br>--<br>Anthony - <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. 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. My problem isn'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 "off"). I'm sure the kernel developers would say I have a defective mobo, but I suspect they didn't do a very large sample of mobos. Whatever they did to "improve" the alarm code broke it on my system. That makes me %^(.
<br><br>Craig.