From: Dmitri Belimov <d.belimov@gmail.com>
To: linux-media@vger.kernel.org
Subject: good programm for FM radio
Date: Tue, 15 Nov 2011 17:40:52 +1000 [thread overview]
Message-ID: <20111115174052.1dee9737@glory.local> (raw)
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.
next reply other threads:[~2011-11-15 7:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-15 7:40 Dmitri Belimov [this message]
[not found] ` <4EC3CE52.2000408@arcor.de>
2011-11-17 2:29 ` good programm for FM radio 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111115174052.1dee9737@glory.local \
--to=d.belimov@gmail.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.