Comment 57 for bug 579300

Revision history for this message
VPablo (villumar) wrote :

For those who gnomeradio doesn't work with ALSA, try this.
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.

I have upgraded to a 2.6.35-23-generic not customized and without /dev/dsp and gnomeradio works perfectly.

Please, test it and thanks to Christophe Van Reusel for compiling a customized kernel.