Hello Everyone - this is my first post here therefore sorry for any errors I may do ;-)
My goal is to install the new nVidia drivers on a debian woody with 2.4.20 kernel
Systems:
a) Winfast K7NCR18D with GeForce 4 Ti 4600
b) Asus A7V-333 ER with leadtek GeForce3 Ti 200
both systems have been installed through the boot floppyes available here: people.debian.org/~blade/ then bf2.4
I have downloaded the tar source files of both kernel and glx, version 4191. I untared them, then run make install in both, as described. The problem is : every manual supposes that this goes just well, and continues with config of the XF86config-4 file. Nothing is right!
first I got an error with modversions.h. I fixed that one by adding:
deb
http://www.fs.tum.de/~bunk/debian woody/bunk-1 main contrib non-free
same line with deb-src.
then apt-get update
then apt-get install kernel-headers-2.4.20
then apt-get install kernel-source-2.4.20
then i returned into the nvidia kernel directory, and run
make install SYSINCLUDE=/usr/src/linux-2.4.20/include
this helped a lot, since i now get another error message :-/
now its:
riv:~/NVIDIA_kernel-1.0-4191# make install SYSINCLUDE=/usr/src/kernel-headers-2.4.20/include/
ld -r -o nvidia.o nv-linux.o nv-kernel.o
size nvidia.o
text data bss dec hex filename
1248439 92824 32940 1374203 14f7fb nvidia.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-bf2.4/kernel/drivers/video/nvidia.o
make: *** [package-install] Error 1
riv:~/NVIDIA_kernel-1.0-4191#
this error seems widespread, but the solutions I tried didn't work.
My assumption was that the kernel sources I dled were different from the actual kernel installed, so I installed a fresh 2.4.20 kernel on system (a).
I rerunned the make command.
and...
still got the same error.
<...banging my head slowly on the table...>
At this point, I WELLCOME any help - since I am totally lost!
later, i'll have also problems with the nforce drivers that state
cc1 Invalid option '-falign-functions=4'
please turn on user_is_dumb mode for replys ;-)
thanx!