On 2/25/06, <b class="gmail_sendername">Marc Boorshtein</b> <<a href="mailto:mboorshtein@gmail.com">mboorshtein@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
what distro are you using? just use yum to install the libraries and<br>you should be all set<br><br>On 2/25/06, Michael Haan <<a href="mailto:michael.haan@gmail.com">michael.haan@gmail.com</a>> wrote:<br>> On 2/25/06, Michael Haan <
<a href="mailto:michael.haan@gmail.com">michael.haan@gmail.com</a>> wrote:<br>> ><br>> > On 2/25/06, Marc Boorshtein < <a href="mailto:mboorshtein@gmail.com">mboorshtein@gmail.com</a>> wrote:<br>> >
<br>> > > /usr/share/doc/contrib/chenall_changers<br>> > ><br>> > > On 2/25/06, Michael Haan <<a href="mailto:michael.haan@gmail.com">michael.haan@gmail.com</a>> wrote:<br>> > > > On 2/25/06, Marc Boorshtein <
<a href="mailto:mboorshtein@gmail.com">mboorshtein@gmail.com</a>> wrote:<br>> > > > > works perfect, thanks!<br>> > > > ><br>> > > > > On 2/25/06, David Vasquez < <a href="mailto:vasqued2@yahoo.com">
vasqued2@yahoo.com</a>> wrote:<br>> > > > > > >>I've installed MythTV-.19 and have it reocrding, but<br>> > > > > > i wont change the<br>> > > > > > >>chanell. i've built and installed sa3250ch, but when
<br>> > > > > > it runs, to<br>> > > > > > >>seems to send some wierd signal to the cable box<br>> > > > > > because it just jumps<br>> > > > > > >>to a couple of random stations and then to chanell
<br>> > > > > > 7.<br>> > > > > ><br>> > > > > > I had a similar problem and needed to replace<br>> > > > > > cmd[1] = CTL_CMD1 | (dig[0] << 16) | (dig[1] << 8)
<br>> > > > > > | dig[2];<br>> > > > > > with the following:<br>> > > > > > cmd[1] = CTL_CMD1 | (chn << 8);<br>> > > > > ><br>> > > > > > Let me know if it works.
<br>> > > > > > David<br>> > > > > ><br>> > > > > ><br>> > > > > ><br>> __________________________________________________<br>> > > > > > Do You Yahoo!?
<br>> > > > > > Tired of spam? Yahoo! Mail has the best spam protection around<br>> > > > > > <a href="http://mail.yahoo.com">http://mail.yahoo.com</a><br>> > > > > > _______________________________________________
<br>> > > > > > mythtv-users mailing list<br>> > > > > > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>> > > > > ><br>> <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>> > > > > ><br>> > > > > _______________________________________________<br>> > > > > mythtv-users mailing list
<br>> > > > > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>> > > > ><br>> <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br>> > > > ><br>> > > ><br>> > > ><br>> > > > Where do you get sa3250ch from?<br>> > > ><br>> > > > _______________________________________________
<br>> > > > mythtv-users mailing list<br>> > > > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>> > > ><br>> <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>> > > ><br>> > > ><br>> > > ><br>> > > _______________________________________________<br>> > > mythtv-users mailing list
<br>> > > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>> > > <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br>> > ><br>> ><br>> ><br>> > Thanks for the pointer! To clarify, the location for 0.19 is:<br>> ><br>> > /usr/share/doc/mythtv-0.19/contrib/channel_changers<br>> ><br>>
<br>><br>> Ok, next, it won't compile for me. I've got the libraries installed, but I<br>> get this:<br>><br>> # cc -o sa3250ch sa3250ch.c -lrom1394 -lavc1394 -lraw1394<br>> sa3250ch.c:23:32: error: libavc1394/rom1394.h: No such file or directory
<br>> sa3250ch.c:24:32: error: libavc1394/avc1394.h: No such file or directory<br>> sa3250ch.c:25:32: error: libraw1394/raw1394.h: No such file or directory<br>> ....<br>><br>> But, FWIW, do I need to build this myself? Can't someone just post the
<br>> binary?<br>><br>> _______________________________________________<br>> mythtv-users mailing list<br>> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>> <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>><br>><br>><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org
</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br><br>Using FC4. smart tells me the lib's are already installed, I suspect the source/headers are not.
<br>