Oops. Sorry. I forgot to tell you about "make" ing your kernel. Do you know how to compile/make your own kernel? If not then I have to tell you that your dealing with a fragile area of your OS. If you already have one's source installed (under /usr/src/linux), hopefully you should just be able to go into that directory and do a "make". That should hopefully take care of that "modversion" problem. Also, after doing all that, I forgot to tell you to do a "depmod" command too.
Brandt Dusthimer Brandt ----- Original Message ----- From: dude <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <debian-user@lists.debian.org> Sent: Monday, November 27, 2000 6:24 PM Subject: help (fwd) > > As i was saying this, is the output i get when i try > ---------- Forwarded message ---------- > Date: Mon, 27 Nov 2000 19:09:15 -0500 > From: root <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: help > > rm -f nv.o os-interface.o os-registry.o Module-linux NVdriver > cc -c -Wall -Wunknown-pragmas -Wno-multichar -O > -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DUNIX > -DLINUX -DNV4_HW -DNTRM -DRM20 -D_X86_=1 > -Di386=1 -D_GNU_SOURCE -DRM_HEAPMGR -D_LOOSE_KERNEL_NAMES > -I. -I/usr/src/linux/include nv.c > > and then it says > > nv.c:49: linux/modversions.h: no such file or directory > make: *** [nv.o] Error 1 >