Fedora
From VDR Wiki
(Difference between revisions)
(→RPM packages) |
(→RPM packages) |
||
| Line 29: | Line 29: | ||
==RPM packages== | ==RPM packages== | ||
| - | There are also prebuilt RPM packages of VDR and a bunch of plugins for Fedora Core 4 and later available at http://rpm.livna.org/ | + | There are also prebuilt RPM packages of VDR and a bunch of plugins for Fedora Core 4 and later available at [http://fedoraproject.org/wiki/Extras Fedora Extras] and [http://rpm.livna.org/ livna.org]. |
==Links== | ==Links== | ||
Revision as of 15:52, 18 October 2006
http://fedora.redhat.com/images/header-fedora_logo.png
Contents |
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 later available at Fedora Extras and 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 |
