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

Michael Haan michael.haan at gmail.com
Sat Feb 25 21:29:28 UTC 2006


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060225/6a792a89/attachment.htm 


More information about the mythtv-users mailing list