<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 03/05/2010 4:02 PM, Jerry Rubinow wrote:
<blockquote
 cite="mid:w2t6fb53741005031302r32c2e0c7j86a35237755765a7@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">On Mon, May 3, 2010 at 2:58 PM, Phil
Linttell <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:phil.linttell@rogers.com">phil.linttell@rogers.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
&gt; Date: Sun, 2 May 2010 22:41:06 -0400<br>
&gt; From: Jerry Rubinow &lt;<a moz-do-not-send="true"
 href="mailto:jerrymr@gmail.com">jerrymr@gmail.com</a>&gt;<br>
    <div class="im">&gt; After a few trouble-free years, for the third
time in a month, I discovered<br>
&gt; my STB had somehow entered a power-off state, and as a result I
missed a<br>
&gt; couple of recordings.<br>
    <br>
    </div>
Hi Jerry,<br>
    <br>
I gather you only care about turning the STB on, not off? &nbsp;I'm using the<br>
external channel changer 10f "mythchanger" by majoridiot that has a<br>
power on function - not a toggle, it only turns the STB on. &nbsp;I'm using<br>
the sa4250, but the program supports the 3250 as well.<br>
    <br>
    <a moz-do-not-send="true" href="https://wiki.ubuntu.com/majoridiot"
 target="_blank">https://wiki.ubuntu.com/majoridiot</a></blockquote>
  <div><br>
  </div>
  <div>Phil, thanks for the pointer to majoridiot's program.
&nbsp;Unfortunately, it looks like from the second-to-last post here:</div>
  <div><br>
  </div>
  <div><a moz-do-not-send="true"
 href="http://ubuntuforums.org/showthread.php?t=977820&amp;page=3">http://ubuntuforums.org/showthread.php?t=977820&amp;page=3</a></div>
  <div>&nbsp;</div>
  <div>that mythchanger doesn't work with the QIP boxes (that's what I
have, not an SA3250). &nbsp;I'll verify tonight just in case, but I don't
have high hopes. &nbsp;Also, it looks like majoridiot doesn't maintain the
program anymore. &nbsp;It probably doesn't matter, because I'm thinking the
QIP-6200 doesn't even have a discrete on command, just a toggle.</div>
  <div><br>
  </div>
  <div>In any case, one of the scripts posted on that mythchanger
thread I linked demonstrates exactly what I needed to do. &nbsp;Namely,
starting a program and then killing it off after a second. &nbsp;I figured
it would be something pretty simple.</div>
  <br>
  </div>
</blockquote>
Another option is a program I wrote that checks for power status on the
STB and then you can turn it on or off. I expect this will work on any
STB as I use the original power codes defined in the late 90's. I also
have a script that does the power status check before turning on the
STB that way you save an additional second as the power on requires a 1
second guard time.<br>
<br>
Check out: <a href="http://code.google.com/p/sa3250cmd/">http://code.google.com/p/sa3250cmd/</a><br>
<br>
don't be spooked by the name sa3250. When I first wrote it, it was for
sa3250 and sa4250 boxes but it should be generic and has also been
verified on the Motorola DCT series. Let me know if it works or not on
yours and I will add it to the compatibility list.<br>
<br>
Also note majoridiot is using the same power codes but I don't remember
what logic he checks before doing this so it may/may not work with the
QIP.<br>
<br>
</body>
</html>