Hi all.
Firstly, what are your hardware issues?
You may not have to be so drastic
Secondly, Upgrading your kernel to 2.6 is not a task for the faint of heart..
Mandrake customizeds it's kernels, so if you do decide to get the 2.6prex kernel from
www.kernel.org be prepared for some extra headaches..
Mandrake has made additions to their linux kernel, one major one being supermount the way in which drives are mounted. You may be in trouble here.. It might be good to learn about mtab and fstab before proceeding or your drives will not all be mounted.
After reading the linux how to compile the kernel thing... it would be wise to write down all the modules that Mandrake (lsmod) is running ie sound driver, video driver, etc and make sure that at a bare minimun you make sure they are compiled in.
If at all possilbe wait until Mandrake releases kernel-source-2.6xxx rpm. This will ensure that you won't lose maximum functionality of your system..
Either way , here's the skinny of it..I'd back up EVERYTHING first... *just in case*
grab the kernel,
become root
install the files to /usr/src/linux
make xconfig
*heres where a gui menu comes up.. select what best fits your computer..* Most of the options should be already fine.. but make sure there is support being compiled in for your computer setup... for now don't worry too much about getting rid of all the extra stuff*
*save and exit*
make dep
make bzImage
make modules
make modules_install
depmod -a
cd /usr/src/linux/arch/i386/boot
cp bzImage /boot
edit /etc/lilo.conf and add your kernel.
lilo
reboot select your new kernel and hope for the best..
READ THE HOW-TO's THOUROUGHLY to grasp these steps better..
Have fun
Gary