[mythtv-users] volume initialization with mythtv

Ted Serreyn ted at serreyn.com
Mon Jan 12 19:11:58 EST 2004


PVR 350, in order to get audio while watching tv, I must run
/usr/local/bin/test_ioctl -y mute=0

After myth tv has started (I have already added it the ivtv_set script and
an additional one in rc.local.

Any ideas why?

Here is the script that I am using, only the last one is required to get the
audio working?

/usr/local/bin/test_ioctl -u 0x3000
echo 1
sleep 5
/usr/local/bin/test_ioctl -p 4
echo 2
sleep 5
/usr/local/bin/test_ioctl -f width=480,height=480
echo 3
sleep 5
/usr/local/bin/test_ioctl -v input=3,output=1
echo 4
sleep 5
/usr/local/bin/test_ioctl -c dnr_mode=0
echo 5
sleep 5
/usr/local/bin/test_ioctl -c dnr_temporal=0
echo 6
sleep 5
/usr/local/bin/test_ioctl -c dnr_spatial=0
echo 7
sleep 5
/usr/local/bin/test_ioctl -y mute=0



More information about the mythtv-users mailing list