From 539fe957e343be686be416ccf137396bca953e07 Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Sun, 4 Jan 2004 22:07:57 +0000 Subject: Apply Hans-Frieder Vogt's patch for calculating firmware CRCs. Update ttusb-dec docs accordingly. Add him to contributors file and correct a typo. --- linux/Documentation/dvb/ttusb-dec.txt | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'linux/Documentation/dvb/ttusb-dec.txt') 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 -- cgit v1.2.3