# Ubuntu에서 NVIDIA-SMI가 작동하지 않을 때 해결 방법## NVIDIA 580 DKMS 빌드 실패와 GCC 버전 문제 해결Ubuntu에서 NVIDIA 그래픽카드를 사용하다 보면 다음과 같은 오류가 발생하는 경우가 있습니다.```bashnvidia-smi```실행했을 때:```textNVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver.Make sure that the latest NVIDIA driver is installed and running.```라는 메시지가 출력되는 경우입니다.이번에는 Ubuntu 22.04 환경에서 GeForce GTX 1060을 사용하던 중 발생한 문제를 기준으로 원인을 확인하..