<br><br><div class="gmail_quote">On Tue, Jun 2, 2009 at 6:54 AM, Mike Perkins <span dir="ltr">&lt;<a href="mailto:mikep@randomtraveller.org.uk">mikep@randomtraveller.org.uk</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;">
<div class="im">Matt Emmott wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
/* SA42xxHD IDs */<br>
#define SA4200HD_VENDOR_ID1     0x000014f8<br>
#define SA4200HD_MODEL_ID1      0x00001072<br>
#define SA4250HD_VENDOR_ID1     0x00001cea  /* samo&#39;s stb */<br>
#define SA4250HD_VENDOR_ID1     0x000022ce  /* jerkychew&#39;s stb */<br>
#define SA4250HD_MODEL_ID1      0x000010cc  /* jerkychew&#39;s stb */<br>
<br>
</blockquote></div>
lines 3 and 4 define the same identifier (SA4250HD_VENDOR_ID1). You have to lose line 3 before your compile will work.<br>
<br>
-- <br><font color="#888888">
<br>
Mike Perkins</font><div><div></div><div class="h5"><br>
<br>
</div></div></blockquote><div><br>Done and recompiled, still no luck. This is what I changed that section to:<br><br>/* SA42xxHD IDs */<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>And the script gives me the following:<br><br>matt@mythdev:/usr/share/doc/mythtv-backend/contrib/channel_changers/sa4250hdc$ ./sa4250_ch_new -v<br>
node 0: vendor_id = 0x00001106 model_id = 0x00000000<br>Could not find SA42XXHD on the 1394 bus!<br>Try running again with -v and check source code for matching Vendor ID and Model ID-<br>Add if necessary and recompile.<br>
<br> <br></div></div><br>