반응형
1) Download the latest CUDA Toolkit
2) Switch to tty3 by pressing Ctl+Alt+F3
3) Unload nvidia-drm before proceeding.
3a) Isolate multi-user.target
sudo systemctl isolate multi-user.target
3b) Note that nvidia-drm is currently in use.
lsmod | grep nvidia.drm
3c) Unload nvidia-drm
sudo modprobe -r nvidia-drm
4d) Note that nvidia-drm is not in use anymore.
lsmod | grep nvidia.drm
5) Go to your download folder and run the cuda installation.
sudo sh cuda_10.1.168_418.67_linux.run
6) Answer any prompts during installation.
7) When installation has finished, confirm that the CUDA Version has been updated.
nvidia-smi
8) Start the GUI again.
sudo systemctl start graphical.target
'Linux' 카테고리의 다른 글
execution time scheduler 'at' (0) | 2023.06.23 |
---|---|
Draw HSV color wheel (0) | 2023.05.15 |
myelin error in operator(): 1 (myelinversionmismatch : compiled assuming that device 0 was sm 75, but device 0 is sm 0. ) (0) | 2022.01.27 |
Install OpenCV + Cuda + cuDNN + TensorRT on Ubuntu 18.04 (0) | 2022.01.27 |
Basic Shell Script (for/if/echo) Example with Python Run (0) | 2019.01.04 |