<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Scott Harris wrote:
<blockquote cite="mid47F50FC6.2090908@webhounds.net" type="cite">
  <pre wrap="">
Mark Hutchinson wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am having audio tinny'ness after an update on Fedora 8 with a  
Hauppauge 150 and a 500.
There were two updates that could have done this.  As I understand,  
ivtv drivers are now in the kernel.  Also an update was ivtv itself.
Here is the kernel version: 2.6.24.3-50.fc8

Though, I still have the ivtv-kmdl installed as well:
ivtv-1.0.3-136.fc8
ivtv-kmdl-2.6.24.3-50.fc8-1.0.3-136.fc8

Wondering on ideas to troubleshoot this.  I was thinking of  
blacklisting ivtv in hopes that it would black list the included  
kernel version and use the kmdl version that has worked in the past?

How do you tell which supplied version is the offender?

    </pre>
  </blockquote>
  <pre wrap=""><!---->
I'm experiencing this as well.  kernel 2.6.24.3-34.fc8

As a temporary fix I run this from cron every minute

/usr/bin/v4l2-ctl  -d /dev/video1  --set-audio-input=1

which fixes it for me (video1 is my pvr-150)

Scott

  </pre>
</blockquote>
<br>
I have this issue on my PVR-150, but not the pvr-250 thats in the same
system. <br>
I thought it sounded like audio emphasis was on, but if I check it when
its happening, it is still disabled. <br>
As a work-around, I launch this script from my change-channel script. I
launch it in the background because mythtv sets its recording settings
after the channel change script completes. <br>
This way, I only need to run it once after each recording starts. <br>
<br>
-----------------------------------------<br>
#!/bin/bash<br>
# video_settings1<br>
sleep 3<br>
<br>
/usr/bin/v4l2-ctl -c audio_emphasis=0<br>
<br>
-------------------------------------------<br>
To tell which version you are using, type dmesg |grep ivtv<br>
the version is at the top<br>
<br>
ivtv:&nbsp; Start initialization, version 1.1.0<br>
ivtv0: Initializing card #0<br>
ivtv0: Autodetected Hauppauge card (cx23416 based)<br>
<br>
Hope this helps<br>
<br>
<br>
- Richard<br>
</body>
</html>