Ubuntu不能探测到我的GPU。骑师没有显示任何司机,我甚至不能安装nvidia驱动程序通过sudo apt-获取安装nvidia-当前。这就是我得到的:
Error! Bad return status for module build on kernel: 3.2.0-030200-generic (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/nvidia-current/195.36.24/build/ for more information.
dpkg: error processing nvidia-current (--configure):
subprocess installed post-installation script returned error exit status 10
dpkg: dependency problems prevent configuration of nvidia-current-dev:
nvidia-current-dev depends on nvidia-current (>= 195.36.24); however:
Package nvidia-current is not configured yet.
dpkg: error processing nvidia-current-dev (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of nvidia-glx-185:
nvidia-glx-185 depends on nvidia-current; however:
Package nvidia-current is not configured yet.
dpkg: error processing nvidia-glx-185 (--configure):
dependency problems - leaving unconfigured
Processing triggers for python-gmenu ...
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure. Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.2.0-030200-generic
Processing triggers for python-support ...
Errors were encountered while processing:
nvidia-current
nvidia-current-dev
nvidia-glx-185E:子进程/usr/bin/dpkg返回一个错误代码(1)
我使用的是Ubuntu10.04和3.2.0内核。有什么帮助吗?
发布于 2012-02-12 11:12:46
看起来您已经从http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2-precise/下载了一个主线内核。仅仅安装Linux-Image-3.2.0-030200通用映像在很多情况下都是合适的,但是如果您需要安装VirtualBox或图形驱动程序等内核模块,您还需要安装内核标头包。在链接的页面上,这些是linux-headers-3.2.0-030200-generic...amd64.deb和3.2.0-030200.all.deb文件。
除非您需要测试内核,否则我建议您不要在日常生活中使用这些内核,因为加载后无法卸载这些模块。
此外,安装更新的内核不会使您的NVIDIA卡被检测到,请参阅是一个NVIDIA GeForce与擎天柱技术支持的Ubuntu?
https://askubuntu.com/questions/103450
复制相似问题