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

From LinuxTVWiki
Jump to navigation Jump to search
m (Added category: DVB-T USB Devices)
(One intermediate revision by one other user not shown)
Line 13: Line 13:
===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.
It has a MAC address.
Line 29: Line 28:
- dvb-usb-dibusb-common.ko
- dvb-usb-dibusb-common.ko
- dvb-usb-nova-t-usb2.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==

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