<br><br><div class="gmail_quote">On Thu, Jun 4, 2009 at 8:36 PM, Christian Szpilfogel <span dir="ltr">&lt;<a href="mailto:chrisznews4@rogers.com">chrisznews4@rogers.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You are going to have to debug this lower down. I haven&#39;t seen these vendor IDs on an SA4250 (not necessarily an issue) and the Model ID of 0 is unusual to me as well. Your thread however indicates you compiled those values into the channel changer.<br>

<br>
In an earlier email you found:<br>
/sa4250_ch -v<div class="im"><br>
node 0: vendor_id = 0x00001106 model_id = 0x00000000<br></div><div class="im">
node 1: vendor_id = 0x000022ce model_id = 0x000010cc<br>
<br></div>
22ce IS a Scientific Atlanta box and 10cc is a model as well. Have you tried this pair? Your thread suggests you did not.<br>
<br>
I also asked you earlier for an output of plugreport and you did not do this. Can you do this?<br>
<br>
sa4250_ch_new also has a &quot;-n&quot; parameter so if you have the constants correct then perhaps you want the following command:<br>
sa4250_ch_new -n 1 -v 56<div><div></div><div class="h5"></div></div></blockquote><div><br>Ok, one more update and please understand I have no idea what I&#39;m doing:<br><br>I modified sa4250_ch_new.c and set up that section as follows:<br>
<br>#define SA4200HD_VENDOR_ID1     0x000014f8<br>#define SA4200HD_MODEL_ID1      0x00001072<br>#define SA4250HD_VENDOR_ID1     0x000022ce  /* jerkychew&#39;s stb */<br>#define SA4250HD_MODEL_ID1      0x000010cc  /* jerkychew&#39;s stb */<br>
<br>I then compiled it using sudo gcc -o sa4250_ch_new sa4250_ch_new.c -lrom1394 -lavc1394 -lraw1394 and moved it to /usr/local/bin<br><br>I cd&#39;ed to that directory and ran the following, with the following result:<br>
<br>matt@mythdev:/usr/local/bin$ ./sa4250_ch_new -n 1 785<br>Changing channel 785<br>matt@mythdev:/usr/local/bin$ ./sa4250_ch_new -v -n 1 785<br>node 1: vendor_id = 0x000022ce model_id = 0x000010cc<br>Device acquired on node 1<br>
Changing channel 785<br>AV/C Command: cmd0=0x00487ce7 cmd1=0x04031100 cmd2=0xff000000<br><br>But it still never changes. Still out of ideas. I downloaded Scott Bickford&#39;s script and will try to compile that.<br><br> <br>
</div></div><br>