Leadtek WinFast DTV Dongle Gold: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
There are two variants of this device. Their USB IDs are: |
There are two variants of this device. Their USB IDs are: |
||
* <tt>0413:6029</tt> |
* <tt>0413:6029</tt> |
||
==Driver Installation== |
|||
By default on Ubuntu 8.04 or any 2.6.24 kernel the driver for the TV tuner is not supplied and must be installed separately. If you plug in the tv tuner without the driver installed only the IR remote sensor will be detected. e.g. |
|||
input: Leadtek WinFast DTV Dongle Gold as /devices/pci0000:00/0000:00:13.5/usb6/6-7/6-7:1.1/input/input7 |
|||
input,hidraw0: USB HID v1.01 Keyboard [Leadtek WinFast DTV Dongle Gold] on usb-0000:00:13.5-7 |
|||
To install the driver you will need your kernel headers installed, kernel headers can be installed under ubuntu by running <code>sudo apt-get install linux-headers-generic</code> |
|||
To install the driver enter the following commands into a terminal |
|||
hg clone http://linuxtv.org/hg/~anttip/af9015-mxl500x |
|||
cd af9015-mxl500x/ |
|||
make |
|||
sudo make install |
|||
wget http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-usb-af9015.fw |
|||
sudo mv dvb-usb-af9015.fw /lib/firmware/ |
|||
Your TV tuner's driver is installed now, to load the driver either run <code>sudo modprobe dvb_usb_af9015</code> or reconnect you TV tuner |
|||
==External Links== |
==External Links== |
Revision as of 04:20, 25 September 2008
A DVB-T USB device from Leadtek.
Overview/Features
- Supplied with a remote control.
Components Used
- Microtune MT2060 tuner
- Dibcom DiB7700B/C DVB-T demodulator
Identification
There are two variants of this device. Their USB IDs are:
- 0413:6029
Driver Installation
By default on Ubuntu 8.04 or any 2.6.24 kernel the driver for the TV tuner is not supplied and must be installed separately. If you plug in the tv tuner without the driver installed only the IR remote sensor will be detected. e.g.
input: Leadtek WinFast DTV Dongle Gold as /devices/pci0000:00/0000:00:13.5/usb6/6-7/6-7:1.1/input/input7 input,hidraw0: USB HID v1.01 Keyboard [Leadtek WinFast DTV Dongle Gold] on usb-0000:00:13.5-7
To install the driver you will need your kernel headers installed, kernel headers can be installed under ubuntu by running sudo apt-get install linux-headers-generic
To install the driver enter the following commands into a terminal
hg clone http://linuxtv.org/hg/~anttip/af9015-mxl500x cd af9015-mxl500x/ make sudo make install wget http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-usb-af9015.fw sudo mv dvb-usb-af9015.fw /lib/firmware/
Your TV tuner's driver is installed now, to load the driver either run sudo modprobe dvb_usb_af9015
or reconnect you TV tuner