데비안 스트레치에 최신 NVIDIA 드라이버를 설치하려고합니다. 나는 다운로드 한 NVIDIA-Linux-x86_64-390.48.run
에서 여기에 ,하지만 난 할 때
sudo sh ./NVIDIA-Linux-x86_64-390.48.run
제안 된대로 오류 메시지가 나타납니다.
ERROR: An NVIDIA kernel module 'nvidia-drm' appears to already be loaded in your kernel. This may be because it is in use (for example, by an X server, a CUDA program, or
the NVIDIA Persistence Daemon), but this may also happen if your kernel was configured without support for module unloading. Please be sure to exit any programs
that may be using the GPU(s) before attempting to upgrade your driver. If no GPU-based programs are running, you know that your kernel supports module unloading,
and you still receive this message, then an error may have occured that has corrupted an NVIDIA kernel module's usage count, for which the simplest remedy is to
reboot your computer.
누가 nvidia-drm
(또는 nvidia_drm
)을 사용하는지 알아 내려고하면 아무것도 보이지 않습니다.
~$ sudo lsof | grep nvidia-drm
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
Output information may be incomplete.
~$ sudo lsof -e /run/user/1000/gvfs | grep nvidia-drm
~$
그리고 그것을 제거하려고하면 사용 중이라고 말합니다.
~$ sudo modprobe -r nvidia-drm
modprobe: FATAL: Module nvidia_drm is in use.
~$
사용자 이름 / 암호를 제공하기 전에 Ctrl + Alt + F2를 눌러 텍스트 전용 모드로 재부팅하고 시작했지만 동일한 오류가 발생했습니다.
게다가 "커널이 모듈 언로드를 지원한다는 것을 어떻게 알 수 있습니까?"
nvidia와 관련된 부팅시 몇 가지 경고가 표시되지만 관련이 있는지는 모르겠습니다.
Apr 30 00:46:15 debian-9 kernel: nvidia: loading out-of-tree module taints kernel.
Apr 30 00:46:15 debian-9 kernel: nvidia: module license 'NVIDIA' taints kernel.
Apr 30 00:46:15 debian-9 kernel: Disabling lock debugging due to kernel taint
Apr 30 00:46:15 debian-9 kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 375.82 Wed Jul 19 21:16:49 PDT 2017 (using threaded interrupts)
systemctl stop systemd-logind
모듈을 언로드하기 전에.
systemctl stop systemd-logind.service
이지만 화면을 닫고 다시 그래픽 로그인으로 돌아가서 Ctrl + Alt + F2를 다시 수행해야합니다.