1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Added a note about "modprobe capability" to INSTALL

This commit is contained in:
Klaus Schmidinger 2006-01-14 11:30:12 +01:00
parent ee28d49598
commit 7962576727
3 changed files with 10 additions and 0 deletions

View File

@ -1633,3 +1633,6 @@ Marcel Schaeben <mts280@gmx.de>
Ingo Schneider <mail@ingo-schneider.de> Ingo Schneider <mail@ingo-schneider.de>
for adding a SleepMs() in cRecorder::Action() to avoid a busy loop for adding a SleepMs() in cRecorder::Action() to avoid a busy loop
Patrick Cernko <errror@errror.org>
for suggesting to add a note about "modprobe capability" to INSTALL

View File

@ -4165,3 +4165,4 @@ Video Disk Recorder Revision History
introduced in version 1.3.32. introduced in version 1.3.32.
- Removed the now obsolete "ca.conf" section from vdr.1 (thanks to Ville Skyttä). - Removed the now obsolete "ca.conf" section from vdr.1 (thanks to Ville Skyttä).
- Added missing description of L and R circular polarization to 'diseqc.conf'. - Added missing description of L and R circular polarization to 'diseqc.conf'.
- Added a note about "modprobe capability" to INSTALL (suggested by Patrick Cernko).

View File

@ -40,6 +40,12 @@ adjust the definition of DVBDIR in that file.
VDR requires the Linux-DVB driver version dated 2003-08-23 or higher VDR requires the Linux-DVB driver version dated 2003-08-23 or higher
to work properly. to work properly.
You will also need to install the "libjpeg" and "libcap" libraries,
as well as their "devel" packages to get the necessary header files
for compiling VDR. If the "capability" module is not compiled into
your kernel, you may need to do "modprobe capability" before running
VDR.
After extracting the package, change into the VDR directory After extracting the package, change into the VDR directory
and type 'make'. This should produce an executable file and type 'make'. This should produce an executable file
named 'vdr', which can be run after the DVB driver has been named 'vdr', which can be run after the DVB driver has been