[mythtv-users] Firewire on SA3250HD Help Needed

David Vasquez vasqued2 at yahoo.com
Sat Mar 4 11:42:33 UTC 2006


> Myth 0.19 does not pass the correct channel to my 
> SA3250HD (SARA version).
> For one thing, it doesn't seem to like the number
five.
> Any suggestions to fix this?

Try replacing the following line:
cmd[1] = CTL_CMD1 | (dig[0] << 16) | (dig[1] << 8) |
dig[2];

with this:
cmd[1] = CTL_CMD1 | (chn << 8);

That's what worked for me, but mine runs Passport. 
And yes, I specify it as a channel changing script in
Mythsetup.

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