Diff for /dvb-kernel/README between versions 1.3 and 1.4

version 1.3, 2002/12/29 22:15:53 version 1.4, 2003/01/06 08:05:27
Line 1 Line 1
 Instructions for building the "new" driver under 2.5.x:  Instructions for building the "new" driver under 2.5.x:
 -------------------------------------------------------  -------------------------------------------------------
   
 (This won't work with *2.4.x*, so don't even try...)  (This won't work with *2.4.x*, so don't even try, have a look
   at the build-2.4 directory instead)
   
 You need a kernel >= 2.5.53.  You need a kernel >= 2.5.53.
   
Line 23  statically into the kernel. Line 24  statically into the kernel.
   
 Build and install the new kernel as usual.  Build and install the new kernel as usual.
   
   If you copy an old ".config" from an older kernel version where you already
   selected the av7110 driver, some dependencies are not set up correctly and the 
   driver won't be build completely. 
   
   You need to delete everything between the 
   > # Supported SAA7146 based PCI Adapters
   and
   > # File systems
   line in your ".config", then run "make oldconfig". You will be asked about
   these devices again, and the dependencies are set correctly.
   
 3) For your convenience, a script called "driver.av7110" is available  3) For your convenience, a script called "driver.av7110" is available
 to load and unload the driver easily. (Of course this is only valid if you  to load and unload the driver easily. (Of course this is only valid if you
 compiled the driver as a module...)  compiled the driver as a module...)
Line 39  If you have problems or questions: Line 51  If you have problems or questions:
 1) Look at the TODO file. If the problem is mentionend there,  1) Look at the TODO file. If the problem is mentionend there,
 it will be fixed asap.  it will be fixed asap.
   
 2) Ask on the mailing list or mail me at <michael@mihu.de>  2) Ask on the mailing list. If you choose to do so, please include the
   following informations:
   
   - Do you really use the "dvb-kernel" driver?
   - When did you check out the driver?
   - Which kernel version are using?
   - Which card do you have? (Name, board revision, frontend type, ...)
   - What are the problems exactly?
   
 Michael Hunold.  Michael Hunold.

Removed from v.1.3  
changed lines
  Added in v.1.4


LinuxTV legacy CVS <linuxtv.org/cvs>