diff options
author | Alex Woods <devnull@localhost> | 2004-01-04 22:07:57 +0000 |
---|---|---|
committer | Alex Woods <devnull@localhost> | 2004-01-04 22:07:57 +0000 |
commit | 539fe957e343be686be416ccf137396bca953e07 (patch) | |
tree | 1c485d88b18197077156cb4388b13c59b23bf3a7 /linux/Documentation | |
parent | eaef046bcb06617776887ce5876c3bc4ffb60f2d (diff) | |
download | mediapointer-dvb-s2-539fe957e343be686be416ccf137396bca953e07.tar.gz mediapointer-dvb-s2-539fe957e343be686be416ccf137396bca953e07.tar.bz2 |
Apply Hans-Frieder Vogt's patch for calculating firmware CRCs.
Update ttusb-dec docs accordingly.
Add him to contributors file and correct a typo.
Diffstat (limited to 'linux/Documentation')
-rw-r--r-- | linux/Documentation/dvb/contributors.txt | 6 | ||||
-rw-r--r-- | linux/Documentation/dvb/ttusb-dec.txt | 16 |
2 files changed, 17 insertions, 5 deletions
diff --git a/linux/Documentation/dvb/contributors.txt b/linux/Documentation/dvb/contributors.txt index 923d937cd..86c9270da 100644 --- a/linux/Documentation/dvb/contributors.txt +++ b/linux/Documentation/dvb/contributors.txt @@ -8,7 +8,7 @@ Christian Theiss Marcus Metzler <mocm@metzlerbros.de> Ralph Metzler <rjkm@metzlerbros.de> - for their contining work on the DVB driver + for their continuing work on the DVB driver Michael Holzt <kju@debian.org> for his contributions to the dvb-net driver @@ -58,5 +58,9 @@ Davor Emard <emard@softhome.net> for his work on the budget drivers, the demux code, the module unloading problems, ... +Hans-Frieder Vogt <hfvogt@arcor.de> + for his work on calculating and checking the crc's for the + TechnoTrend/Hauppauge DEC driver firmware + (If you think you should be in this list, but you are not, drop a line to the DVB mailing list) diff --git a/linux/Documentation/dvb/ttusb-dec.txt b/linux/Documentation/dvb/ttusb-dec.txt index e2fefb6dc..7e3f2beac 100644 --- a/linux/Documentation/dvb/ttusb-dec.txt +++ b/linux/Documentation/dvb/ttusb-dec.txt @@ -23,8 +23,16 @@ To Do: Getting the Firmware -------------------- -Currently, the driver only works with v2.15a of the firmware. The firmwares -can be obtained in this way: +The firmware can be found in the software update files on this page: +http://www.hauppauge.de/sw_dec.htm + +The firmware for the DEC2000-t is called STB_PC_T.bin, and the firmware for +the DEC3000-s is called STB_PC_S.bin. + +Note that firmware version 2.16 beta2 for the DEC2000-t has a bug that sets +the device's USB id to that of the DEC3000-s, making it unusable. + +Instructions follow for retrieving version 2.15a of the firmware: wget http://hauppauge.lightpath.net/de/dec215a.exe unzip -j dec215a.exe Software/Oem/STB/App/Boot/STB_PC_T.bin @@ -45,5 +53,5 @@ Hotplug Firmware Loading for 2.6 kernels For 2.6 kernels the firmware is loaded at the point that the driver module is loaded. See linux/Documentation/dvb/firmware.txt for more information. -mv STB_PC_T.bin /usr/lib/hotplug/firmware/dvb-ttusb-dec-2000t-2.15a.fw -mv STB_PC_S.bin /usr/lib/hotplug/firmware/dvb-ttusb-dec-3000s-2.15a.fw +mv STB_PC_T.bin /usr/lib/hotplug/firmware/dvb-ttusb-dec-2000t.fw +mv STB_PC_S.bin /usr/lib/hotplug/firmware/dvb-ttusb-dec-3000s.fw |