<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Jan 4, 2015 at 2:48 PM, Mythtv - SIlicondust <span dir="ltr"><<a href="mailto:mythtv@silicondust.com" target="_blank">mythtv@silicondust.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><span class="">>The short answer is you'll be OK (but see my assumption below).<br><div class="gmail_extra"><br></div></span>Nick here from Silicondust...<br><br>Please use a high quality 5V regulated switching power supply, >= 1A rating (most common are 2A which is fine), 2.1mm inner-diameter plug (not 2.5mm), center positive wiring.<br></div><br><div><div class="gmail_extra">Using a non 5V or non regulated power supply may damage the HDHomeRun.<br></div><div class="gmail_extra">Using a low quality/noisy 5V power supply may affect performance.<br></div><div class="gmail_extra">Recommend not sharing a 5V power supply with multiple devices.<br><br></div><div class="gmail_extra">Following the thread - I looked up the mythtv source code - the error suggests the machine is unable to connect to the HDHomeRun unit.<br></div><div class="gmail_extra">This could suggest a network issue or issue with the HDHomeRun unit.<br><br></div><div class="gmail_extra">An interesting test would be to set up a script that runs the following every 2 seconds and log it to a file:<br></div><div class="gmail_extra">hdhomerun_config <device id> get /tuner0/debug<br><br></div><div class="gmail_extra">1) You will be able to see if the command fails at the same time mythtv fails.<br></div><div class="gmail_extra">2) If/when the command starts working again it should say "stop=<n>" which may hint as to why it stopped.<br></div><div><br></div></div></div></blockquote><div><br></div><div>I've got something like this:<br><br>#!/bin/sh<br>while [ 1 ]; do<br>echo "test"<br>hdhomerun_config 10305A8C get /tuner0/debug >> mythtest<br>    sleep 2<br>done<br> <br><br></div><div>I'll google around, but how do I echo a time stamp into this?<br></div></div><br></div></div>