<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 29, 2013 at 5:57 PM, Bill Meek <span dir="ltr">&lt;<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">On 08/29/2013 03:39 PM, Roger Siddons wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
On Thu, 29 Aug 2013 17:16:12 +0100, Daryl McDonald &lt;<a href="mailto:darylangela@gmail.com" target="_blank">darylangela@gmail.com</a>&gt; wrote:<br>
</blockquote>
<br></div>
If you put all of your commands in a file, and make the file executable,<br>
then use: sudo ./someTestFile.sh, the commands will work (they do for me.)<br>
<br>
Don&#39;t put the sudo in front of the commands in the file.<br>
<br>
Also, there are/were some boards that needed to have hpet disabled.<br>
<br>
For *buntu, this is done in /etc/default/grub and look for a line like:<br>
<br>
    GRUB_CMDLINE_LINUX_DEFAULT=&quot;<u></u>quiet splash&quot;<br>
<br>
and change it to:<br>
<br>
    GRUB_CMDLINE_LINUX_DEFAULT=&quot;<u></u>quiet splash hpet=disabled&quot;<br>
<br>
Then you must do: sudo update grub and reboot the machine in order<br>
for it to take affect. Truthfully, I still do this and don&#39;t know<br>
if newer kernels have fixed the bug that required it.<br>
<br>
I know I *had* to do this in the past in order to have this work.<br>
It&#39;s documented on the Wiki (near the bottom if I recall.)<span class=""><font color="#888888"><br>
<br>
-- <br>
Bill</font></span><div class=""><div class="h5"><br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a></div></div></blockquote><div><br></div><div>I disabled the &quot;hpet&quot; and corrected some other inappropriate html translations in the &quot;turn off hwclock script&quot; entered the test commands in the &quot;sudo sh -c&quot; method, with no complaint from the terminal, but still IRQ=no; does this mean I need to be brave and try the commands as &quot;root&quot;?</div>
<div><br></div><div><div>daryl@daryl-A780L3C:~$ cat /proc/driver/rtc</div><div>rtc_time<span class="" style="white-space:pre">        </span>: 09:38:10</div><div>rtc_date<span class="" style="white-space:pre">        </span>: 2013-08-30</div>
<div>alrm_time<span class="" style="white-space:pre">        </span>: 09:42:50</div><div>alrm_date<span class="" style="white-space:pre">        </span>: 2013-08-30</div><div>alarm_IRQ<span class="" style="white-space:pre">        </span>: no</div>
<div>alrm_pending<span class="" style="white-space:pre">        </span>: no</div></div><div>  //snip//</div><div><br></div><div>Daryl</div></div><br></div></div>