--- dvb-kernel/README 2004/01/26 10:48:56 1.9.2.7 +++ dvb-kernel/README 2004/01/25 18:44:40 1.10 @@ -5,21 +5,28 @@ If you encounter any problems while exec the TROUBLESHOOTING file. Simply type 'make' to build the driver. The compiled modules will be located -in directory ./build-2.4/ or ./build-2.6/, depening on the kernel version you +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. +Be sure that you are root for the following steps. + +Now execute the ./MAKEDEV-DVB.sh script to create the DVB API device nodes. + In ./build-2.4/ or ./build-2.6/ you find the insmod script. Use './insmod.sh load' to load the driver modules, './insmod.sh unload' to remove them. './insmod debug' loads the drivers with debugging enabled. -These scripts load all drivers for all cards but the ones based on the bt8xx. -For bt8xx based cards please use the insmod-bt8xx.sh script instead. +These scripts load all drivers for all cards but the ones based on the bt8xx +and the DEC2000-T, DEC2540-T and DEC3000-S USB boxes. + +For bt8xx based cards please use the insmod-bt8xx.sh script, for the DEC USB +boxes 'insmod dvb-core.o ttusb_dec.o'. -Now check the klog and syslog (in doubt type 'dmesg') for error messages. +Now check the klog and syslog (in doubt type 'dmesg') for errors messages. When you reached this point successfully you probably want to start some test applications, download the linuxtv-dvb-apps-1.1.tar.gz package, unpack