|
|
发表于 2007-3-27 19:43:23
|
显示全部楼层
the mismatch is not just about the kernel source, but also about the config of kernel.
the config of the currently running kernel is different from the config of the module you've just compiled. the former is configured as 686 cpu and 4k kernel stack, however the latter is configured as pentium 3.
as I said, you have to reboot to use the newly compiled kernel. the kernel and the modules should match. |
|