--- dvb-kernel/README 2004/01/26 10:48:11 1.14 +++ dvb-kernel/README 2004/01/29 10:18:39 1.15 @@ -8,9 +8,35 @@ Simply type 'make' to build the driver. in directory ./build-2.4/ or ./build-2.6/, depening on the kernel version you are running. There you will also find scripts to load and unload the modules. -For some cards you need to download additional firmware binaries. You get -notified in the build process or when loading the modules, please follow the -instructions there if you own one of the cards that need a firmware to run. +For some cards or frontends you need to download additional firmware +binaries: + +- dvb-ttpci: http://www.linuxtv.org/download/dvb/ + => wget http://www.linuxtv.org/download/dvb/dvb-ttpci-01.fw + Place the "dvb-ttpci-01.fw" file in the build-2.4 and/or build-2.6 + directory. The firmware will be compiled into the driver at it used to + be. + +- alps_tdlb7: + This driver needs a copy of the firmware file 'Sc_main.mc' from the + Haupauge windows driver in the '/usr/lib/hotplug/firmware' directory. + Alternatively, you can also pass the complete filename with the module + parameter 'firmware_file'. + +- tda1004x: + This driver needs a copy of the DLL "ttlcdacc.dll" from the Haupauge or + Technotrend windows driver saved as + '/usr/lib/hotplug/firmware/tda1004x.mc'. You can also pass the complete + file name with the module parameter 'tda1004x_firmware'. + Currently the DLL from v2.15a of the technotrend driver is supported. Other versions can + be added reasonably painlessly. + Windows driver URL: http://www.technotrend.de/ + +- ttusb-dec: + see "ttusb-dec.txt" in linux/Documentation for details + +If something is missing, you get notified in the build process or when +loading the modules. In ./build-2.4/ or ./build-2.6/ you find the insmod script.