I hope this little guide can help other people.
--------------------------------------------------------
AVerMedia A835 AVerTV Volar HD is a DVB-T USB stick with HD capabilities http://www.avermedia...ail.aspx?Id=508 based on AF9035 chipset
The "PRO" model has into the package a remote control (useless with a STB), so don't buy it or waste your money.
With my Clarke Tech ET9100 with OpenPli 2.1 2011-10-16 (kernel 2.6.31) works fine without using a powered usb hub. My stick is connected directly in a CT9100 rear USB port.
It's slow to tune a channel in a different trasponder: about 5 seconds. I suggest you to disable "Tune error failed" message in Enigma2
(Menù->Setup->System->Customize->Hide zap errors = YES)
You must install some packages to have it working
Connect to CT9100 console (using Telnet or SSH) and do :
opkg update opkg install v4l-dvb-module-dvb-usb opkg install v4l-dvb-module-mxl5007t opkg install v4l-dvb-module-tda18218 opkg install v4l-dvb-module-tua9001 opkg install v4l-dvb-module-af9033 opkg install v4l-dvb-module-dvb-usb-af9035 (dont care about message: "FATAL: Module dvb_usb_af9035 not found.") update-modules
Copy file dvb-usb-af9035-01.fw (attached here) in /lib/firmware/
Copy file terrestrial.xml (attached here) in /etc/tuxbox/ : it's a very rich terrestrial transponder list (tested in Italy).
Switch off CT9100, insert in a rear USB the Avermedia stick, switch on CT9100
Now you have a third TUNER C and you can do a new automatic scan. Enjoy !
I don't know if driver AF9035 works with VHF channels (7MHz bandwidth): I know that there are problems with this....
This is my relevant lsusb
Bus 001 Device 003: ID 07ca:b835 AVerMedia Technologies, Inc.
This is relevant kernel dmesg:
dvb-usb: found a 'Avermedia AverTV Volar HD Team Bob/Chip (A825/A835/B835)' in warm state. dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. DVB: registering new adapter (Avermedia AverTV Volar HD Team Bob/Chip (A825/A835/B835)) af9033: firmware version: LINK:11.15.10.0 OFDM:5.48.10.0 DVB: registering adapter 1 frontend 0 (Afatech AF9033 DVB-T)... tda18218: NXP TDA18218HN successfully identified. dvb-usb: Avermedia AverTV Volar HD Team Bob/Chip (A825/A835/B835) successfully initialized and connected. usbcore: registered new interface driver dvb_usb_af9035 DVB: registering adapter 0 frontend 2 ()...
Finally my relevant lsmod:
dvb_usb_af9035 17328 2 mxl5007t 10256 1 dvb_usb_af9035 af9033 18576 1 dvb_usb_af9035 tda18218 5056 1 dvb_usb_af9035 tua9001 3696 1 dvb_usb_af9035 dvb_usb 20320 1 dvb_usb_af9035 dvb 4788224 6 dvb_core 110640 2 dvb_usb,dvb
Attached Files
Edited by ambrosa, 16 October 2011 - 11:49.