PDA

View Full Version : Nvidia kernel install probleme on WOODY


meyde
11-19-02, 03:44 AM
I have a debian WOODY with a 2.4.19 kernel when i do make install in the NVIDIA_kernel-1.0-3123 directory i have this error:

make : *** No rule to make target '/usr/src/linux/include/linux/modules/fsm.ver', needed by 'nv.o'.Stop.

What to do ?

Thanks.

:mad:

bwkaz
11-19-02, 08:32 AM
You need to go into your kernel source directory and configure it. I'm not sure if Debian has some way to do that for you (kernel-headers-<kernel version> might be one place to look), but you can do it manually by finding a config file that matches your running kernel's setup, copying it to /usr/src/linux/.config, going into /usr/src/linux, and running make mrproper oldconfig dep.