Hi

Right now the gnomeradio don't work with tm6000 USB stick. No any audio.
I try use this script:

#!/bin/sh

if [ -f /usr/bin/arecord ]; then
arecord -q -D hw:1,0 -r 48000 -c 2 -f S16_LE | aplay -q - &
fi

if [ -f /usr/bin/gnomeradio ]; then
gnomeradio -f 102.6
fi

pid=`pidof arecord`

if [ $pid ]; then 
kill -9 $pid 
fi

But arecord return input/output error.
Anyone know good programm for FM radio worked with v4l2 and alsa??
I can't understand tm6000 work with FM radio or not.

With my best regards, Dmitry.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to