tvtime and gnomeradio are working - this means I have sound, but the mixer
volume is disabled, so I have to install gnome-alsa-mixer, which is BAD.


Lets hope somebody will fix tvtiem and gnomeradio to work with pulseaudio
instead alsa



On Tue, Nov 2, 2010 at 2:56 PM, VPablo <villu...@gmail.com> 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.
>
> --
> Please disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*
> https://bugs.launchpad.net/bugs/579300
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to