[mythtv-users] Is anybody able to change channels on a 4250HDC STB via firewire?

Matt Emmott memmott at gmail.com
Wed Jun 3 00:55:24 UTC 2009


On Tue, Jun 2, 2009 at 6:54 AM, Mike Perkins
<mikep at randomtraveller.org.uk>wrote:

> Matt Emmott wrote:
>
>>
>> /* SA42xxHD IDs */
>> #define SA4200HD_VENDOR_ID1     0x000014f8
>> #define SA4200HD_MODEL_ID1      0x00001072
>> #define SA4250HD_VENDOR_ID1     0x00001cea  /* samo's stb */
>> #define SA4250HD_VENDOR_ID1     0x000022ce  /* jerkychew's stb */
>> #define SA4250HD_MODEL_ID1      0x000010cc  /* jerkychew's stb */
>>
>>  lines 3 and 4 define the same identifier (SA4250HD_VENDOR_ID1). You have
> to lose line 3 before your compile will work.
>
> --
>
> Mike Perkins
>
>
>
Done and recompiled, still no luck. This is what I changed that section to:

/* SA42xxHD IDs */
#define SA4200HD_VENDOR_ID1     0x000014f8
#define SA4200HD_MODEL_ID1      0x00001072
#define SA4250HD_VENDOR_ID1     0x000022ce  /* jerkychew's stb */
#define SA4250HD_MODEL_ID1      0x000010cc  /* jerkychew's stb */

And the script gives me the following:

matt at mythdev:/usr/share/doc/mythtv-backend/contrib/channel_changers/sa4250hdc$
./sa4250_ch_new -v
node 0: vendor_id = 0x00001106 model_id = 0x00000000
Could not find SA42XXHD on the 1394 bus!
Try running again with -v and check source code for matching Vendor ID and
Model ID-
Add if necessary and recompile.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20090602/7f18e876/attachment.htm>


More information about the mythtv-users mailing list