[mythtv-users] Firewire Channel Changing Help

Carl Foner foner at usa.net
Thu Apr 19 06:50:40 UTC 2012


Yeechang Lee wrote:
>Carl Foner <foner at usa.net> says:
>>  When I try changing channels, I get the following message:
>>
>>  Could not find Motorola DCT-6200 on the 1394 bus.
>
>6200ch requires specifying either 1) the node and port/host adapter,
>or 2) GUID of the FireWire box you want to talk to. GUID is
>preferable, as nodes can change during reboot. 'sudo plugreport'
>provides the necessary data. If it says something like
>
>      Host Adapter 0
>
>      [...]
>
>      Node 2 GUID 0x000d7abcde123456
>      ------------------------------
>      oMPR n_plugs=1, data_rate=2, bcast_channel=63 [*]
>
>[*] Has nothing to do with TV channels
>
>then the command line is either
>
>      sudo 6200ch -g 0x000d7abcde123456 70 # 70 = the channel to tune to
>
>or
>
>      sudo 6200ch -n 2 -p 0 70 # 70 = the channel to tune to
>
>If these directions don't work, recheck the vendor and model ID you
>compiled in.

Thanks for the reply. I tried these directions, but I'm still getting 
the same error message.

I rechecked the vendor/model ID I compiled in. I tried to follow the 
format in place, but I'm not sure if I got it right. In one place I 
added the following:

#define SMTH3050_VENDOR_ID1 0x000000f0
#define SMTH3050_MODEL_ID1  0x0001ffff

Later on I added this:

(dir.vendor_id == SMTH3050_VENDOR_ID1) ||

Do those look right formatting-wise? Is there anything I'm 
missing/doing wrong/should be aware of?

Thanks again for any help you can provide.

- Carl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20120419/f7321dfa/attachment.html>


More information about the mythtv-users mailing list