Installing latest nVidia Driver on Ubuntu 17.10
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I recently partitioned my hard drive to install ubuntu 17.10 and to use CUDA.
I have run into a non-resolving problem. I have
Followed the exact steps as stated in How can I install CUDA 9 on Ubuntu 17.10.
The message I keep on receiving is (after rebooting in insecure mode, and then running the CUDA run file):***WARNING: Incomplete installation! This installation did not install the CUDA Driver.
A driver of version at least 384.00 is required for CUDA 9.0 functionality to
work.This makes no sense, as I have successfully installed 384.111 previously. My output when I run
$ nvidia-smi
is
NVIDIA-SMI 384.111 Driver Version: 384.111 |
|-------------------------------+----------------------+----------------------+
| 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 GT 740M Off | 00000000:01:00.0 N/A | N/A |
| N/A 54C P0 N/A / N/A | 261MiB / 2004MiB | N/A Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+So naturally my next step was to try another method of updating my driver. Attempting to run the run file for the latest driver(I made it executable and ran it with sudo) yielded the error:
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.So I rebooted and still received the same error. So its either an X server or the NVIDIA Persistence Daemon.
- From there I followed the steps from How to install NVIDIA.run? except I stopped the service gdm3 instead of lightdm, this was to disable the X server. After this I attempted to run my driver file again, but got the same error.
My next attempt was to blacklist the
nvidia_drm
nvidia_modeset
nvidia_uvm
nvidia
drm_kms_helpermodules but after rebooting and then running the driver executable, the same error as in bullet 2 occurred.
I have also tried using the preinstalled software Additional Drivers in software and drivers. This seemed to work fine until the same error as in bullet 1 popped up again, after trying to run the CUDA run file.
Where do I go from here? Is there anyway to disable the NVIDIA Persistence Daemon?
drivers nvidia 17.10 cuda
add a comment |Â
up vote
1
down vote
favorite
I recently partitioned my hard drive to install ubuntu 17.10 and to use CUDA.
I have run into a non-resolving problem. I have
Followed the exact steps as stated in How can I install CUDA 9 on Ubuntu 17.10.
The message I keep on receiving is (after rebooting in insecure mode, and then running the CUDA run file):***WARNING: Incomplete installation! This installation did not install the CUDA Driver.
A driver of version at least 384.00 is required for CUDA 9.0 functionality to
work.This makes no sense, as I have successfully installed 384.111 previously. My output when I run
$ nvidia-smi
is
NVIDIA-SMI 384.111 Driver Version: 384.111 |
|-------------------------------+----------------------+----------------------+
| 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 GT 740M Off | 00000000:01:00.0 N/A | N/A |
| N/A 54C P0 N/A / N/A | 261MiB / 2004MiB | N/A Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+So naturally my next step was to try another method of updating my driver. Attempting to run the run file for the latest driver(I made it executable and ran it with sudo) yielded the error:
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.So I rebooted and still received the same error. So its either an X server or the NVIDIA Persistence Daemon.
- From there I followed the steps from How to install NVIDIA.run? except I stopped the service gdm3 instead of lightdm, this was to disable the X server. After this I attempted to run my driver file again, but got the same error.
My next attempt was to blacklist the
nvidia_drm
nvidia_modeset
nvidia_uvm
nvidia
drm_kms_helpermodules but after rebooting and then running the driver executable, the same error as in bullet 2 occurred.
I have also tried using the preinstalled software Additional Drivers in software and drivers. This seemed to work fine until the same error as in bullet 1 popped up again, after trying to run the CUDA run file.
Where do I go from here? Is there anyway to disable the NVIDIA Persistence Daemon?
drivers nvidia 17.10 cuda
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I recently partitioned my hard drive to install ubuntu 17.10 and to use CUDA.
I have run into a non-resolving problem. I have
Followed the exact steps as stated in How can I install CUDA 9 on Ubuntu 17.10.
The message I keep on receiving is (after rebooting in insecure mode, and then running the CUDA run file):***WARNING: Incomplete installation! This installation did not install the CUDA Driver.
A driver of version at least 384.00 is required for CUDA 9.0 functionality to
work.This makes no sense, as I have successfully installed 384.111 previously. My output when I run
$ nvidia-smi
is
NVIDIA-SMI 384.111 Driver Version: 384.111 |
|-------------------------------+----------------------+----------------------+
| 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 GT 740M Off | 00000000:01:00.0 N/A | N/A |
| N/A 54C P0 N/A / N/A | 261MiB / 2004MiB | N/A Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+So naturally my next step was to try another method of updating my driver. Attempting to run the run file for the latest driver(I made it executable and ran it with sudo) yielded the error:
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.So I rebooted and still received the same error. So its either an X server or the NVIDIA Persistence Daemon.
- From there I followed the steps from How to install NVIDIA.run? except I stopped the service gdm3 instead of lightdm, this was to disable the X server. After this I attempted to run my driver file again, but got the same error.
My next attempt was to blacklist the
nvidia_drm
nvidia_modeset
nvidia_uvm
nvidia
drm_kms_helpermodules but after rebooting and then running the driver executable, the same error as in bullet 2 occurred.
I have also tried using the preinstalled software Additional Drivers in software and drivers. This seemed to work fine until the same error as in bullet 1 popped up again, after trying to run the CUDA run file.
Where do I go from here? Is there anyway to disable the NVIDIA Persistence Daemon?
drivers nvidia 17.10 cuda
I recently partitioned my hard drive to install ubuntu 17.10 and to use CUDA.
I have run into a non-resolving problem. I have
Followed the exact steps as stated in How can I install CUDA 9 on Ubuntu 17.10.
The message I keep on receiving is (after rebooting in insecure mode, and then running the CUDA run file):***WARNING: Incomplete installation! This installation did not install the CUDA Driver.
A driver of version at least 384.00 is required for CUDA 9.0 functionality to
work.This makes no sense, as I have successfully installed 384.111 previously. My output when I run
$ nvidia-smi
is
NVIDIA-SMI 384.111 Driver Version: 384.111 |
|-------------------------------+----------------------+----------------------+
| 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 GT 740M Off | 00000000:01:00.0 N/A | N/A |
| N/A 54C P0 N/A / N/A | 261MiB / 2004MiB | N/A Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+So naturally my next step was to try another method of updating my driver. Attempting to run the run file for the latest driver(I made it executable and ran it with sudo) yielded the error:
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.So I rebooted and still received the same error. So its either an X server or the NVIDIA Persistence Daemon.
- From there I followed the steps from How to install NVIDIA.run? except I stopped the service gdm3 instead of lightdm, this was to disable the X server. After this I attempted to run my driver file again, but got the same error.
My next attempt was to blacklist the
nvidia_drm
nvidia_modeset
nvidia_uvm
nvidia
drm_kms_helpermodules but after rebooting and then running the driver executable, the same error as in bullet 2 occurred.
I have also tried using the preinstalled software Additional Drivers in software and drivers. This seemed to work fine until the same error as in bullet 1 popped up again, after trying to run the CUDA run file.
Where do I go from here? Is there anyway to disable the NVIDIA Persistence Daemon?
drivers nvidia 17.10 cuda
drivers nvidia 17.10 cuda
edited Feb 14 at 22:01
asked Feb 14 at 21:13
Conrad Strasheim
86
86
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
You can install the Nvidia drivers from the Ubuntu preinstalled program called Additional Drivers. Search into dash or whatever your DE search has and open it. Then spot the list of available drivers for your graphics card and select the driver you want. After that click apply, type your password and maybe you need a reboot or a logout-login before you use the drivers.
I have tried this route but wounded up with the same error as I got in bullet 1 after trying to run the cuda run file again.
â Conrad Strasheim
Feb 14 at 21:30
add a comment |Â
up vote
0
down vote
Ubuntu 17.10 Installs Wayland with the option for XServer using Gnome (GDM3) or Ubuntu (still GDM3 Now!), all at the login screen. Awesome!
If one uses autologin it often (always in my case Ubuntu STUPIDLY!! reverts to Wayland which at this time (March 2018) still does not have Nvidia support and it SCREWS up your boot with
Nvidia Persistent Daemon start/stop .... FOREVER - Endless Loop
if this happens Purge nvidia from Ubuntu "Rescue"
then,
Disable Wayland in your newly functional Ubuntu
sudo gedit /etc/gdm3/custom.conf
and uncomment "#WaylandEnable=false", to read
"WaylandEnable=false"
and re-install your Nvidia Drivers
All will be fine now
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
You can install the Nvidia drivers from the Ubuntu preinstalled program called Additional Drivers. Search into dash or whatever your DE search has and open it. Then spot the list of available drivers for your graphics card and select the driver you want. After that click apply, type your password and maybe you need a reboot or a logout-login before you use the drivers.
I have tried this route but wounded up with the same error as I got in bullet 1 after trying to run the cuda run file again.
â Conrad Strasheim
Feb 14 at 21:30
add a comment |Â
up vote
1
down vote
accepted
You can install the Nvidia drivers from the Ubuntu preinstalled program called Additional Drivers. Search into dash or whatever your DE search has and open it. Then spot the list of available drivers for your graphics card and select the driver you want. After that click apply, type your password and maybe you need a reboot or a logout-login before you use the drivers.
I have tried this route but wounded up with the same error as I got in bullet 1 after trying to run the cuda run file again.
â Conrad Strasheim
Feb 14 at 21:30
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
You can install the Nvidia drivers from the Ubuntu preinstalled program called Additional Drivers. Search into dash or whatever your DE search has and open it. Then spot the list of available drivers for your graphics card and select the driver you want. After that click apply, type your password and maybe you need a reboot or a logout-login before you use the drivers.
You can install the Nvidia drivers from the Ubuntu preinstalled program called Additional Drivers. Search into dash or whatever your DE search has and open it. Then spot the list of available drivers for your graphics card and select the driver you want. After that click apply, type your password and maybe you need a reboot or a logout-login before you use the drivers.
answered Feb 14 at 21:22
![](https://i.stack.imgur.com/El3pF.jpg?s=32&g=1)
![](https://i.stack.imgur.com/El3pF.jpg?s=32&g=1)
konmal88
12417
12417
I have tried this route but wounded up with the same error as I got in bullet 1 after trying to run the cuda run file again.
â Conrad Strasheim
Feb 14 at 21:30
add a comment |Â
I have tried this route but wounded up with the same error as I got in bullet 1 after trying to run the cuda run file again.
â Conrad Strasheim
Feb 14 at 21:30
I have tried this route but wounded up with the same error as I got in bullet 1 after trying to run the cuda run file again.
â Conrad Strasheim
Feb 14 at 21:30
I have tried this route but wounded up with the same error as I got in bullet 1 after trying to run the cuda run file again.
â Conrad Strasheim
Feb 14 at 21:30
add a comment |Â
up vote
0
down vote
Ubuntu 17.10 Installs Wayland with the option for XServer using Gnome (GDM3) or Ubuntu (still GDM3 Now!), all at the login screen. Awesome!
If one uses autologin it often (always in my case Ubuntu STUPIDLY!! reverts to Wayland which at this time (March 2018) still does not have Nvidia support and it SCREWS up your boot with
Nvidia Persistent Daemon start/stop .... FOREVER - Endless Loop
if this happens Purge nvidia from Ubuntu "Rescue"
then,
Disable Wayland in your newly functional Ubuntu
sudo gedit /etc/gdm3/custom.conf
and uncomment "#WaylandEnable=false", to read
"WaylandEnable=false"
and re-install your Nvidia Drivers
All will be fine now
add a comment |Â
up vote
0
down vote
Ubuntu 17.10 Installs Wayland with the option for XServer using Gnome (GDM3) or Ubuntu (still GDM3 Now!), all at the login screen. Awesome!
If one uses autologin it often (always in my case Ubuntu STUPIDLY!! reverts to Wayland which at this time (March 2018) still does not have Nvidia support and it SCREWS up your boot with
Nvidia Persistent Daemon start/stop .... FOREVER - Endless Loop
if this happens Purge nvidia from Ubuntu "Rescue"
then,
Disable Wayland in your newly functional Ubuntu
sudo gedit /etc/gdm3/custom.conf
and uncomment "#WaylandEnable=false", to read
"WaylandEnable=false"
and re-install your Nvidia Drivers
All will be fine now
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Ubuntu 17.10 Installs Wayland with the option for XServer using Gnome (GDM3) or Ubuntu (still GDM3 Now!), all at the login screen. Awesome!
If one uses autologin it often (always in my case Ubuntu STUPIDLY!! reverts to Wayland which at this time (March 2018) still does not have Nvidia support and it SCREWS up your boot with
Nvidia Persistent Daemon start/stop .... FOREVER - Endless Loop
if this happens Purge nvidia from Ubuntu "Rescue"
then,
Disable Wayland in your newly functional Ubuntu
sudo gedit /etc/gdm3/custom.conf
and uncomment "#WaylandEnable=false", to read
"WaylandEnable=false"
and re-install your Nvidia Drivers
All will be fine now
Ubuntu 17.10 Installs Wayland with the option for XServer using Gnome (GDM3) or Ubuntu (still GDM3 Now!), all at the login screen. Awesome!
If one uses autologin it often (always in my case Ubuntu STUPIDLY!! reverts to Wayland which at this time (March 2018) still does not have Nvidia support and it SCREWS up your boot with
Nvidia Persistent Daemon start/stop .... FOREVER - Endless Loop
if this happens Purge nvidia from Ubuntu "Rescue"
then,
Disable Wayland in your newly functional Ubuntu
sudo gedit /etc/gdm3/custom.conf
and uncomment "#WaylandEnable=false", to read
"WaylandEnable=false"
and re-install your Nvidia Drivers
All will be fine now
answered Mar 15 at 16:02
![](https://i.stack.imgur.com/gXlYS.jpg?s=32&g=1)
![](https://i.stack.imgur.com/gXlYS.jpg?s=32&g=1)
markackerman8-gmail.com
503510
503510
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1006253%2finstalling-latest-nvidia-driver-on-ubuntu-17-10%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password