On 5/17/06, <b class="gmail_sendername">Allan Wilson</b> &lt;<a href="mailto:allanwilson@gmail.com">allanwilson@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>I finally got HD content working over the firewire ports on my SA3250HD
cable box and when I tried to change the channel it always went to
something like 49 instead of 783. So I read what someone told me
earlier about the sa3250ch command that will change the channel on your
cable box. I compiled it and tried to run it manually and I got the
following:<br>
<br>
<div style="margin-left: 40px;"><font size="1">sh-3.00$ /usr/bin/sa3250ch 783</font><br>
<font size="1">Could not find SA3250HD on the 1394 bus.</font><br>
</div>
<br>
I made sure that the firewire port was working both before and after I
ran this command and it was so for some reason it just isn't seeing the
box. I thought I would ask around and see if anyone had any ideas
before I went much further. Thanks for the help.<br></div><div><span class="sg">
<br>
Allan<br>

</span></div></blockquote></div><br>
After reading one of the older posts I saw that I probly needed to
update the code in the source for the model box that I have from what I
have in gscanbus. I tried it and I am still getting the same error
message. More than likely I am making a stupid mistake so let me run it
by here. The output from gscanbus is:<br>
<div style="margin-left: 40px;"><font size="1">GUID: 0x00169205A0D00000</font><br>
<font size="1">Node Capabilities: 0x000083C0</font><br>
<font size="1">Vendor ID: 0x00001692</font><br>
<font size="1">Unit Spec ID: 0x00000989</font><br>
<font size="1">Unit SW Version: 0x00000100</font><br>
<font size="1">Model ID: 0x00000000</font><br>
</div>
<div style="margin-left: 40px;"><font size="1">N</font><font size="1">r. Textual Leafes: 2</font><br>
</div>
And I changed the lines in sa3250ch.c referencing the vendor and model from the following:<br>
<div style="margin-left: 40px;"><font size="1">/* SA3250HD IDs */</font><br>
<font size="1">#define SA3250HD_VENDOR_ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x000011e6</font><br>
<font size="1">#define SA3250HD_MODEL_ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x00000be0</font><br>
</div>
To the following:<br>
<div style="margin-left: 40px;"><font size="1">/* SA3250HD IDs */</font><br>
<font size="1">#define SA3250HD_VENDOR_ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x00001692</font><br>
<font size="1">#define SA3250HD_MODEL_ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x00000000</font><br>
</div>
Does anyone know of anything else I might need to modify? Thanks<br>
<br>
Allan<br>
<br>