Hi,
What version of the kernel are you using?
Here's what you can do:
untar the kernel source.
Copy the config file from the CD in them kernels/bare.i folder and put it in the Kerenel source directory called .config.
For the 2.6 kernel.
Code:
make oldconfig
make menuconfig
make
For the 2.4 kernel, use:
Code:
make oldconfig
make menuconfig
make deps
make modules
make modules_install
Now, copy the new kernel from arch/i386/boot/bzImage to /boot/kernel-smp
Edit your /etc/lilo.conf to use your new kernel (Make a new entry, and keep the old one incase something goes wrong).
Run the lilo command and reboot!
--
Taj