Note that this driver should work with:
- Avermedia AVerTV A835 HD (ID 07ca:b835)
- Avermedia AVerTV A835 HD PRO (ID 07ca:a835)
- Avermedia AverTV A835 Green HD (ID 07ca:a835)
- TerraTec Cinergy T Stick (ID 0ccd:0093)
- TerraTec Cinergy T Stick 2 (ID 0ccd:00aa)
- Avermedia AverTV A825 (ID 07ca:0825)
$ git clone git://github.com/xgazza/DVB-AF9035_kernel-3.2.0.git
$ cd DVB-AF9035_kernel-3.2.0
$ make
$ sudo make install
This process no longer makes the Volar Green functional in Ubuntu 14.04. The firmware has been re-mapped to dvb-usb-it9135-02 firmware instead of the dvb-usb-af9035 firmware which has completely broken my 4 tuner system. Used to work with 14.04 doesn't now.
I think the dvb-usb-it9135 is the correct firmware for the Volar Black and it has been assumed that it is also correct for the Volar Green.
The Green and the Black are different chips - simples!!!! ask any meerkat.
Solution on Ubuntu 13.10 & 14.04
from this source, note that this solution is simpler than on 12.04
1. Download the firmware
2. Install the needed application
3. Install the latest v4l-dvb
from the wiki How to Obtain, Build and Install V4L-DVB Device Drivers:
4. Reboot
5. Check if device is properly installed
see below
Solution on Ubuntu 12.4 kernel 3.2
0. Check your kernel
1. Plug in the USB TV Tuner
You can check that it is correctly plug in with
lsusb
2. Download the driver for AF9035 dvb-t usb dongle (3.2.x kernel version)
Note that this driver should work with:
- Avermedia AVerTV A835 HD (ID 07ca:b835)
- Avermedia AVerTV A835 HD PRO (ID 07ca:a835)
- Avermedia AverTV A835 Green HD (ID 07ca:a835)
- TerraTec Cinergy T Stick (ID 0ccd:0093)
- TerraTec Cinergy T Stick 2 (ID 0ccd:00aa)
- Avermedia AverTV A825 (ID 07ca:0825)
3. Download the firmware(s)
I downloaded these 2 firmwares, I do not know which one is used.
4. Reboot
5. Check if device is properly loaded
see below
5. Check if device is properly installed
If this command returns something like
adapter0
=> goodIf it returns nothing => not good
6. Check with your TV application if the USB TV Tuner is recognized
I personally use Kaffeine .
In tab
Television
|Configure TV
, I get a new tab calledPeripherique 1
.Note that for French TV, it is necessary to set the source with a shift of 167khz.
This process no longer makes the Volar Green functional in Ubuntu 14.04. The firmware has been re-mapped to dvb-usb-it9135-02 firmware instead of the dvb-usb-af9035 firmware which has completely broken my 4 tuner system. Used to work with 14.04 doesn't now.
I think the dvb-usb-it9135 is the correct firmware for the Volar Black and it has been assumed that it is also correct for the Volar Green.
The Green and the Black are different chips - simples!!!! ask any meerkat.