Hauppauge WinTV-NOVA-T-USB2: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(added the relevant info taken out from the NOVA-T USB article; some formating)
(3 intermediate revisions by 3 users not shown)
Line 6: Line 6:


==Overview/Features==
==Overview/Features==
There are actually a couple of different variants of the device, but all should be supported
These devices are clones of a DVB-T USB2.0 reference design made by [[DiBcom]]. There are actually a couple of different variants of the device, but all should be supported.


===Components Used===
===Components Used===
* DiBcom 3000P
* [[DiB3000P|DiBcom 3000P]]


===Identification===
===Identification===
* the older variant has a USB ID of: 9300 & 9301 (for cold and warm state)
* the older variant has a USB ID of: 9300 & 9301 (for cold and warm state)

* newer variants have a USB ID of: 7050, 7070 and perhaps 7051.
It has a MAC address.


==Making it Work==
==Making it Work==


===Firmware===
It requires the firmware file ''dvb-usb-nova-t-usb2-01.fw''

===Drivers===
The following drivers are needed for these devices:
- dib3000-common.ko
- dib3000mc.ko
- dvb-usb.ko
- dvb-usb-dibusb-common.ko
- dvb-usb-nova-t-usb2.ko

===Remote Control===
The remote control is partially supported by current Linux kernels together with the abovementioned firmware and drivers. Supported are the following keys:
* numbers 0 through 9, asterisk, (#)
* arrow keys
* volume up, down
* play, record, rewind, forward, pause, (stop)

The other keys deliver scancodes above 255, which are not recognized by X11. For a solution, refer to: [http://www.mythtv.org/wiki/Remapping_remote_control_key_codes_greater_than_255]


Do not try some other solution like LIRC, this one works easiest.


==External Links==
==External Links==
* [http://www.mythtv.org/wiki/index.php/Hauppauge_WinTV_Nova-T_USB2 MythTV WinTV-NOVA-T-USB2 page]
* [http://www.mythtv.org/wiki/index.php/Hauppauge_WinTV_Nova-T_USB2 MythTV WinTV-NOVA-T-USB2 page]
[[Category:DVB-T USB Devices]]

Revision as of 08:42, 19 October 2011

WinTV-Nova-T-USB2

A DVB-T USB 2.0 device from Hauppauge.

It is supported under Linux since kernel 2.6.12rc3.

Overview/Features

These devices are clones of a DVB-T USB2.0 reference design made by DiBcom. There are actually a couple of different variants of the device, but all should be supported.

Components Used

Identification

  • the older variant has a USB ID of: 9300 & 9301 (for cold and warm state)

It has a MAC address.

Making it Work

Firmware

It requires the firmware file dvb-usb-nova-t-usb2-01.fw

Drivers

The following drivers are needed for these devices:

 - dib3000-common.ko
 - dib3000mc.ko
 - dvb-usb.ko
 - dvb-usb-dibusb-common.ko
 - dvb-usb-nova-t-usb2.ko

Remote Control

The remote control is partially supported by current Linux kernels together with the abovementioned firmware and drivers. Supported are the following keys:

  • numbers 0 through 9, asterisk, (#)
  • arrow keys
  • volume up, down
  • play, record, rewind, forward, pause, (stop)

The other keys deliver scancodes above 255, which are not recognized by X11. For a solution, refer to: [1]

Do not try some other solution like LIRC, this one works easiest.

External Links