Diff for /dvb-kernel/README between versions 1.9.2.7 and 1.10

version 1.9.2.7, 2004/01/26 10:48:56 version 1.10, 2004/01/25 18:44:40
Line 5  If you encounter any problems while exec Line 5  If you encounter any problems while exec
 the TROUBLESHOOTING file.  the TROUBLESHOOTING file.
   
 Simply type 'make' to build the driver. The compiled modules will be located  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.  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  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  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.  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.  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   Use './insmod.sh load' to load the driver modules, './insmod.sh unload' to 
 remove them. './insmod debug' loads the drivers with debugging enabled.   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.  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.  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  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  test applications, download the linuxtv-dvb-apps-1.1.tar.gz package, unpack

Removed from v.1.9.2.7  
changed lines
  Added in v.1.10


LinuxTV legacy CVS <linuxtv.org/cvs>