Comment 20 for bug 613809

Revision history for this message
roffik (roffik) wrote : Re: Rhythmbox FM plug-in, tvtime and gnomeradio NO SOUND, no /dev/mixer present

My card is connected to Line-in in sound card, and fortunately it works. Unfortunately, I had to unmute the input via alsamixer everytime I launched TVtime (as it is the only working tool for that) and mute after I finished watching TV. So I made a little script, you know what to do with it:)

#!/bin/sh

amixer set 'Line' 100% unmute
tvtime;
amixer set 'Line' 100% mute