Nvidia driver not loading correctly [closed]
I'm trying to get the Nvidia card on my laptop to work (GTX 1050 Ti) to no avail. I installed the relevant driver via
sudo apt-get install nvidia-410
which installed fine but when i run nvidia-settings i get
ERROR: NVIDIA driver is not loaded
ERROR: Unable to load info from any available system
i.e. the system isn't loading the driver correctly. The relevant output however after i run lspci is
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
02:00.0 3D controller: NVIDIA Corporation Device 1c8c (rev a1)
running nvidia-smi also doesn't work with
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running
being the ouput. Any help would be greatly appreciated! (I'm running Linux Mint for clarity)
drivers nvidia graphics mint
New contributor
Anthony Kalaitzis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
closed as off-topic by karel, Kulfy, Videonauth, Zanna, pomsky Dec 21 at 10:47
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – karel, Kulfy, Videonauth, Zanna, pomsky
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I'm trying to get the Nvidia card on my laptop to work (GTX 1050 Ti) to no avail. I installed the relevant driver via
sudo apt-get install nvidia-410
which installed fine but when i run nvidia-settings i get
ERROR: NVIDIA driver is not loaded
ERROR: Unable to load info from any available system
i.e. the system isn't loading the driver correctly. The relevant output however after i run lspci is
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
02:00.0 3D controller: NVIDIA Corporation Device 1c8c (rev a1)
running nvidia-smi also doesn't work with
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running
being the ouput. Any help would be greatly appreciated! (I'm running Linux Mint for clarity)
drivers nvidia graphics mint
New contributor
Anthony Kalaitzis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
closed as off-topic by karel, Kulfy, Videonauth, Zanna, pomsky Dec 21 at 10:47
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – karel, Kulfy, Videonauth, Zanna, pomsky
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I'm trying to get the Nvidia card on my laptop to work (GTX 1050 Ti) to no avail. I installed the relevant driver via
sudo apt-get install nvidia-410
which installed fine but when i run nvidia-settings i get
ERROR: NVIDIA driver is not loaded
ERROR: Unable to load info from any available system
i.e. the system isn't loading the driver correctly. The relevant output however after i run lspci is
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
02:00.0 3D controller: NVIDIA Corporation Device 1c8c (rev a1)
running nvidia-smi also doesn't work with
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running
being the ouput. Any help would be greatly appreciated! (I'm running Linux Mint for clarity)
drivers nvidia graphics mint
New contributor
Anthony Kalaitzis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm trying to get the Nvidia card on my laptop to work (GTX 1050 Ti) to no avail. I installed the relevant driver via
sudo apt-get install nvidia-410
which installed fine but when i run nvidia-settings i get
ERROR: NVIDIA driver is not loaded
ERROR: Unable to load info from any available system
i.e. the system isn't loading the driver correctly. The relevant output however after i run lspci is
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
02:00.0 3D controller: NVIDIA Corporation Device 1c8c (rev a1)
running nvidia-smi also doesn't work with
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running
being the ouput. Any help would be greatly appreciated! (I'm running Linux Mint for clarity)
drivers nvidia graphics mint
drivers nvidia graphics mint
New contributor
Anthony Kalaitzis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Anthony Kalaitzis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Anthony Kalaitzis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Dec 21 at 7:29
Anthony Kalaitzis
1
1
New contributor
Anthony Kalaitzis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Anthony Kalaitzis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Anthony Kalaitzis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
closed as off-topic by karel, Kulfy, Videonauth, Zanna, pomsky Dec 21 at 10:47
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – karel, Kulfy, Videonauth, Zanna, pomsky
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by karel, Kulfy, Videonauth, Zanna, pomsky Dec 21 at 10:47
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – karel, Kulfy, Videonauth, Zanna, pomsky
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try install nvidia-dkms-410 or reinstall it if it's already in your computer.
Then check configuration files in directory /etc/modprobe.d and /lib/modprobe.d to make sure nvidia driver is not in blacklist.
Also, check whether nvidia driver is properly installed:
uname -r
# output
4.15.0-43-generic
cd /lib/modules
find ./ -name "nvidia*"
# output
./4.15.0-43-generic/updates/dkms/nvidia.ko
./4.15.0-43-generic/updates/dkms/nvidia-modeset.ko
./4.15.0-43-generic/updates/dkms/nvidia-drm.ko
./4.15.0-43-generic/updates/dkms/nvidia-uvm.ko
./4.15.0-43-generic/kernel/drivers/net/ethernet/nvidia
./4.15.0-43-generic/kernel/drivers/video/fbdev/nvidia
./4.15.0-43-generic/kernel/drivers/video/fbdev/nvidia/nvidiafb.ko
Now try sudo modprobe nvidia. if there's no error, you can type nvidia-smi to see gpu info.
Fri Dec 21 16:13:37 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.78 Driver Version: 410.78 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1050 Off | 00000000:01:00.0 Off | N/A |
| N/A 37C P8 N/A / N/A | 0MiB / 2002MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
How do you installnvidia-dkms-410? I tiredsudo apt-get install nvidia-dkms-410and it didn't seem to work. Does that just come withnvidia-410?
– Anthony Kalaitzis
Dec 21 at 9:29
I'm using Ubuntu 18.04. And it's provided in the official repo launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410
– artificerpi
Dec 21 at 9:34
Sorry how do you add a repo? I triedsudo add-apt-repository http://ppa.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410which produced dangerous results.
– Anthony Kalaitzis
Dec 21 at 9:55
What's the Ubuntu version you are using?
– artificerpi
Dec 21 at 9:57
Linux mint 18.3 Cinnamon , i think i managed to just add them using the .deb files though from the link you gave me.
– Anthony Kalaitzis
Dec 21 at 10:00
|
show 3 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try install nvidia-dkms-410 or reinstall it if it's already in your computer.
Then check configuration files in directory /etc/modprobe.d and /lib/modprobe.d to make sure nvidia driver is not in blacklist.
Also, check whether nvidia driver is properly installed:
uname -r
# output
4.15.0-43-generic
cd /lib/modules
find ./ -name "nvidia*"
# output
./4.15.0-43-generic/updates/dkms/nvidia.ko
./4.15.0-43-generic/updates/dkms/nvidia-modeset.ko
./4.15.0-43-generic/updates/dkms/nvidia-drm.ko
./4.15.0-43-generic/updates/dkms/nvidia-uvm.ko
./4.15.0-43-generic/kernel/drivers/net/ethernet/nvidia
./4.15.0-43-generic/kernel/drivers/video/fbdev/nvidia
./4.15.0-43-generic/kernel/drivers/video/fbdev/nvidia/nvidiafb.ko
Now try sudo modprobe nvidia. if there's no error, you can type nvidia-smi to see gpu info.
Fri Dec 21 16:13:37 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.78 Driver Version: 410.78 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1050 Off | 00000000:01:00.0 Off | N/A |
| N/A 37C P8 N/A / N/A | 0MiB / 2002MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
How do you installnvidia-dkms-410? I tiredsudo apt-get install nvidia-dkms-410and it didn't seem to work. Does that just come withnvidia-410?
– Anthony Kalaitzis
Dec 21 at 9:29
I'm using Ubuntu 18.04. And it's provided in the official repo launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410
– artificerpi
Dec 21 at 9:34
Sorry how do you add a repo? I triedsudo add-apt-repository http://ppa.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410which produced dangerous results.
– Anthony Kalaitzis
Dec 21 at 9:55
What's the Ubuntu version you are using?
– artificerpi
Dec 21 at 9:57
Linux mint 18.3 Cinnamon , i think i managed to just add them using the .deb files though from the link you gave me.
– Anthony Kalaitzis
Dec 21 at 10:00
|
show 3 more comments
Try install nvidia-dkms-410 or reinstall it if it's already in your computer.
Then check configuration files in directory /etc/modprobe.d and /lib/modprobe.d to make sure nvidia driver is not in blacklist.
Also, check whether nvidia driver is properly installed:
uname -r
# output
4.15.0-43-generic
cd /lib/modules
find ./ -name "nvidia*"
# output
./4.15.0-43-generic/updates/dkms/nvidia.ko
./4.15.0-43-generic/updates/dkms/nvidia-modeset.ko
./4.15.0-43-generic/updates/dkms/nvidia-drm.ko
./4.15.0-43-generic/updates/dkms/nvidia-uvm.ko
./4.15.0-43-generic/kernel/drivers/net/ethernet/nvidia
./4.15.0-43-generic/kernel/drivers/video/fbdev/nvidia
./4.15.0-43-generic/kernel/drivers/video/fbdev/nvidia/nvidiafb.ko
Now try sudo modprobe nvidia. if there's no error, you can type nvidia-smi to see gpu info.
Fri Dec 21 16:13:37 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.78 Driver Version: 410.78 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1050 Off | 00000000:01:00.0 Off | N/A |
| N/A 37C P8 N/A / N/A | 0MiB / 2002MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
How do you installnvidia-dkms-410? I tiredsudo apt-get install nvidia-dkms-410and it didn't seem to work. Does that just come withnvidia-410?
– Anthony Kalaitzis
Dec 21 at 9:29
I'm using Ubuntu 18.04. And it's provided in the official repo launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410
– artificerpi
Dec 21 at 9:34
Sorry how do you add a repo? I triedsudo add-apt-repository http://ppa.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410which produced dangerous results.
– Anthony Kalaitzis
Dec 21 at 9:55
What's the Ubuntu version you are using?
– artificerpi
Dec 21 at 9:57
Linux mint 18.3 Cinnamon , i think i managed to just add them using the .deb files though from the link you gave me.
– Anthony Kalaitzis
Dec 21 at 10:00
|
show 3 more comments
Try install nvidia-dkms-410 or reinstall it if it's already in your computer.
Then check configuration files in directory /etc/modprobe.d and /lib/modprobe.d to make sure nvidia driver is not in blacklist.
Also, check whether nvidia driver is properly installed:
uname -r
# output
4.15.0-43-generic
cd /lib/modules
find ./ -name "nvidia*"
# output
./4.15.0-43-generic/updates/dkms/nvidia.ko
./4.15.0-43-generic/updates/dkms/nvidia-modeset.ko
./4.15.0-43-generic/updates/dkms/nvidia-drm.ko
./4.15.0-43-generic/updates/dkms/nvidia-uvm.ko
./4.15.0-43-generic/kernel/drivers/net/ethernet/nvidia
./4.15.0-43-generic/kernel/drivers/video/fbdev/nvidia
./4.15.0-43-generic/kernel/drivers/video/fbdev/nvidia/nvidiafb.ko
Now try sudo modprobe nvidia. if there's no error, you can type nvidia-smi to see gpu info.
Fri Dec 21 16:13:37 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.78 Driver Version: 410.78 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1050 Off | 00000000:01:00.0 Off | N/A |
| N/A 37C P8 N/A / N/A | 0MiB / 2002MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
Try install nvidia-dkms-410 or reinstall it if it's already in your computer.
Then check configuration files in directory /etc/modprobe.d and /lib/modprobe.d to make sure nvidia driver is not in blacklist.
Also, check whether nvidia driver is properly installed:
uname -r
# output
4.15.0-43-generic
cd /lib/modules
find ./ -name "nvidia*"
# output
./4.15.0-43-generic/updates/dkms/nvidia.ko
./4.15.0-43-generic/updates/dkms/nvidia-modeset.ko
./4.15.0-43-generic/updates/dkms/nvidia-drm.ko
./4.15.0-43-generic/updates/dkms/nvidia-uvm.ko
./4.15.0-43-generic/kernel/drivers/net/ethernet/nvidia
./4.15.0-43-generic/kernel/drivers/video/fbdev/nvidia
./4.15.0-43-generic/kernel/drivers/video/fbdev/nvidia/nvidiafb.ko
Now try sudo modprobe nvidia. if there's no error, you can type nvidia-smi to see gpu info.
Fri Dec 21 16:13:37 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.78 Driver Version: 410.78 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1050 Off | 00000000:01:00.0 Off | N/A |
| N/A 37C P8 N/A / N/A | 0MiB / 2002MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
edited Dec 21 at 8:15
answered Dec 21 at 7:47
artificerpi
18510
18510
How do you installnvidia-dkms-410? I tiredsudo apt-get install nvidia-dkms-410and it didn't seem to work. Does that just come withnvidia-410?
– Anthony Kalaitzis
Dec 21 at 9:29
I'm using Ubuntu 18.04. And it's provided in the official repo launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410
– artificerpi
Dec 21 at 9:34
Sorry how do you add a repo? I triedsudo add-apt-repository http://ppa.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410which produced dangerous results.
– Anthony Kalaitzis
Dec 21 at 9:55
What's the Ubuntu version you are using?
– artificerpi
Dec 21 at 9:57
Linux mint 18.3 Cinnamon , i think i managed to just add them using the .deb files though from the link you gave me.
– Anthony Kalaitzis
Dec 21 at 10:00
|
show 3 more comments
How do you installnvidia-dkms-410? I tiredsudo apt-get install nvidia-dkms-410and it didn't seem to work. Does that just come withnvidia-410?
– Anthony Kalaitzis
Dec 21 at 9:29
I'm using Ubuntu 18.04. And it's provided in the official repo launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410
– artificerpi
Dec 21 at 9:34
Sorry how do you add a repo? I triedsudo add-apt-repository http://ppa.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410which produced dangerous results.
– Anthony Kalaitzis
Dec 21 at 9:55
What's the Ubuntu version you are using?
– artificerpi
Dec 21 at 9:57
Linux mint 18.3 Cinnamon , i think i managed to just add them using the .deb files though from the link you gave me.
– Anthony Kalaitzis
Dec 21 at 10:00
How do you install
nvidia-dkms-410 ? I tired sudo apt-get install nvidia-dkms-410 and it didn't seem to work. Does that just come with nvidia-410?– Anthony Kalaitzis
Dec 21 at 9:29
How do you install
nvidia-dkms-410 ? I tired sudo apt-get install nvidia-dkms-410 and it didn't seem to work. Does that just come with nvidia-410?– Anthony Kalaitzis
Dec 21 at 9:29
I'm using Ubuntu 18.04. And it's provided in the official repo launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410
– artificerpi
Dec 21 at 9:34
I'm using Ubuntu 18.04. And it's provided in the official repo launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410
– artificerpi
Dec 21 at 9:34
Sorry how do you add a repo? I tried
sudo add-apt-repository http://ppa.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410 which produced dangerous results.– Anthony Kalaitzis
Dec 21 at 9:55
Sorry how do you add a repo? I tried
sudo add-apt-repository http://ppa.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-410 which produced dangerous results.– Anthony Kalaitzis
Dec 21 at 9:55
What's the Ubuntu version you are using?
– artificerpi
Dec 21 at 9:57
What's the Ubuntu version you are using?
– artificerpi
Dec 21 at 9:57
Linux mint 18.3 Cinnamon , i think i managed to just add them using the .deb files though from the link you gave me.
– Anthony Kalaitzis
Dec 21 at 10:00
Linux mint 18.3 Cinnamon , i think i managed to just add them using the .deb files though from the link you gave me.
– Anthony Kalaitzis
Dec 21 at 10:00
|
show 3 more comments