Comment 80 for bug 472770

Revision history for this message
James Andrew Davis (davis-nf) wrote :

SOLVED!

I had trouble with my tvtime too. HVR-850 sent a video, but there was no audio. The volume was set at 0 and would not move.

The solution I found was here:
http://kimbriggs.com/computers/computer-notes/linux-notes/tvtime-volume-notes.file

---------------------------------------

In a nutshell, type:
  sudo gedit /etc/tvtime/tvtime.xml
and change the line:
  <option name="MixerDevice" value="/dev/mixer:vol"/>

So, my tvtime.xml now reads:
  <option name="MixerDevice" value="HVR850:vol"/>

The OLD code used to read:
  <option name="MixerDevice" value="default/Line"/>