Last night I recompiled my kernel. I just used the same source tree
that cam with RH 6.1, since I've had problems in the past with using a
new source tree.
I'm not including my specific error messages yet, because this is
probably pretty simple to fix. When I boot, I get "unresolved symbols"
when it tries to load my sound drivers, and they don't work.
The commands i used in recompiling my kernel were these:
cd /usr/src/linux
make xconfig
make dep
make clean
make bzImage
make modules
make modules_install
Then I copied /usr/src/linux/arch/i386/boot/bzImage to /boot, and added
the entry in /etc/lilo.conf, and ran lilo. I then booted into the new
kernel.
Any ideas why I get unresolved symbols from the sound card? i wasn't
paying too much attention when going through the sound part of kernel
configuration; there's a chance I didn't recompile my drivers.
Thanks,
Jeremy