最近更新到 Ubuntu 22.04 后无法让 GPU 运行

最近更新到 Ubuntu 22.04 后无法让 GPU 运行

最近更新我的机器后,我无法再访问或使用我的 GPU。我已完全卸载并重新安装 NVIDIA 驱动程序、CUDA 和 nvidia-cuda 工具包。我还禁用了安全启动。以下是有关我的机器以及当前安装但不知何故无法访问的内容的一些信息:

> cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
...

连同我的 GPU / cuda 信息,

> ubuntu-drivers devices
vendor   : NVIDIA Corporation
model    : TU106M [GeForce RTX 2070 Mobile / Max-Q Refresh]
driver   : nvidia-driver-545 - third-party non-free
driver   : nvidia-driver-550-open - third-party non-free
...

我仍然可以看到我的 GPU,这很奇怪:

> sudo lshw -C display
  *-display UNCLAIMED       
       description: VGA compatible controller
       product: TU106M [GeForce RTX 2070 Mobile / Max-Q Refresh]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:07:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller cap_list
       configuration: latency=0
       resources: memory:f3000000-f3ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:2000(size=128) memory:f4080000-f40fffff
  *-graphics
       product: EFI VGA
       physical id: 1
       logical name: /dev/fb0
       capabilities: fb
       configuration: depth=32 resolution=1920,1080

如果有人知道如何解决这个问题,我很想听听。

答案1

看来实际上有一个解决方案,我在从这里发布此内容后几乎立即找到了解决方案:https://askubuntu.com/a/1423145

相关内容