gpt4 book ai didi

linux - 内核更新破坏了 CUDA

转载 作者:太空宇宙 更新时间:2023-11-04 10:42:15 25 4
gpt4 key购买 nike

我有一个 NVIDIA Grid K2 GPU 分配给运行 Ubuntu 14.04 的虚拟服务器。为了在自动内核更新后重新安装正确的驱动程序,我运行了 sudo apt-get update,然后是 sudo apt-get install nvidia-current

现在我无法让 CUDA 7.5 继续工作。如果我运行 deviceQuery 示例,我会收到以下消息:

CUDA Device Query (Runtime API) version (CUDART static linking)

cudaGetDeviceCount returned 35
-> CUDA driver version is insufficient for CUDA runtime version
Result = FAIL

这是 sudo lshw -c video 的输出

PCI (sysfs)

*-display
description: VGA compatible controller
product: SVGA II Adapter
vendor: VMware
physical id: f
bus info: pci@0000:00:0f.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=vmwgfx latency=64
resources: irq:16 ioport:1070(size=16) memory:ec000000-efffffff memory:fe000000-fe7fffff memory:c0300000-c0307fff
*-display
description: VGA compatible controller
product: GK104GL [GRID K2]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:0b:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list
configuration: driver=nvidia latency=64
resources: irq:19 memory:fc000000-fcffffff memory:e0000000-e7ffffff memory:e8000000-e9ffffff ioport:5000(size=128)

最佳答案

我使用 installation guide 中的提示通过以下步骤解决了这个问题:

  1. 通过运行 sudo apt-get --purge remove nvidia-current 卸载了我错误安装的包。

  2. 使用命令 sudo/usr/local/cuda-7.5/bin/uninstall_cuda_7.5.pl

  3. 卸载了 CUDA 7.5
  4. 使用 sudo reboot

    重新启动服务器
  5. 通过运行 the downloadable .run file 安装了 CUDA 7.5并按照说明进行操作。

  6. 通过运行 deviceQuery CUDA 示例检查一切是否正常。

关于linux - 内核更新破坏了 CUDA,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34570366/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com