Archived:AVerMedia AVerTV Hybrid+FM Cardbus (E506R)-V4L: Difference between revisions
(→Info) |
No edit summary |
||
Line 40: | Line 40: | ||
</pre> |
</pre> |
||
For radio you need to install xawtv, it contains a tool called "radio" |
|||
⚫ | |||
You also need to pipe audio manually from the device to the soundcard, that for you can use a script called usbaudio_setup.sh which you can find in v4l-dvb-experimental/v4l/scripts, it will also work with pci devices. |
|||
This script generates a sox command for example |
|||
<pre> |
|||
Using command: sox -r 48000 -w -c 2 -t ossdsp /dev/dsp1 -t ossdsp /dev/dsp |
|||
</pre> |
|||
I know this command generates some noise when listening to FM radio, you should read the sox manpage to improve the choppy sound. |
|||
in that case |
|||
<pre> |
|||
cat /dev/dsp1 > /dev/dsp |
|||
</pre> |
|||
delivers the best quality, just play around with it and try to fix this wiki site please. |
|||
⚫ | |||
Screenshot from users: |
|||
Screenshot [http://jopic.ru/p1010202.jpg is here] |
Screenshot [http://jopic.ru/p1010202.jpg is here] |
Revision as of 00:18, 14 May 2007
AVerMedia TV+FM CardBus E506R
Info
AVermedia released their card with binary only driver for Mandriva and FC3/4. For ancient kernels of course. Due to licensing from chip vendor and the fact that AVerMedia is a proud GPL violator -- they do not bother publishing source for their driver that is actually based on V4L.
Looking inside the card we can see that it is:
- Philips SAA7135HL PCI Audio/Video Broadcast Decoder
- Xceive XC3028 Silicon Tuner
- Zarlink MT352 Digital Terrestrial TV Demodulator
Analogue TV seems to work with PAL-BG (including audio)
Since 14. May 2007 FM radio is also supported.
There's some experimental code in
http://mcentral.de/hg/~mrec/v4l-dvb-experimental
Installation:
$ cd /lib/firmware $ wget http://mcentral.de/firmware/firmware_pinnacle.tgz $ tar xvzf firmware_pinnacle.tgz $ cd /tmp $ hg clone http://mcentral.de/hg/~mrec/v4l-dvb-experimental $ cd v4l-dvb-experimental/v4l $ make $ make install - reboot here - - plug in the device -
For radio you need to install xawtv, it contains a tool called "radio" You also need to pipe audio manually from the device to the soundcard, that for you can use a script called usbaudio_setup.sh which you can find in v4l-dvb-experimental/v4l/scripts, it will also work with pci devices. This script generates a sox command for example
Using command: sox -r 48000 -w -c 2 -t ossdsp /dev/dsp1 -t ossdsp /dev/dsp
I know this command generates some noise when listening to FM radio, you should read the sox manpage to improve the choppy sound.
in that case
cat /dev/dsp1 > /dev/dsp
delivers the best quality, just play around with it and try to fix this wiki site please.
MarkusRechberger 02:18, 14 May 2007 (CEST)
Screenshot from users:
Screenshot is here
--SunnyBUG 04:53, 18 October 2006 (CEST)
Respect товарищу Hayova за 501R ;)))