TerraTec Cinergy T USB XXS

From LinuxTVWiki
Revision as of 22:58, 12 April 2008 by 123 (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

TerraTec Cinergy T USB XXS is an USB 2.0 USB DVB-T Tuner. It is sold with a Remote.

This Device has an DiB7070P Chipset, which consists of an DiB7000PC as a demodulator an a DiB0070 for tuning.

Currently (05.03.08) the Devices USB ID is not yet included in the Code.

Get the current Code and change the Line

{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_MYTV_T) },

in linux/drivers/media/dvb/dvb-usb/dib0700_devices.c to

{ USB_DEVICE(USB_VID_TERRATEC, 0x0078) },.

You will loose support for the Terratec MyTV T.

Remote works.

For more info see Hauppauge WinTV-NOVA-T-Stick, as this is the same Chipset as the Nova-T Stick (70009) (which is way cheaper).

  • Today (13.04.08) the Device works perfectly with the LinuxTV driver dvb_usb_dib0700 - only thing: Remote does not work.