I have been using the Nvidia driver successfully for months, re-installing whenever I upgrade my kernel. When I upgraded to 2.6.14-1.1637_FC4, I could not re-install the NVIDIA-Linux-x86-1.0-7664-pkg1.run. I know there is a newer version (1.0-7676), but my old card has been deprecated in that driver version....
When I try to install the driver, it acts as if I do not have kernel sources installed... I understand kernel-sources is now called kernel-devel... I am I doing something wrong? Overlooking something simple? I have been using this versions of the the Nvidia driver for months no real problems....
Quote:
[root@computer opt]# uname -a
Linux computer.steve.us 2.6.14-1.1637_FC4 #1 Wed Nov 9 18:19:37 EST 2005 i686 i686 i386 GNU/Linux
[root@computer opt]# rpm -qa|grep kernel
kernel-devel-2.6.14-1.1637_FC4
kernel-2.6.13-1.1532_FC4
kernel-2.6.14-1.1637_FC4
[root@computer opt]# lspci|grep -i nvidi
01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
[root@computer opt]# more /var/log/nvidia-installer.log
<SNIP ...>
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; 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.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
-1 No such device
-> Kernel messages:
loop: loaded (max 8 devices)
audit(1132957880.968:2): audit_backlog_limit=256 old=64 by auid=4294967295
nvidia: module license 'NVIDIA' taints kernel.
NVRM: The NVIDIA RIVA TNT2 Model 64/Model 64 Pro GPU installed in this
system is
NVRM: supported through the NVIDIA Legacy drivers. Please
NVRM: visit http://www.nvidia.com/object/linux.html for more
NVRM: information. The 1.0-7664 NVIDIA driver will ignore
NVRM: this GPU. Continuing probe...
NVRM: No NVIDIA graphics adapter found!
NVRM: The NVIDIA RIVA TNT2 Model 64/Model 64 Pro GPU installed in this
system is
NVRM: supported through the NVIDIA Legacy drivers. Please
NVRM: visit http://www.nvidia.com/object/linux.html for more
NVRM: information. The 1.0-7664 NVIDIA driver will ignore
NVRM: this GPU. Continuing probe...
NVRM: No NVIDIA graphics adapter found!
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.
|