Re: good programm for FM radio

2011-11-23 Thread Norret Thierry
| 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

Re: good programm for FM radio

2011-11-23 Thread Dmitri Belimov
/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

Re: good programm for FM radio

2011-11-21 Thread Dmitri Belimov
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

Re: good programm for FM radio

2011-11-16 Thread Dmitri Belimov
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

good programm for FM radio

2011-11-14 Thread Dmitri Belimov
]; 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