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"/> -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/472770 Title: No Audio in Tv Time using Ubuntu Karmic: not using pulseaudio To manage notifications about this bug go to: https://bugs.launchpad.net/tvtime/+bug/472770/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
