Hauppauge DEC2000-T USB

From LinuxTVWiki
Jump to navigation Jump to search

A DVB-T USB 1.1 device from Hauppauge (actually manufactured by TechnoTrend?) that can be used either as a PC peripheral or as a standalone STB.

Linux driver exists, Audio and Video work.

Overview

 features: partialts, decoder
 card driver: ttusb-dec
 interface: USB1.1
 USB device id: 0b48:1008
 Notes: These cards have the frontend hidden behind a USB interface - no need to know the details

Based on the AV711x MPEG2 Decoder and the TDA10045 Demodulator.


It will not work with VDR as a primary device because it does not have a hardware MPEG2 decoder. It can be used with soft-device, streaming or xine or as secondary device.

I have not been able to find a CAM for Top-up TV in the UK despite Hauppauge providing them for other models. There is space for a CAM in the version of the hardware supplied with the 1.26 firmware.

Under Debian

  • Follow the instructions in /usr/src/kernel-source-2.6.8/Documentation/dvb/.
  • Use v1.26 of the firmware. Look on archive.org and use zip -F after download if necessary. The most recent version (1.28a?) did not work for me.
  • Install dvb-utils
  • Playback and channel changing (via the playlist) is possible with gxine.
    • Set up the channels with
scan -o zap /usr/share/doc/dvb-utils/examples/scan/<country>-<region> > ~/.xine/channels.conf
    • I've had problems with the picture not displaying, but that could be a driver problem.
  • You can record programs with
tzap "Channel id" -r & cat /dev/dvb/adapter0/dvr0 > "Programme.mpeg" &