I am trying to install the NVIDIA driver for my geForce 4 video board, without success. Here is part of my nvidia-installer.log:
ld -m elf_i386 -r -o /tmp/selfgz10652/NVIDIA-Linux-x86-1.0-8178-pkg1/usr/s
rc/nv/nvidia.ko /tmp/selfgz10652/NVIDIA-Linux-x86-1.0-8178-pkg1/usr/src/nv/n
vidia.o /tmp/selfgz10652/NVIDIA-Linux-x86-1.0-8178-pkg1/usr/src/nv/nvidia.mo
d.o
NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
ERROR: Unable to load the kernel module 'nvidia.ko'. This is most likely
because the kernel module was built using the wrong kernel source files.
Please make sure you have installed the kernel source files for your
kernel and that they are properly configured; on Red Hat Linux systems,
for example, be sure you have the 'kernel-source' RPM installed. If you
know the correct kernel source files are installed, you may specify the
kernel source path with the '--kernel-source-path' command line option.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
-1 File exists
Well, I searched the web and tried a lot of things that people pointed out as a possible solution for this problems, but nothing seems to work. A few information:
kernel 2.6.12-10
kernel-source-2.6.12-10 is installed
gcc is gcc-3.4 (same that compiled the kernel)
installing the driver though the NVIDIA-Linux-x86-1.0-8756-pkg1.run
I would appreciate ANY help on this issue. Thanks a lot,
MS
ld -m elf_i386 -r -o /tmp/selfgz10652/NVIDIA-Linux-x86-1.0-8178-pkg1/usr/s
rc/nv/nvidia.ko /tmp/selfgz10652/NVIDIA-Linux-x86-1.0-8178-pkg1/usr/src/nv/n
vidia.o /tmp/selfgz10652/NVIDIA-Linux-x86-1.0-8178-pkg1/usr/src/nv/nvidia.mo
d.o
NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
ERROR: Unable to load the kernel module 'nvidia.ko'. This is most likely
because the kernel module was built using the wrong kernel source files.
Please make sure you have installed the kernel source files for your
kernel and that they are properly configured; on Red Hat Linux systems,
for example, be sure you have the 'kernel-source' RPM installed. If you
know the correct kernel source files are installed, you may specify the
kernel source path with the '--kernel-source-path' command line option.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
-1 File exists
Well, I searched the web and tried a lot of things that people pointed out as a possible solution for this problems, but nothing seems to work. A few information:
kernel 2.6.12-10
kernel-source-2.6.12-10 is installed
gcc is gcc-3.4 (same that compiled the kernel)
installing the driver though the NVIDIA-Linux-x86-1.0-8756-pkg1.run
I would appreciate ANY help on this issue. Thanks a lot,
MS
Comment