최근 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

관련 정보