Hauppauge WinTV-NOVA-TD-Stick: Difference between revisions
m (added info that was deleted from dvb-t usb devices article) |
(Add some structure to the page; note in-kernel support.) |
||
Line 1: | Line 1: | ||
[[Image:Hauppauge_WinTV-NOVA-TD-Stick.jpg|thumb|250px|WinTV-Nova-TD-Stick]] |
[[Image:Hauppauge_WinTV-NOVA-TD-Stick.jpg|thumb|250px|WinTV-Nova-TD-Stick]] |
||
A [[DVB-T]] [[DVB-T USB Devices|USB device]] from [[Hauppauge]]. |
A [[DVB-T]] [[DVB-T USB Devices|USB device]] from [[Hauppauge]], which features two tuners and is supplied with two antennas. You'll have adapter0 and adapter1 in /dev/dvb, which you can use separately. |
||
⚫ | The "Diversity" option is a hardware based feature that allows for the device's two receivers to be configured in a combined use mode to achieve better reception on a single channel. The diversity feature of the DiBcom demodulators is currently not implemented in the Linux-DVB drivers, so only the dual tuner configuration is presently supported on such devices [http://www.linuxtv.org/pipermail/linux-dvb/2007-July/019419.html]. |
||
idVendor =2040 idProduct = 9580 |
|||
==Features== |
|||
features two tuners, and have two antennas. You'll have adapter0 and adapter1 in /dev/dvb, which you can use separately. |
|||
==Identification== |
|||
⚫ | The "Diversity" option is a hardware based feature that allows for the device's two receivers to be configured in a combined use mode to achieve better reception on a single channel. The diversity feature of the DiBcom demodulators is currently not implemented in the Linux-DVB drivers, so only the dual tuner configuration is presently supported on such devices [http://www.linuxtv.org/pipermail/linux-dvb/2007-July/019419.html]. |
||
This device's USB ID is 2040:9580. |
|||
== Making it work == |
|||
=== Firmware === |
|||
You will need the [http://www.wi-bw.tfh-wildau.de/~pboettch/home/linux-dvb-firmware/dvb-usb-dib0700-1.10.fw dvb-usb-dib0700-1.10.fw firmware file] in <tt>/lib/firmware</tt> or the relevant place for your distribution. |
|||
=== Drivers === |
|||
Support is present in the Linux kernel from version 2.6.24-rc1. |
|||
Just use Mercurial by following the [[How_to_install_DVB_device_drivers]] instructions. |
|||
=== Sample kernel output === |
|||
=== Remote control support === |
|||
== External links == |
== External links == |
Revision as of 02:48, 13 December 2007
A DVB-T USB device from Hauppauge, which features two tuners and is supplied with two antennas. You'll have adapter0 and adapter1 in /dev/dvb, which you can use separately.
The "Diversity" option is a hardware based feature that allows for the device's two receivers to be configured in a combined use mode to achieve better reception on a single channel. The diversity feature of the DiBcom demodulators is currently not implemented in the Linux-DVB drivers, so only the dual tuner configuration is presently supported on such devices [1].
Features
Identification
This device's USB ID is 2040:9580.
Making it work
Firmware
You will need the dvb-usb-dib0700-1.10.fw firmware file in /lib/firmware or the relevant place for your distribution.
Drivers
Support is present in the Linux kernel from version 2.6.24-rc1.
Just use Mercurial by following the How_to_install_DVB_device_drivers instructions.