> When it is generated, edit it, and then > compile it yourself with > issuing "make" in its dir! then make install, I > guess. Or download the > .tar.gz-s yourself from www.nvidia.com and > avoid using apt-get, > compile the sources and there you go!
When I do make or make install, I get an error about a missing .h include file - which appears to be part of the kernel or something. (see attachment for the error output) I did some searching and indeed I couldn't find the file myself Does this mean the debian installation may not be complete ? I installed over the network on saturday and it kind of slow so maybe something is missing or something like that.. :-S Thanks in advance, regards, Joris __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
cc -c -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wcast-qual -Wno-multichar -O -MD -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=4191 -DNV_UNIX -DNV_LINUX -DNV_INT64_OK -DNVCPU_X86 -I. -I/usr/src/linux/include -Wno-cast-qual nv.c In file included from nv.c:14: nv-linux.h:24: linux/modversions.h: No such file or directory make: *** [nv.o] Error 1