pop.onlinehome.de wrote: > I installed the package "kernel-source-2.2.19" and the vendors source code. > Than i try to run "make install" but the systems tells me "kernel source not > configured - missing version.h".
Hmm, first of all you have to make sure that `make install` can find the kernel source. See in the documentation how to specify this path (probably with ./configure). Also the file <kernel-source>/include/linux/version.h and some other version.h files are only created when the kernel is actually build, so you will have to do a make config make dep in the kernel source directory to get this file created. HTH, Viktor -- Viktor Rosenfeld WWW: http://www.informatik.hu-berlin.de/~rosenfel/