I'm so new I'm only now building the kernel on my Ubuntu machine so I was using the instructions from here: http://www.howtoforge.com/kernel_compilation_ubuntu_p2 I'm getting an error on the UTS Version. I've been searching on the internet and there is a fix posted on a mailing list for this problem on a 2.6.18 kernel but the fix, editing a file, does not correspond to the file I have in my linux source tree for 2.6.33. If anybody could shed some light upon this I'd be most grateful. ====== making target debian/stamp/install/linux-image-2.6.33-custom [new prereqs: ]====== This is kernel package version 11.015. echo "The UTS Release version in include/linux/version.h"; echo " \"\" "; echo "does not match current version:"; echo " \"2.6.33-custom\" "; echo "Please correct this."; exit 2 The UTS Release version in include/linux/version.h "" does not match current version: "2.6.33-custom" Please correct this. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ