|
升级到了2.6.32-5的内核,安装显卡最新驱动NVIDIA-Linux-x86-195.36.24-pkg1 报错如下:- -> 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), or NVIDIA GPU
- installed in this system is not supported by this NVIDIA Linux graphics
- driver release.
-
- 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.
复制代码
log file 好长,贴最后一段如下:- -> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
- -1 No such device
- -> Kernel messages:
- [ 1685.319372] /dev/vmnet: hub 8 does not exist, allocating memory.
- [ 1685.319392] /dev/vmnet: port on hub 8 successfully opened
- [ 1685.322774] /dev/vmnet: open called by PID 7436 (vmnet-natd)
- [ 1685.322783] /dev/vmnet: port on hub 8 successfully opened
- [ 1685.324493] /dev/vmnet: open called by PID 7437 (vmnet-netifup)
- [ 1685.324502] /dev/vmnet: port on hub 8 successfully opened
- [ 1695.832012] vmnet1: no IPv6 routers present
- [ 1696.164008] vmnet8: no IPv6 routers present
- [ 1768.941921] /dev/vmmon[7546]: PTSC: initialized at 2327475000 Hz using
- TSC
- [ 1769.634373] /dev/vmnet: open called by PID 7549 (vmware-vmx)
- [ 1769.634384] /dev/vmnet: port on hub 8 successfully opened
- [ 1780.770973] /dev/vmnet: open called by PID 7549 (vmware-vmx)
- [ 1780.770984] /dev/vmnet: port on hub 8 successfully opened
- [ 1971.329254] /dev/vmnet: open called by PID 7549 (vmware-vmx)
- [ 1971.329264] /dev/vmnet: port on hub 8 successfully opened
- [ 2097.135506] nvidia: module license 'NVIDIA' taints kernel.
- [ 2097.135510] Disabling lock debugging due to kernel taint
- [ 2098.042304] NVRM: The NVIDIA probe routine was not called for 1
- device(s).
- [ 2098.042307] NVRM: This can occur when a driver such as rivafb, nvidiafb
- or
- [ 2098.042308] NVRM: rivatv was loaded and obtained ownership of the NVIDIA
- [ 2098.042309] NVRM: device(s).
- [ 2098.042311] NVRM: Try unloading the rivafb, nvidiafb or rivatv kernel
- module
- [ 2098.042312] NVRM: (and/or reconfigure your kernel without rivafb/nvidiafb
- [ 2098.042313] NVRM: support), then try loading the NVIDIA kernel module
- again.
- [ 2098.042315] NVRM: No NVIDIA graphics adapter probed!
- 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.
复制代码 |
|