Help....
I get this error:
================================================================ ERROR: Unable to load the kernel module 'nvidia.o'. 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; 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' commandline option. ================================================================
After making absolutely certain that the correct kernel sources for the installed kernel are installed and setup correctly.
Having done 'make mrproper cloneconfig dep'
THen './NVIDIA-Linux-x86-1.0-5336-pkg1.run'
The above error is what I get.
I don't get it.
You need to make sure that eh installed kernel (uname -a) is the same version as the installed kernel headers. I didn't and I saw this problem myself. IIRC the problem was that YOU updated the files out of sync.