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

David Vasquez vasqued2 at yahoo.com
Sat Feb 25 20:59:09 UTC 2006


>>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 


More information about the mythtv-users mailing list