Jason, it's quite simple with RH51..
After a succesfull kernel compilation, modules & modules_install u
should do the following tasks.
Check the /lib/modules dir. The newest modules should be in 2.0.34
or .35 (depends on kernel ver). Some older versions in 2.0.34-x.x or
.35-x.x.
Rename the /ib/modules/2.0.35 dir in 2.0.35-0.1 (4 example). Change
to /usr/src/linux and do this:
installkernel 2.0.35-0.1 arch/i386/boot/zImage System.map. This
will install your modules and make proper links (depmod -a, etc...).
U'll have to edit lilo.conf manually because installkernel doesn't do
the job as it should.
/Dx