[mythtv-users] Chanell changing problem over firewire using sa3250ch

Michael Haan michael.haan at gmail.com
Sat Feb 25 22:04:22 UTC 2006


On 2/25/06, Michael Haan <michael.haan at gmail.com> wrote:
>
> On 2/25/06, Marc Boorshtein <mboorshtein at gmail.com> wrote:
> >
> > /usr/share/doc/contrib/chenall_changers
> >
> > On 2/25/06, Michael Haan <michael.haan at gmail.com> wrote:
> > > On 2/25/06, Marc Boorshtein < mboorshtein at gmail.com> wrote:
> > > > works perfect, thanks!
> > > >
> > > > On 2/25/06, David Vasquez <vasqued2 at yahoo.com> wrote:
> > > > > >>I've installed MythTV-.19 and have it reocrding, but
> > > > > i wont change the
> > > > > >>chanell. i've built and installed sa3250ch, but when
> > > > > it runs, to
> > > > > >>seems to send some wierd signal to the cable box
> > > > > because it just jumps
> > > > > >>to a couple of random stations and then to chanell
> > > > > 7.
> > > > >
> > > > > I had a similar problem and needed to replace
> > > > >     cmd[1] = CTL_CMD1 | (dig[0] << 16) | (dig[1] << 8)
> > > > > | dig[2];
> > > > > with the following:
> > > > >     cmd[1] = CTL_CMD1 | (chn << 8);
> > > > >
> > > > > Let me know if it works.
> > > > > David
> > > > >
> > > > >
> > > > > __________________________________________________
> > > > > Do You Yahoo!?
> > > > > Tired of spam?  Yahoo! Mail has the best spam protection around
> > > > > http://mail.yahoo.com
> > > > > _______________________________________________
> > > > > mythtv-users mailing list
> > > > > mythtv-users at mythtv.org
> > > > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > > >
> > > > _______________________________________________
> > > > mythtv-users mailing list
> > > > mythtv-users at mythtv.org
> > > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > >
> > >
> > >
> > > Where do you get sa3250ch from?
> > >
> > > _______________________________________________
> > > mythtv-users mailing list
> > > mythtv-users at mythtv.org
> > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > >
> > >
> > >
> > _______________________________________________
> > mythtv-users mailing list
> > mythtv-users at mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
>
>
> Thanks for the pointer!  To clarify, the location for 0.19 is:
>
> /usr/share/doc/mythtv-0.19/contrib/channel_changers
>


Ok, next, it won't compile for me.  I've got the libraries installed, but I
get this:

# cc -o sa3250ch sa3250ch.c -lrom1394 -lavc1394 -lraw1394
sa3250ch.c:23:32: error: libavc1394/rom1394.h: No such file or directory
sa3250ch.c:24:32: error: libavc1394/avc1394.h: No such file or directory
sa3250ch.c:25:32: error: libraw1394/raw1394.h: No such file or directory
....

But, FWIW, do I need to build this myself?  Can't someone just post the
binary?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060225/842b2df6/attachment.htm 


More information about the mythtv-users mailing list