Hi
i am trying to install NVIDIA-Linux-x86-1.0-9629-pkg1.run drivers on Fedora Core 5.
Code:
[freddy@fredhat linux]$ uname -am
Linux fredhat 2.6.15-1.2054_FC5smp #1 SMP Tue Mar 14 16:05:46 EST 2006 i686 i686 i386 GNU/Linux
i have successfully installed the following rpms
kernel-2.6.15-1.2054_FC5.src.rpm
kernel-devel-2.6.15-1.2054_FC5.i686.rpm
this is what i have done to try and install them without any luck.
1. Ctrl + Alt + Backspace
2. sudo sh NVIDIA-Linux-x86-1.0-9629-pkg1.run
then i get this error:
Code:
WARNING: The path to the `modprobe` utility reported by
'/proc/sys/kernel/modprobe', `/sbin/modprobe`, differs from the path
determined by `nvidia-installer`, `/sbin//modprobe`. Please verify
that `/sbin/modprobe` works correctly and correct the path in
'/proc/sys/kernel/modprobe' if it does not.
then this error:
Code:
ERROR: Unable to find the kernel source tree for the currently running kernel.
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' or 'kernel-devel' 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.
so i tryed to do this:
1. Ctrl + Alt + Backspace
2. sudo sh NVIDIA-Linux-x86-1.0-9629-pkg1.run --kernel-source-path=/usr/src/kernels/2.6.15-1.2054_FC5-i686/
and i got the following errors:
Code:
WARNING: The path to the `modprobe` utility reported by
'/proc/sys/kernel/modprobe', `/sbin/modprobe`, differs from the path
determined by `nvidia-installer`, `/sbin//modprobe`. Please verify
that `/sbin/modprobe` works correctly and correct the path in
'/proc/sys/kernel/modprobe' if it does not.
and
Code:
ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most
frequently when this kernel module was built against the wrong or
improperly configured kernel sources, with a version of gcc that differs
from the one used to build the target kernel, or if a driver such as
rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
obtaining ownership of the NVIDIA graphics device(s).
Please see the log entries 'Kernel module load error' and 'Kernel
messages' at the end of the file '/var/log/nvidia-installer.log' for
more information.
here is a link to the 2 nvidia-installer.log files:
Method 1
nvidia-installer.log
Method 2
nvidia-installer.log (with the source path included)
I have been at this for weeks and read 1000000000 tutorials on this topic but none have seemed to work
any help would be greatly appreciated.