TerraTec Cinergy HT Express: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
Die PCMCIA-Karte läuft mit einem Patch von [http://www.comerma.net/v4l_patch_en.html dieser] Seite.
This PCMCIA-card runs with a patch from [http://www.comerma.net/v4l_patch_en.html this] site.


For kernel 2.6.26 and newer you just need to download and copy the firmwares to /lib/firmware.
Die folgenden Schritte fassen die dort gegebenen Infos zusammen und kürzen etwas ab. Du brauchst folgende Pakete (bei Debian oder Ubuntu):


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


=== Getting firmware files ===
Du brauchst '''zwei''' Firmwares. So kommst Du an die erste:

You need the developement version of the video4linux folder:

sudo apt-get install mercurial (if not yet installed)
hg clone http://linuxtv.org/hg/v4l-dvb

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


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


Und die zweite kann [http://www.wi-bw.tfh-wildau.de/~pboettch/home/linux-dvb-firmware/dvb-usb-dib0700-1.10.fw hier] heruntergeladen werden:
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:


sudo cp dvb-usb-dib0700-1.10.fw /lib/firmware
Dann lädst du den Patch herunter:

Now remove the v4l-dvb-folder:

rm -rfv v4l-dvb/

=== Installation of the patch ===

It's obsolete for kernel 2.6.26 and newer.

You need some packages. Under Debian or Ubuntu type:

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

Then download again the v4l-dvb folder which contains the patch:


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


and then compile and install it:
und führst


make && sudo make install
make && sudo make install


Finally plug it in and watch, hopefully!
aus.

== References ==

This howto works for the following cards too:


* [[TerraTec Cinergy HT USB XE]]
Danach kannst Du die Karte einstecken, es sollte funktionieren.
* [[Pinnacle 320CX]]
* [[Pinnacle PCTV72e]]
* [[Pinnacle PCTV73e]]
* [[Yuan EC372S]]

Latest revision as of 13:10, 19 September 2009

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

For kernel 2.6.26 and newer you just need to download and copy the firmwares to /lib/firmware.

Howto

Getting firmware files

You need the developement version of the video4linux folder:

sudo apt-get install mercurial (if not yet installed)
hg clone http://linuxtv.org/hg/v4l-dvb

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

Now remove the v4l-dvb-folder:

rm -rfv v4l-dvb/

Installation of the patch

It's obsolete for kernel 2.6.26 and newer.

You need some packages. Under Debian or Ubuntu type:

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

Then download again the v4l-dvb folder which contains the patch:

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!

References

This howto works for the following cards too: