[Bug 579300] Re: Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*

VPablo villumar at gmail.com
Tue Nov 2 12:56:18 UTC 2010


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.

-- 
Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*
https://bugs.launchpad.net/bugs/579300
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list