TerraTec Cinergy HT Express: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
Download the second one from [http://www.wi-bw.tfh-wildau.de/~pboettch/home/linux-dvb-firmware/dvb-usb-dib0700-1.10.fw here]: |
Download the second one from [http://www.wi-bw.tfh-wildau.de/~pboettch/home/linux-dvb-firmware/dvb-usb-dib0700-1.10.fw here]: |
||
Then copy it to the firmware folder: |
|||
Then |
|||
sudo cp dvb-usb-dib0700-1.10.fw /lib/firmware |
sudo cp dvb-usb-dib0700-1.10.fw /lib/firmware |
Revision as of 07:37, 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 copy it to the firmware folder:
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!