Page 1 of 1

saa7134 - no sound

Posted: Tue Mar 24, 2009 5:49 pm
by brainformat
hi i have an asus my cinema p7131 hybrid tv/radio card
it runs on philips saa7134 chipset
i use linuxmint 6

dvb-t works great with kaffeine
radio and analog tv used to work great with gnome radio and tv-time on some older versions of ubuntu, but not anymore.
picture on tv-time is great, but there's no sound neither on gnome radio, nor tv-time

while i was using ubuntu 7.10 i used to solve this problem by running gnome-radio with this script:

Code: Select all

#!/bin/sh
sox -c 2 -s -w -r 32000 -t ossdsp /dev/audio1 -t ossdsp -w -r 32000 /dev/dsp &
gnomeradio --mixer=/dev/mixer:pcm
wait gnomeradio
t=`pidof sox`;
kill $t;
amixer -c 0 sset PCM 80%,80% unmute
now it gives no resoult.
please, could anyone help me.
10x a lot!

Re: saa7134 - no sound

Posted: Wed Mar 25, 2009 12:01 pm
by rdonnelly

Re: saa7134 - no sound

Posted: Thu Mar 26, 2009 5:21 pm
by brainformat
no, i have tried all that and nothing happens