On Die, Jan 08, 2002 at 02:08:35 -0200, Marcelo Chiapparini wrote: > the switch your suggested didn't work. I think this is because in the > /usr/src/linux/include doesn't exist any modversions.h file. How can I > generate the modversions.h file?
the headers for your current kernel should be in /usr/src/linux/include linux/modversions.h is generated during the kernel compile. it's needed by lkm, even if you try to compile it later. you need the kernel headers for your current kernel and it's respective compiled modversions.h