Quote Originally Posted by Lunik3
i have compiled my Kernel again and now it is possible to start Kano's Script. But it ends up in a Message who means that the sources are unavailable?!

I try it later again. maybe it's just a short disturbance on her driver-servers?! hope so...

Gtx, Pat*
Did you compile the kernel headers and install them when you installled the kernel image? How did you compile Debian method with make-kpkg or standard method? You most likely need the kernel headers what I always do when using make-kpkg in /usr/src/linux:

make menuconfig
fakeroot make-kpkg clean
fakeroot make-kpkg --append-to-version=.date_of_compile kernel_image modules_image kernel_headers
cd ..
dpkg -i kernel-image-2.4.??.date_of_compile-custom.deb kernel-headers-2.4.??.date_of_compile-custom.deb

When compiling and installing the modules image is usually not built unless you have additional third party modules being compiled.