From: Michael Hunold - [DVB] update contributors - [DVB] documentation update for recent DVB TTUSB driver changes --- Documentation/dvb/contributors.txt | 6 +++++- Documentation/dvb/ttusb-dec.txt | 35 +++++++++++++++++++++++++---------- 2 files changed, 30 insertions(+), 11 deletions(-) diff -puN Documentation/dvb/contributors.txt~dvb-01-update-documentation Documentation/dvb/contributors.txt --- 25/Documentation/dvb/contributors.txt~dvb-01-update-documentation 2004-01-18 16:26:06.000000000 -0800 +++ 25-akpm/Documentation/dvb/contributors.txt 2004-01-18 16:26:06.000000000 -0800 @@ -8,7 +8,7 @@ Christian Theiss Marcus Metzler Ralph Metzler - for their contining work on the DVB driver + for their continuing work on the DVB driver Michael Holzt for his contributions to the dvb-net driver @@ -58,5 +58,9 @@ Davor Emard for his work on the budget drivers, the demux code, the module unloading problems, ... +Hans-Frieder Vogt + 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 -puN Documentation/dvb/ttusb-dec.txt~dvb-01-update-documentation Documentation/dvb/ttusb-dec.txt --- 25/Documentation/dvb/ttusb-dec.txt~dvb-01-update-documentation 2004-01-18 16:26:06.000000000 -0800 +++ 25-akpm/Documentation/dvb/ttusb-dec.txt 2004-01-18 16:26:06.000000000 -0800 @@ -14,6 +14,7 @@ Supported: Hotplug firmware loader under 2.6 kernels In Progress: + DEC2540-t DEC3000-s To Do: @@ -23,21 +24,34 @@ 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 zip files on this page: +http://www.hauppauge.de/sw_dec.htm -wget http://hauppauge.lightpath.net/de/dec215a.exe -unzip -j dec215a.exe Software/Oem/STB/App/Boot/STB_PC_T.bin -unzip -j dec215a.exe Software/Oem/STB/App/Boot/STB_PC_S.bin +The firmwares are named as follows: +DEC2000-t: STB_PC_T.bin +DEC2540-t: STB_PC_X.bin +DEC3000-s: STB_PC_S.bin + +Note that firmwares since version 2.16 beta2 for the DEC2000-t give the device +the USB ID of the DEC3000-s. The driver copes with this. + +Instructions follow for retrieving version 2.16 of the firmware: + +wget http://hauppauge.lightpath.net/de/dec216.exe +unzip -j dec216.exe software/OEM/STB/App/Boot/STB_PC_T.bin +unzip -j dec216.exe software/OEM/STB/App/Boot/STB_PC_X.bin +unzip -j dec216.exe software/OEM/STB/App/Boot/STB_PC_S.bin Compilation Notes for 2.4 kernels --------------------------------- For 2.4 kernels the firmware for the DECs is compiled into the driver itself. -The firmwares are expected to be in /etc/dvb at compilation time. +The firmwares are expected to be in the build-2.4 directory at compilation +time. -mv STB_PC_T.bin /etc/dvb/dec2000t.bin -mv STB_PC_S.bin /etc/dvb/dec3000s.bin +mv STB_PC_T.bin build-2.4/dvb-ttusb-dec-2000t.fw +mv STB_PC_X.bin build-2.4/dvb-ttusb-dec-2540t.fw +mv STB_PC_S.bin build-2.4/dvb-ttusb-dec-3000s.fw Hotplug Firmware Loading for 2.6 kernels @@ -45,5 +59,6 @@ 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_X.bin /usr/lib/hotplug/firmware/dvb-ttusb-dec-2540t.fw +mv STB_PC_S.bin /usr/lib/hotplug/firmware/dvb-ttusb-dec-3000s.fw _