|
|
#1 | |
|
Registered User
Join Date: May 2007
Posts: 19
|
(Notes to sysadmins: Please delete the other post in the wrong forum, as the forum permissions won't let me delete my own threads or move them. Other thread is http://www.nvnews.net/vbulletin/showthread.php?t=154763)
I have a GeForce 7950 GT card running on a AMD64 machine. Downloading and recompiling 173.14.27 using the same GCC version used with a new Linux kernel fails to load. I am running this Debian Linux kernel: Code:
$ cat /proc/version Linux version 2.6.32-5-amd64 (Debian 2.6.32-20) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-2) ) #1 SMP Thu Aug 12 13:01:50 UTC 2010 Code:
$ cat /proc/version Linux version 2.6.32-trunk-amd64 (Debian 2.6.32-5) (ben@decadent.org.uk) (gcc version 4.3.4 (Debian 4.3.4-6) ) #1 SMP Sun Jan 10 22:40:40 UTC 2010 First the short snippet of the error I get, followed by a link to a GitHub Gist of the full log listing: Code:
-> Kernel module compilation complete.
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.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
-1 No such device
nvidia-installer.GeForce.7950.GT.debian.kernel.2.6.32-5-amd64.AMD64.driver.173.14.27.no.such.device.log The log suggests that I might have other drivers loaded such as: Code:
nouveau, rivafb, nvidiafb, or rivatv Any ideas as to what could be the cause? Thanks! Brent |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: May 2007
Posts: 19
|
"God helps those who help themselves". Sigh.
Quoting myself: Quote:
My complaint here is that the nvidia installer didn't check for the nouveau module and emit a message specifically for that. It should IMO. bg |
|
|
|
|
![]() |
| Thread Tools | |
|
|