Installation of custom kernel
I've compiled a custom kernel, with a srpm. Everything went fine, and I have everything compiled, and sitting in RPMS waiting to be installed. My problem concerns firmware. i am using FedoraProject.org, Building a Kernel from the source RPM, link text to compile it, and everything went fairly smooth (considering its age, and a few typo's). My questions are, how to install it, how do i build or get the firmware. I used the builddid line,
if you changed the name of your kernel as requested, your firmware and kernel headers won't match. The simplest solution is to build new firmware as described in 'Build the New Kernel', then
su -c "rpm -ivh $HOME/rpmbuild/RPMS/<arch>/kernel-<version>.<arch>.rpm \
$HOME/rpmbuild/RPMS/<arch>/kernel-firmware-<version>.<arch>.rpm \
$HOME/rpmbuild/RPMS/<arch>/kernel-headers-<version>.<arch>.rpm \
$HOME/rpmbuild/RPMS/<arch>/kernel-devel-<version>.<arch>.rpm"
and there is no firmware to be had. How do I install the kernel, so that everything is updated to use my new kernel, with a different name?