INSTALLING A KERNEL-SOURCE
Imagine you
want to compile drivers for your Nvidia Card, so you need the source
for the kernel you are running . . . . and the distro does not provide
the source for that kernel on their mirrors . . . . what can you do ??
Well, for example if "uname -r" shows you "2.6.12.2" for the kernel you
are running, go here:
http://www.kernel.org/pub/linux/kernel/v2.6/
and look for the "linux-2.6.12.2.tar.gz", then download it to
"/usr/src/" and do:
( as root and after you cd to /usr/src )
After that you are all set to download the Nvidia drivers and install
them.

Bruno
-- Oct 11 2005 ( Revised Dec 11 2005 ) --