Kevin Lee writes: > I am tring to get my network card working and recently got the > source codes from a developer. I followed his instruction to > compile but got the error of modversion.h not found error: > > Yeah, it is true that it isn't found when I check the > /usr/include/linux directory. I am wondering if the header file is > supposed to be created when the kernel is compiled. And how do I > get modversion.h? By recompiling the source again or what? I have > a kernel of 2.2.18pre21.
I believe it gets created sometime during a kernel compile--probably in the early stages of 'make modules'. Andrew.

