Comment 21 for bug 613809

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

Ok, I have make gnomeradio work with ALSA. On this page:
http://www.taringa.net/posts/linux/5777157/Sintonizadora-K-World-PCI-TV-PVR-TV-7134SE-en-Linux.html
there is a solution. Make this script, as "/usr/local/bin/audioradio2.sh" p.e.:
-----------------------------------------------------------
#!/bin/sh
sox -r 32000 -t alsa hw:2,0 -t alsa hw:0,0 &
mpid=$!
gnomeradio
kill $mpid
-----------------------------------------------------------
Changing "hw:2,0" for your TV Card (1,0; 3,0; etc...) and for me works.