[mythtv-users] DCX3200 Fails in 0.24-2

Tom Flair lists at graniteskies.net
Wed Jun 15 15:52:47 UTC 2011


On Wed, Jun 15, 2011 at 10:47 AM, <moodyjunk at frontiernet.net> wrote:

> I'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:
>    FireChan(0025F2FFFE16BC63), Error: Model: 'DCX-3200' is not supported.
> though mythtvsetup panel provides DCX-3200 as a valid cable box model.
>
>
> plugreport shows the STB connected as p2p:
> Node 2 GUID 0x0025f2fffe16bc63
> ------------------------------
> oMPR n_plugs=1, data_rate=2, bcast_channel=63
> oPCR[0] online=1, bcast_connection=0, n_p2p_connections=1
>        channel=1, data_rate=2, overhead_id=0, payload=376
> iMPR n_plugs=0, data_rate=2
>
> and I can successfully record via:
>    test-mpeg2 -r 2 >test2.mpg
>
> So, Linux likes the DCX-3200 just fine, but MythTV 0.24-2 does but doesn't.
>
> 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.
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>

The DCX-3200 worked fine when I was on .24 and still does on master.

--- libs/libmythtv/firewiredevice.cpp_orig    2010-08-20 00:03:12.000000000
-0500
+++ libs/libmythtv/firewiredevice.cpp    2010-09-23 20:55:29.040059905 -0500
@@ -494,6 +494,7 @@ bool FirewireDevice::IsSTBSupported(cons
 {
     QString model = panel_model.toUpper();
     return ((model == "DCH-3200") ||
+            (model == "DCX-3200") ||
             (model == "DCH-3416") ||
             (model == "DCT-3412") ||
             (model == "DCT-3416") ||
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.mythtv.org/pipermail/mythtv-users/attachments/20110615/1a9b38d3/attachment.html 


More information about the mythtv-users mailing list