[mythtv-users] DCT-6416 vendor id for 6200ch channel changer script

Stephen Sassman sassman1 at gmail.com
Thu Dec 7 14:40:22 UTC 2006


>> You need "#" in front of the define lines..

OK, that makes it compile. I thought # was for comment, but maybe it's not
that way in C? Problem is , I still get the same error when I try to change
the channel: Could not find Motorola DCT-6200 on the 1394 bus. Can capture
video OK. I would be eternally grateful if someone could write a patch to
make this thing work, since I'm too dense to figure it out. I tried adding
my vendor and model id to the code, but its not working. Specifically I
added:

#define DCT6416_VENDOR_ID1 0x000018c0       at line 49
#define DCT6416_MODEL_ID1 0x00000000         at line 50
(dir.vendor_id == DCT6416_VENDOR_ID1))        at line 177
(dir.model_id == DCT6416_MODEL_ID1))           at line 180

and of course fixed up the parentheses, brackets etc. Like I said it will
compile without error, but channel does not change.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20061207/1c30e0c6/attachment.htm 


More information about the mythtv-users mailing list