TerraTec Cinergy HT Express: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This PCMCIA-card runs with a patch from [http://www.comerma.net/v4l_patch_en.html this] site. |
|||
You need some packages. Under Debian or Ubuntu type: |
|||
Die folgenden Schritte fassen die dort gegebenen Infos zusammen und kürzen etwas ab. Du benötigst folgende Pakete (bei Debian oder Ubuntu): |
|||
sudo apt-get install build-essential mercurial gcc linux-headers-`uname -r` |
sudo apt-get install build-essential mercurial gcc linux-headers-`uname -r` |
||
Additionally ''two' firmwares. Let's do the first one: |
|||
Außerdem noch '''zwei''' Firmwares. So kommst du an die erste: |
|||
cd v4l-dvb/linux/Documentation/video4linux/ |
cd v4l-dvb/linux/Documentation/video4linux/ |
||
Line 14: | Line 14: | ||
sudo cp xc3028-v27.fw /lib/firmware |
sudo cp xc3028-v27.fw /lib/firmware |
||
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 |
|||
sudo cp dvb-usb-dib0700-1.10.fw /lib/firmware |
sudo cp dvb-usb-dib0700-1.10.fw /lib/firmware |
||
Then download the patch and the v4l-dvb folder: |
|||
Dann lädst du den Patch inklusive video4linux herunter: |
|||
hg clone http://linuxtv.org/hg/~pb/v4l-dvb/ |
hg clone http://linuxtv.org/hg/~pb/v4l-dvb/ |
||
cd v4l-dvb/ |
cd v4l-dvb/ |
||
and then compile and install it: |
|||
und führst |
|||
make && sudo make install |
make && sudo make install |
||
Finally plugin and watch, hopefully! |
|||
aus. |
|||
Danach kannst Du die Karte einstecken, es sollte funktionieren. |
Revision as of 07:34, 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 do 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 plugin and watch, hopefully!