<br><br><br><div><span class="gmail_quote">On 10/25/07, <b class="gmail_sendername">Kevin Bailey</b> &lt;<a href="mailto:ke-myth@retriever.dyndns.org">ke-myth@retriever.dyndns.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
I&#39;m using myth 0.20-svn20070122 with a 2.6.20-16-generic<br>kernel (stock feisty Ubuntu). I have a single front/back<br>end box with a single pcHDTV HD3000 card.<br><br>If I leave the box running for a few days (backend running,
<br>frontend not), it will suddenly act as though it can&#39;t receive<br>anything anymore. It can change channels, but can&#39;t get a<br>lock. You can imagine what this does to my scheduled recordings.<br><br>Power cycling the PC fixes it (again, for a few days), but
<br>cycling the mythbackend doesn&#39;t. So I suspect its eitthe card or the driver.<br><br>Anyone seen this ? Is there any work-around/solution ?<br><br>Thanks<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></blockquote></div>
<br><br>I&#39;ve seen this happen once in awhile. &nbsp;For me unloading and reloading the modules always fixed it.<br>So I wrote a script and have it run nightly via cron (There&#39;s nothing I record in HD at 3am):<br><br>#!/bin/bash
<br>date<br>rmmod cx88_dvb cx8802 cx88xx<br>modprobe cx88_dvb<br><br>Hope this helps<br>Dave<br>