On Sunday 30 Jan 2005 12:31, Bogi Mouritsen wrote:
I've found that coping the kernel header over to where nvidia expect it works for me I've used this trick on both 9.1 & 9.2
Jonothan
Just a simpe cp -r /usr/src/linux-2.6.8-24/* /lib/modules/2.6.8-24.11-default/build/ ??
:)Bogi
You don't even need to copy it all just a simple cp usr/src/linux-2.6.8-24.11/include/linux/kernel.h /lib/modules/2.6.8-24.11-default/build/include/linux should work
Jonothan