当我按照 18.04 版 TensorFlow 安装说明进行操作时,无法让驱动程序识别 NVIDIA GPU

当我按照 18.04 版 TensorFlow 安装说明进行操作时,无法让驱动程序识别 NVIDIA GPU

我正在按照这里的说明进行操作https://www.tensorflow.org/install/gpu

我的输出nvidia-smi是“未找到任何设备”。
但是当我运行时,lspci -vv | grep NVI我得到

0a:00.0 VGA compatible controller: NVIDIA Corporation Device 1f06 (rev a1) (prog-if 00 [VGA controller])
0a:00.1 Audio device: NVIDIA Corporation Device 10f9 (rev a1)
0a:00.2 USB controller: NVIDIA Corporation Device 1ada (rev a1) (prog-if 30 [XHCI])
0a:00.3 Serial bus controller [0c80]: NVIDIA Corporation Device 1adb (rev a1)

当我运行错误报告时,nvidia-bug-report-sh我得到了这个(非常)长的输出

https://drive.google.com/open?id=1Gn60tmK1FUP_DskXlcgB0k2Y1ruL4yyO

让我印象深刻的是,它说

ERROR: Kernel configuration is invalid.";       \
echo >&2 "         include/generated/autoconf.h or include/config/auto.conf are missing.";\
echo >&2 "         Run 'make oldconfig && make prepare' on kernel src to fix it.";  

我不确定如何做到这一点或者是否能解决问题。

相关内容