cuda 6.5安装在ubuntu 14.04LTS中

时间:2015-06-24 23:05:06

标签: ubuntu cuda ubuntu-14.04 nvidia

我最近升级了ubuntu和nvidia驱动程序不再工作了,我正在尝试重新安装nvidia驱动程序和cuda。这就是我做的事情

sudo apt-get remove --purge nvidia*
sudo /usr/local/cuda-6.5/bin/uninstall_cuda_6.5.pl

sudo apt-get install linux-headers-`uname -r`
sudo ./cuda_6.5.14_linux_64.run --kernel-source-path=/usr/src/linux-headers-`uname -r`/

然而,它总是给我这个错误信息:

enter image description here

我尝试重新启动,但它不起作用。标题是linux-headers-3.16.0-40-generic。

我查看了/var/log/nvidia-installer.log,错误是: enter image description here

/ usr / src / linux-headers-中存在 include / geenrated / autoconf.h include / config / auto.conf 3.16.0-40-generic 目录。

有什么建议吗?

1 个答案:

答案 0 :(得分:1)

I solved the issue by installing cuda 7.0