<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; ">Ok so I have my AVERTV M150-D TV Tuner working on my myth box (MythDora 12), however sound is screwed up, its really deep when people are talking. <br>
<br>I&#39;m following instructions from here:<br><a href="http://www.mythtv.org/wiki/AVerMedia_M150-D" target="_blank" style="color: rgb(34, 34, 156); ">http://www.mythtv.org/wiki/AVerMedia_M150-D</a><br><br>It suggests using a script similar to:<br>
<div style="margin-right: 20px; margin-bottom: 20px; margin-left: 20px; margin-top: 5px; "><div class="smallfont" style="font-size: 11px; margin-bottom: 2px; ">Code:</div><pre class="bbcodeblock" dir="ltr" style="background-color: rgb(230, 230, 230); margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: -99999px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: inset; border-right-style: inset; border-bottom-style: inset; border-left-style: inset; border-color: initial; width: 826px; height: 114px; text-align: left; overflow-x: auto; overflow-y: auto; ">
#!/bin/bash
/usr/bin/v4lctl -c /dev/video2 setchannel $1
/usr/bin/v4lctl -c /dev/video2 volume mute off
/usr/bin/v4lctl -c /dev/video2 setfreqtab us-cable
/usr/bin/v4lctl -c /dev/video2 setnorm NTSC-M
sleep 1</pre></div>(I have tried the same one he uses as well)<br><br>And find that it does not change channels or fix the sound, rather the picture goes stat-icky, and so does the sound.<br><br>On this box, I also have a Hauppauge card, when I try to use v4lctl to change the channels on that card, I get the same result. So I think, its got to be something wrong with v4lctl, though I&#39;m not sure what to do. <br>
<br>Any help that can be offered in fixing this is deeply appreciated.</span><div><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; ">-Mitch</span></div>