TerraTec Cinergy HT Express: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:
make && sudo make install
make && sudo make install


Finally plug in and watch, hopefully!
Finally plug it in and watch, hopefully!

Revision as of 07:36, 16 September 2009

This PCMCIA-card runs with a patch from this site.

You need some packages. Under Debian or Ubuntu type:

sudo apt-get install build-essential mercurial gcc linux-headers-`uname -r`

Additionally two firmwares. Let's fetch the first one:

cd v4l-dvb/linux/Documentation/video4linux/
wget http://www.steventoth.net/linux/xc5000/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip
unzip -j HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip Driver85/hcw85bda.sys
sudo chmod +x extract_xc3028.pl
./extract_xc3028.pl
sudo cp xc3028-v27.fw /lib/firmware

Download the second one from here:

Then

sudo cp dvb-usb-dib0700-1.10.fw /lib/firmware

Then download the patch and the v4l-dvb folder:

hg clone http://linuxtv.org/hg/~pb/v4l-dvb/
cd v4l-dvb/

and then compile and install it:

make && sudo make install

Finally plug it in and watch, hopefully!