Hi, Kai, > > I apt-get source kernel-source-2.4.18 Actually, I think you want to use "apt-get install kernel-source-2.4.18". You are downloading the source to the kernel source package, which, as you say later, gives you files you don't need. If you just apt-get install the kernel-source, it will put the kernel source tarred and zipped into /usr/src. Bunzip2 and untar it. Now you will have a kernel-source-2.4.18 directory. (I always move it to /usr/src/linux; but I don't know if you are suppose to or not). Then cd to the source directory and type make config, make menuconfig, or make xconfig to configure the kernel. When you are done, type "make-kpkg --rev [whatever you want] kernel-image". Now you will have a .deb of your kernel image in /usr/src. Then follow the directions in /usr/share/doc/nvidia-glx-src/README.Debian and /usr/share/doc/nvidia-kernel-src/README.Debian.
Hope that helps, Jonathan _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com