Click to See Complete Forum and Search --> : modversions.h


Kyre
11-10-2001, 07:06 PM
I'm using Debian potato. I've download the drivers for my GeForce 3. When I try to make install, it says it can't find modversions.h. I've got kernel version 2.2.19. What's wrong, and how do I fix it?

Vagrant
11-10-2001, 08:54 PM
you need to install your kernel source, or make a symbolic link from ur kernel source to like '/usr/src/linux' on most distro's if ur src is installed its like '/usr/src/linux-2.4.x' or something like that .. good luck
*vagrant

Kyre
11-10-2001, 09:28 PM
I tried installing the kernel source and linking them, still same error. Any ideas?

DMR
11-10-2001, 11:33 PM
At first glance i'd guess that Vagrant has the right idea, but that your pathing might be different. Where does modversions.h live on your system (I'm not familiar with Debian)? This is what I get on my Madrake 8.0 box whn I do a find for modversions.h:
$ find / -name modversions.h
$ /usr/include/linux/modversions.h
$ /usr/src/linux-2.4.3/include/linux/modversions.h