<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt">Now that I know how to set the alarm to get my system to wakeup using /proc/acpi/alarm, I need to configure settings in mythtvsetup, mythwelcome, and maybe more to get the alarm set and the wakeup time saved in the mythtv database (presumably so mythwelcome can determine if the system was woken by a user or because it's time to record a show).&nbsp; At least I know how to set up the shutdown command! ;-)<br><br>I realized that I was no longer using nvram-wakeup to set the alarm and the copy of the mythtv.org wiki page for MythWelcome/MythShutdown, I had printed gave me the impression there was no way to use mythshutdown to set the wakeup time without using nvram-wakeup, so I went back to the wiki page to read the current version.<br><br>Now I'm even more confused.&nbsp; I see on the updated page, information about
 the conflict in format between what mythshutdown wants and what needs to end up in nvram-wakeup's parameter list, along with a suggested command-pipe to use to convert the time to an nvram-wakeup friendly format.<br><br>Is it simply that I need to put the appropriate date/time format and command-line statement in mythtvsetup's entries for "wakeup time format" and "set wakeup time command"?<br><br>If so, would those be:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; yyyy-MM-dd hh:mm:ss<br>(note the space between date and time, rather than a "T" !) and<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; echo $time &gt; /proc/acpi/alarm<br><br>If I'm on the right track, but not quite, do I need to quote the $time string like this, instead:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  echo "$time" &gt; /proc/acpi/alarm<br><br>What about the settings in MythWelcome's setup page?&nbsp; Do I duplicate the above "echo $time..." command in the "nvram-wakeup command" entry?<br><br>OTOH, do I leave the
 mythtvsetup entry for "set wakeup time command" as:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  mythshutdown --setwakeup $time<br>and make the entry in MythWelcome's setup for "nvram-wakeup command" be:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  echo $time &gt; /proc/acpi/alarm<br>(and would that need to be the command-pipe version to use the date command to convert to the right date/time format string for entry into /proc/acpi/alarm)?<br><br>TIA for any assistance.<br><div>&nbsp;</div>Craig Huff<br></div><br>

<hr size=1>Need Mail bonding?<br>Go to the <a href="http://answers.yahoo.com/dir/index;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx?link=ask&sid=396546091">Yahoo! Mail Q&A</a> for <a href="http://answers.yahoo.com/dir/index;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx?link=ask&sid=396546091">great tips from Yahoo! Answers</a> users.</body></html>