diff --git a/HISTORY b/HISTORY index 9d10b647..b213307e 100644 --- a/HISTORY +++ b/HISTORY @@ -170,6 +170,11 @@ Video Disk Recorder Revision History 2000-09-17: Version 0.64 +- NOTE: If you are using DVB driver version 0.7 you need to load the dvb.o + module with option outstream=0, so your insmod statement should read + 'insmod dvb.o outstream=0'. This is currently necessary because 'vdr' works + with AV_PES data and will change once it has been modified to work directly + with MPEG2. - Video files now have the 'group read' bit set. - Fixed handling errors in 'readstring()'. - Handling SIGPIPE and re-establishing handler after intercepting a signal. diff --git a/INSTALL b/INSTALL index 9f11e3dc..98268e32 100644 --- a/INSTALL +++ b/INSTALL @@ -16,7 +16,11 @@ you will have to change the definition of DVBDIR in the Makefile. This program requires the card driver version 0.05 or higher -to work properly. +to work properly. If you are using driver version 0.7 you need +to load the dvb.o module with option outstream=0, so your insmod +statement should read 'insmod dvb.o outstream=0'. This is currently +necessary because 'vdr' works with AV_PES data and will change +once it has been modified to work directly with MPEG2. After extracting the package, change into the VDR directory and type 'make'. This should produce an executable file