Hauppauge DEC2000-T USB: Difference between revisions
Jump to navigation
Jump to search
m (fixed link) |
(added info from the deprecated "Supported DVB cards" article) |
||
Line 1: | Line 1: | ||
A [[DVB-T]] device from [[hauppauge]] that can get used both as PC peripheral and as standalone [[STB]]. Based on the [[AV711x]] [[MPEG2 Decoder]] and the [[Philips TDA10045|TDA10045]] [[Demodulator]]. |
A [[DVB-T]] device from [[hauppauge]] that can get used both as PC peripheral and as standalone [[STB]]. Based on the [[AV711x]] [[MPEG2 Decoder]] and the [[Philips TDA10045|TDA10045]] [[Demodulator]]. |
||
===Hauppauge/TT DEC2000-t=== |
|||
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 |
|||
Linux driver exists, Audio and Video work. ''Section tables too?'' |
Linux driver exists, Audio and Video work. ''Section tables too?'' |
Revision as of 03:39, 4 July 2007
A DVB-T device from hauppauge that can get used both as PC peripheral and as standalone STB. Based on the AV711x MPEG2 Decoder and the TDA10045 Demodulator.
Hauppauge/TT DEC2000-t
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
Linux driver exists, Audio and Video work. Section tables too?
The device is USB 1.1.
It will not work with VDR as a primary device because it does not have a hardware MPEG2 decoder. It can be used with softdevice, 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" &