TerraTec Cinergy HT Express: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
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 |
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 |
Revision as of 07:21, 16 September 2009
Die PCMCIA-Karte läuft mit einem Patch von dieser Seite.
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`
Außerdem noch zwei Firmwares. So kommst du an die erste:
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
Und die zweite kann hier heruntergeladen werden:
Dann lädst du den Patch herunter:
hg clone http://linuxtv.org/hg/~pb/v4l-dvb/
und führst
make && sudo make install
aus.
Danach kannst Du die Karte einstecken, es sollte funktionieren.