Differences between revisions 7 and 8
Revision 7 as of 2012-03-12 00:50:07
Size: 2871
Editor: GeoffSimmons
Comment: s/driver/firmware, link p.d.o, formatting.
Revision 8 as of 2012-03-12 19:45:28
Size: 2962
Comment: added link to download driver for AverTV DVB-T Volar X
Deletions are marked like this. Additions are marked like this.
Line 41: Line 41:
In the case of the Avermedia AverTV Digi Volar EX Stick download the firmware for the card (in this case: dvb-usb-af9015.fw) and copy it to /lib/firmware. Reboot your system. If not yet done, connect the stick to a DVBT antenna. To find channels and be able to watch them you might want to install a digital television viewer (f.e. [[DebianPkg:me-tv|Me TV]]; to find channels: View/Channels and select your region). In the case of the Avermedia AverTV Digi Volar EX Stick download the firmware for the card (in this case: [[http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/|dvb-usb-af9015.fw]]) and copy it to /lib/firmware. Reboot your system. If not yet done, connect the stick to a DVBT antenna. To find channels and be able to watch them you might want to install a digital television viewer (f.e. [[DebianPkg:me-tv|Me TV]]; to find channels: View/Channels and select your region).

Installation of an USB-DVBT Stick

Example: Avermedia AverTV Digi Volar EX

1. System Requirements

Before purchasing the device be sure your system fulfills the minimum requirements and is supported by Linux. In this case the requirements are a system clock with about 2 Ghz, 512 MB RAM, USB 2.0 and Kernel 2.6.28, a Soundcard comes in handy. This card is supported by Linux (see details on the respective packaging or website, a list of supported USB-DVBT Sticks you may find here: http://linuxtv.org/wiki/index.php/DVB-T_USB_Devices ).

1.1 What kind of USB do I have?

Issue the command "lsusb" on the commandline. The output should look like this:

user@system:~$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

In this case we have both USB 1.1 and USB 2.0 slots

To figure out which USB slot is 1.1 and which 2.0 put a USB device of your choice into a USB slot and issue the commnad "lsusb" again. Now the output should look a little different. Here an example:

user@system:~$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 090c:6000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) SD/SDHC Card Reader (SG365 / FlexiDrive XC+)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

We have a Card Reader connected to Bus 001 which is a USB 2.0 slot.

2. Installing the USB-DVBT Stick

Put your USB-DVBT Stick in the USB 2.0 slot. You can check if your system recognizes your USB-DVBT Stick with lsusb. If it does the output should look like this:

user@system:~$ lsusb
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 07ca:a815 AVerMedia Technologies, Inc. AVerTV DVB-T Volar X (A815)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

In the case of the Avermedia AverTV Digi Volar EX Stick download the firmware for the card (in this case: dvb-usb-af9015.fw) and copy it to /lib/firmware. Reboot your system. If not yet done, connect the stick to a DVBT antenna. To find channels and be able to watch them you might want to install a digital television viewer (f.e. Me TV; to find channels: View/Channels and select your region).