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

From LinuxTVWiki
Jump to navigation Jump to search
m (Changing to a hard redirect)
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Image:Hauppauge_WinTV-NOVA-T-USB2.jpg|thumb|250px|WinTV-Nova-T-USB2]]
#REDIRECT [[Hauppauge WinTV-NOVA-T-CE-Stick]]

A [[DVB-T]] [[DVB-T USB Devices|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===
* [[DiB3000P|DiBcom 3000P]]

===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: [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==
* [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