赞
踩
因为想在拥有高版本Linux内的Ubuntu系统中,降低Linux内核版本,所以尝试了一下的操作(同样适用于提高Linux内核版本)。故写出来当做记录,也是希望可以帮助到你。
OS: Ubuntu 16.04 LTS
我是在Ubuntu 16.04.5 / 16.04.6 的系统上安装CUDA9.0时,出现了以下的问题:
The driver installation is unable to locate the kernel source. Please make sure that the kernel source packages are installed and set up correctly. If you know that the kernel source packages are installed and set up correctly, you may pass the location of the kernel source with the '--kernel-source-path' flag.
查阅资料之后,发现应该是需要降低linux的内核版本。
Hold On! 如果你也是,安装CUDA时遇到了这个问题,我个人建议你安装低版本的Ubuntu 16.04 LTS,直接在源头解决问题。
uname -r
apt-cache search linux|grep linux-image
sudo apt-get install linux-image-X.X.X.XX-generic linux-headers-X.X.X.XX-generic
sudo update-grup
sudo gedit /etc/default/grub
sudo update-grub
uname -r
,检测一下是不是自己想要的内核版本。oceannedlg@outlook.com
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。