Hauppauge DEC2000-T USB: Difference between revisions
Jump to navigation
Jump to search
(added info from the deprecated "Supported DVB cards" article) |
(minor arrangements and edits) |
||
Line 1: | Line 1: | ||
A [[DVB-T]] device from [[ |
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]]. |
||
⚫ | |||
===Hauppauge/TT DEC2000-t=== |
|||
===Overview=== |
|||
features: partialts, decoder |
features: partialts, decoder |
||
card driver: ttusb-dec |
card driver: ttusb-dec |
||
Line 8: | Line 10: | ||
Notes: These cards have the frontend hidden behind a USB interface - no need to know the details |
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 [[Philips TDA10045|TDA10045]] [[Demodulator]]. |
|||
⚫ | |||
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 will not work with VDR as a primary device because it does not have a hardware MPEG2 decoder. |
||
It can be used with |
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. |
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. |
Revision as of 03:43, 4 July 2007
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" &