Don't take this as a lecture, but if you haven't compiled a kernel, you need to learn. Get the sources for 2.0.35 from your favorite kernel.org mirror, or off my news page if you have bzip2 installed, then mv it to /usr/src and follow these steps: 1. rm linux 2. tar -zxvf linux-2.0.35.tar.gz OR bunzip2 linux-2.0.35.tar.bz2 tar -xvf linux-2.0.35.tar 3. mv linux linux-2.0.35 4. ln -s linux-2.0.35 linux 5. cd linux-2.0.35 6. make mrproper 7. make config (or make menuconfig or make xconfig) 8. make dep 9. make clean 10. make zImage 11. make modules 12. make modules_install 13. cp arch/i386/boot/zImage /vmlinuz 14. /sbin/lilo 15. reboot bam! you've upgraded your kernel. It's not rocket science, and it's something you need to be comfortable doing. Hope this helps. Aaron Seelye wrote:
What is the easiest way for me to update my 2.0.33 kernel to the 2.03.35 kernel? Also, where are some good sites that cover kernel updating (preferably dealing with suse)?
-- ==================================================================== Michael Lankton <A HREF="http://tasteslikechicken.ml.org"><A HREF="http://tasteslikechicken.ml.org</A">http://tasteslikechicken.ml.org</A</A>> ==================================================================== - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e