Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

An NVIDIA kernel module 'nvidia-uvm' appears to already be loaded in your kernel #62

Closed
lukeyeager opened this issue Mar 25, 2016 · 6 comments
Labels

Comments

@lukeyeager
Copy link
Member

I'm upgrading my driver and hitting this error during install.

I've hit it before and found that nvidia-docker was causing the problem. Can you remind me which command I need to run to be able to move ahead with my driver installation?

@lukeyeager
Copy link
Member Author

Solved it with some combination of these commands:

sudo service lightdm stop
sudo stop nvidia-digits-server
sudo service docker stop
sudo rmmod nvidia-uvm

@3XX0
Copy link
Member

3XX0 commented Mar 25, 2016

service nvidia-docker stop should do it (if UVM is only used by nvidia-docker)

@3XX0 3XX0 added the question label Apr 7, 2016
@JNingWei
Copy link

JNingWei commented May 7, 2019

I also encountered the same problem. The reason for the error was that I accidentally selected "Install nvidia driver" during the installation of cuda.

So, during the installation of CUDA, when you encounter the following options:

Install NVIDIA Accelerated Graphics Driver for Linux-x86_64 384.81?
(y)es/(n)o/(q)uit:

Please select q , the problem will be solved.

@GigiCoding
Copy link

I also encountered the same problem. The reason for the error was that I accidentally selected "Install nvidia driver" during the installation of cuda.

So, during the installation of CUDA, when you encounter the following options:

Install NVIDIA Accelerated Graphics Driver for Linux-x86_64 384.81?
(y)es/(n)o/(q)uit:

Please select q , the problem will be solved.

Thank you so much! This solved my problem.

@zhangxiaoya
Copy link

@JNingWei you should select n

@bruce2233
Copy link

So how to upgrade driver version in Nvidia-driver?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants