public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* good programm for FM radio
@ 2011-11-15  7:40 Dmitri Belimov
       [not found] ` <4EC3CE52.2000408@arcor.de>
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitri Belimov @ 2011-11-15  7:40 UTC (permalink / raw)
  To: linux-media

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-11-24  6:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15  7:40 good programm for FM radio Dmitri Belimov
     [not found] ` <4EC3CE52.2000408@arcor.de>
2011-11-17  2:29   ` Dmitri Belimov
     [not found]     ` <4EC53C21.5030206@stefanringel.de>
2011-11-22  6:52       ` Dmitri Belimov
2011-11-23 19:35         ` Norret Thierry
2011-11-24  6:58           ` Dmitri Belimov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox