Goto http://www.kernel.org/ and get the latest stable kernel (currently 2.4.23). put it in /usr/src and do "tar xvzf linux-2.4.23" then link it to /usr/src/linux like this "ln -s linux-2.4.23 linux" then go into the linux directory and do a make menuconfig (or xconfig) and configure the kernel. Next run "make dep clean bzImage modules modules_install" then copy arch/i386/boot/bzImage to /boot/vmlinuz-2.4.23 and setup the bootloader (normally either lilo or grub). For lilo add the lines: image = /boot/vmlinuz-2.4.23 label = NewKernel root=/dev/whatever device / is then run lilo and reboot Warning: make sure you still have the old kernel in the bootloader so that if the new kernel does not work you can go back to the old one. I cant help you if your using grub since I have no experience with it. For more information on kernel compiling look at http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO.html Mike Burger On Saturday 06 December 2003 06:56 pm, Richard S. Crawford wrote: > I've been running my RH8 box for several months now, and have been > pretty happy with it. Unfortunately, whenever I try to sync my Palm > Pilot Tungsten T with my computer, my computer freezes up completely, > and I have to reboot it. I have to sync with my WinXP laptop, which is > annoying. > > I think that the problem lies within the kernel that I am using > (2.4.20); I think that if I upgrade to 2.4.21, I will probably be okay. > Unfortunately, that kernel, which is out of beta, is not offered on Red > Hat's up2date channel. > > How do I upgrade the kernel manually? I've never done it that way; I've > always just done it through up2date. Where can I find information on > how to go about doing this? > > Thanks in advance! > > -- > Slainte, > Richard S. Crawford > AIM: Buffalo2K / Y!: rscrawford / ICQ: 11640404 > Howard Dean for America: http://www.deanforamerica.com > http://www.mossroot.com http://www.stonegoose.com > "It is only with our heart that we can see clearly. What is essential > is invisible to the eye." --Antoine de Saint Exupery > > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list