<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>Issue with the default sound volume on my PVR-150</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hi all.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">When I first installed my PVR-150, everyone was more or less good to go.&nbsp; I noticed that during playback my recordings would have a noticeable hissing sound that I couldn't figure out how to get rid of.&nbsp; After a couple of days googling, I figured out that the problem was that Myth was resetting any volume settings I had set for the PVR-150, (v4l2-ctl &#8211;set-ctrl=volume=63500), and using one much lower.&nbsp; Once I started recording I would run v4l2-ctl &#8211;set-ctrl=volume=63500 and everything would be fine with that specific recording.&nbsp; Audio playback was great.&nbsp; No more noticeable hissing until Myth tried to recording something else when it would reset the volume again.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">I created the following cronjob...</FONT>
<BR>

<BR><FONT SIZE=2 FACE="Arial">* * * * * /usr/bin/v4l2-ctl &#8211;set-ctrl=volume=63500<BR>
* * * * * /bin/sleep 5; /usr/bin/v4l2-ctl &#8211;set-ctrl=volume=63500<BR>
* * * * * /bin/sleep 10; /usr/bin/v4l2-ctl &#8211;set-ctrl=volume=63500<BR>
* * * * * /bin/sleep 15; /usr/bin/v4l2-ctl &#8211;set-ctrl=volume=63500<BR>
* * * * * /bin/sleep 20; /usr/bin/v4l2-ctl &#8211;set-ctrl=volume=63500<BR>
* * * * * /bin/sleep 25; /usr/bin/v4l2-ctl &#8211;set-ctrl=volume=63500<BR>
* * * * * /bin/sleep 30; /usr/bin/v4l2-ctl &#8211;set-ctrl=volume=63500<BR>
* * * * * /bin/sleep 35; /usr/bin/v4l2-ctl &#8211;set-ctrl=volume=63500<BR>
* * * * * /bin/sleep 40; /usr/bin/v4l2-ctl &#8211;set-ctrl=volume=63500<BR>
* * * * * /bin/sleep 45; /usr/bin/v4l2-ctl &#8211;set-ctrl=volume=63500<BR>
* * * * * /bin/sleep 50; /usr/bin/v4l2-ctl &#8211;set-ctrl=volume=63500<BR>
* * * * * /bin/sleep 55; /usr/bin/v4l2-ctl &#8211;set-ctrl=volume=63500</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&#8230;which resets the volume to what I want every 5 seconds.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">To me, this is a band aid and am coming here to see if someone else has a better solution for me.</FONT>
</P>
<BR>

</BODY>
</HTML>