Fedora

From VDR Wiki
Revision as of 06:47, 10 March 2006 by 151.41.144.160 (talk) (→‎Links: Removed dead Fedora 1 installation instructions link)
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 development 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 infrared remote control should be used

RPM packages

There are also prebuilt RPM packages of VDR and a bunch of plugins for Fedora Core 4 (and soon later) available at http://rpm.livna.org/

Links

[1] http://fedora.redhat.com Fedora homepage
[2] http://www.kernel.org Linux Kernel homepage
[3] http://rpm.livna.org VDR packages for FCx