<br><br><div class="gmail_quote">On Wed, Jun 15, 2011 at 10:47 AM,  <span dir="ltr">&lt;<a href="mailto:moodyjunk@frontiernet.net">moodyjunk@frontiernet.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I&#39;m running Fedora 12 with MythTV 0.24-2 and trying to connect a DCX-3200 STB.  MythTV reports it as a failed tuner.  mythbackend.log reports:<br>
    FireChan(0025F2FFFE16BC63), Error: Model: &#39;DCX-3200&#39; is not supported.<br>
though mythtvsetup panel provides DCX-3200 as a valid cable box model.<br>
<br>
<br>
plugreport shows the STB connected as p2p:<br>
Node 2 GUID 0x0025f2fffe16bc63<br>
------------------------------<br>
oMPR n_plugs=1, data_rate=2, bcast_channel=63<br>
oPCR[0] online=1, bcast_connection=0, n_p2p_connections=1<br>
        channel=1, data_rate=2, overhead_id=0, payload=376<br>
iMPR n_plugs=0, data_rate=2<br>
<br>
and I can successfully record via:<br>
    test-mpeg2 -r 2 &gt;test2.mpg<br>
<br>
So, Linux likes the DCX-3200 just fine, but MythTV 0.24-2 does but doesn&#39;t.<br>
<br>
Can someone please confirm that DXC-3200 is supported by 0.24-2, and assuming it is give me some hints as to why mythbackend.log is complaining?  Thanks.<br>
<br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>The DCX-3200 worked fine when I was on .24 and still does on master.   <br><br>--- libs/libmythtv/firewiredevice.cpp_orig    2010-08-20 00:03:12.000000000 -0500<br>+++ libs/libmythtv/firewiredevice.cpp    2010-09-23 20:55:29.040059905 -0500<br>
@@ -494,6 +494,7 @@ bool FirewireDevice::IsSTBSupported(cons<br> {<br>     QString model = panel_model.toUpper();<br>     return ((model == &quot;DCH-3200&quot;) ||<br>+            (model == &quot;DCX-3200&quot;) ||<br>             (model == &quot;DCH-3416&quot;) ||<br>
             (model == &quot;DCT-3412&quot;) ||<br>             (model == &quot;DCT-3416&quot;) ||<br><br>