[error] couldn't communicate with the NVIDIA driver

Yongsang Yoon·2022년 5월 26일
0

Linux

목록 보기
7/7

분명 어제까지만해도 잘 동작했는데 오디오렌더기 오류로 리붓했더니 갑자기 듀얼모니터 중 하나가 안들어온다..!
최근 cuda쓴적도 없는데 ㅠㅠ.. 혹시몰라 nvidia-smi 찍어보니까 에러가뜬다.

$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

18.04때는 이런 일 생기면 putty들어가고 블랙리스트추가하고 여러가지 번거로웠는데 20.04에선 되게 간단하게 해결되었다.

Solution

1 우선 설치된 버전을 확인.

apt --installed list | grep nvidia-driver
nvidia-driver-470/focal-updates,focal-security,focal,now 470.129.06-0ubuntu0.20.04.1 amd64 [installed]

2 기존 설치본 삭제

$ sudo apt remove nvidia-driver-INSTALLED-VERSION
$ sudo apt autoremove

3 새로 설치 후 재시작

$ sudo apt-get install nvidia-driver-INSTALLED-VERSION
$ sudo reboot now

이번에는 간단하게 해결되서 다행이다..

profile
I'm a student

0개의 댓글