On Fri, 3 Jun 2005, Phil Schaffner wrote: > On Thu, 2005-06-02 at 16:59 -0400, Robin Mordasiewicz wrote: >> Does anyone know where I can dl multimedia patched kernel rpm for >> centos. > > No, but you can install apt (if not already present - I got the one from > Dag) and fetch the PlanetCCRMA FC 2 kernel (They don't seem to have FC 3 > sources available) with the following... > > # yum install apt > > Create /etc/apt/sources.list.d/planetccrma.list: > --------------------------------------------------------------------------- > # Name: Planet CCRMA Repository > # URL: http://ccrma.stanford.edu/planetccrma/ > > # Planet CCRMA RPM Repository for Fedora Core 2 > rpm http://ccrma.stanford.edu/planetccrma/apt fedora/2/i386 core updates > rpm http://ccrma.stanford.edu/planetccrma/apt fedora/2/i386 planetccrma > rpm http://ccrma.stanford.edu/planetccrma/apt fedora/2/i386 planetcore > rpm-src http://ccrma.stanford.edu/planetccrma/apt fedora/2/i386 core updates > rpm-src http://ccrma.stanford.edu/planetccrma/apt fedora/2/i386 planetccrma > rpm-src http://ccrma.stanford.edu/planetccrma/apt fedora/2/i386 planetcore > --------------------------------------------------------------------------- > > # apt-get update > # apt-get source kernel > # cd /usr/src/redhat/SPECS > # rpmbuild -bb --target=i686 kernel.spec > Thanks, that did work. I have a couple minor errors after booting the new kernel, such as the mouse device is now /dev/input/mouse0, and usb config files, but otherwise it seems ok. I also had to rebuild/install module-init-tools from fedora core 3.