Fedora

From VDR Wiki
Revision as of 12:51, 25 November 2004 by Monroe (talk | contribs) (initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

http://fedora.redhat.com/images/header-fedora_logo.png

Description

Prerequirements

At first Fedora Core 2 has to be installed. Ideally choose the userdefined installation method and choose the Kernel sources and Kernel developments packages.

A current Kernel is at www.kernel.org

Linux installation

The file /boot/config has to be copied to /usr/src/linux and renamed to .config

cp /boot/config /usr/src/linux/.config

Afterwards the new kernel can be compiled with the (copied over) old configuration

cd /usr/src/linux
make oldconfig
make
make modules_install
make install

Restart Linux.

VDR installation

The installation is explained in

and if a infraded remote control should be used

Links

[1] http://fedora.redhat.com Fedora homepage
[2] http://www.kernel.org Linux Kernel homepage
[3] http://www.cydiction.de VDR HowTo for Fedora 1 (fc1)