<br><br><div class="gmail_quote">On Fri, Mar 28, 2008 at 7:26 PM, William Munson &lt;<a href="mailto:william_munson@comcast.net">william_munson@comcast.net</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
<br>
</div>You are missing some libraries. Try searching for &quot;IEEE&quot; in synaptic and<br>
install the ones you are missing. Dont forget to install the -dev<br>
packages too. I have it working on ubuntu and its proven to be pretty<br>
stable as long as you do not try to tune a channel with disabled<br>
firewire output. That seems to lock things up pretty good.<br>
<br>
<br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank"></a></blockquote><div>Thanks! I know that the readme mentioned installing other libraries but I&#39;m really gunshy with my past issues and switching to a new distro. I was able to compile the new changer, but ran into new issues, but was able to pull the following script out of my archives and it seems to work:<br>
<br>#!/bin/sh<br><br>l=`echo $1 | awk &#39;{print length($0)}&#39;`<br><br>if [ $l -eq 3 ]<br>then<br>&nbsp;<span class="nfakPe">sa3250ch</span> -s $1<br>fi<br><br>if [ $l -eq 2 ]<br>then<br>&nbsp;<span class="nfakPe">sa3250ch</span> -s 0<br>
&nbsp;<span class="nfakPe">sa3250ch</span> -s $1
<br>fi<br><br>if [ $l -eq 1 ]<br>then<br>&nbsp;<span class="nfakPe">sa3250ch</span> -s 0<br>&nbsp;<span class="nfakPe">sa3250ch</span> -s 0<br>&nbsp;<span class="nfakPe">sa3250ch</span> -s $1<br>fi<br><br>So now Myth changes channels correctly but I&#39;m running into the same issues I&#39;ve had all along - Only the channels that are available clear over the air in HD work. Everything else results in a &quot;Partial Lock L__&quot; when I tune to them. I&#39;ll send a separate email to the list to see if this is my configuration, or if it&#39;s my local friends at Charter not letting me tune into anything but free HD. Strange that non-HD channels don&#39;t get a lock either, though...<br>
</div></div><br>