Hoping to get some assistance. I have a brand new setup with fresh install of Linux Mint 18 x64, I have installed SLI RTX 2080 series cards with NVLINK bridge…
Upon installing drivers 410 and also 415 the machine reboots and then crashes into an endless loop of “crashed”.
I am hoping someone can assist? I am using the PPA option via the driver manager when attempting to install driver versions. again I have tried both 410, 415 with no luck. Thanks
Apologize this is mostly new to me. I do not seem to have that option? My PC is currently in “fallback mode” and that is endless loop if I hit restart. I can get to a command prompt by F1, which I am currently in. However if I go to /usr/lib/NVIDIA I only have “pre-install” listed.
Seems to be a quite large log. You can also try to use ubuntu’s pastebin, has a higher size limit:
pastebinit -b http://paste.ubuntu.com -i nvidia-bug-report.log
Next, you still have your Intel gpu active (which currently doesn’t work properly, see above), is that on purpose? Is there a monitor connected to it? If you want to run the Nvidias in SLI for graphics, you’ll have to connect your monitor to them and disable the onboard intel in bios.
BTW, SLI doesn’t really work with linux, instead of doubling gaming performance you will most often cut it in half. Or do you want to use for compute reasons?
I ran that update, TY for that. it has a monitor attached yes. Intel GPU active? no not on purpose. I will remove that in BIOS after the install finishes.
I am building this for deep learning only… I am going to reboot now and see what happens. cant thank you enough for your help
So I got the same error, “fallback mode” upon running nvidia-smi I get this now
nvidia-smi
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Ma ke sure that the latest NVIDIA driver is installed and running.
Ok, for deep learning only a different setup might have some advantages. Enabling the Intel gpu and using it for graphics and the nvidia gpus for cuda only enables you to run larger cuda kernels. Downside of that is that you can’t use the nvidia gpus for graphics and a different driver setup is needed. See how far you get and if you run into cuda kernel timeouts you can change it.
Please run
gcc -v
this should return the version
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
if it displays the version 5.3.1 then you first need to run
sudo apt-get update
sudo apt-get upgrade
first to update your system and get the right gcc.
You installed the driver using the .run installer and didn’t use the dkms option. This is not recommended and now left you without a driver after kernel update. Please reinstall the driver using --dkms option or uninstall it and use the driver from Ubuntu’s graphics ppa.
Please remove your current /etc/X11/xorg.conf and replace it with just
Output of gcc -v = Ubuntu 5.4.0 -6ubuntu1~16.04.11
I installed this time with .run yes but my other attempts at ways to install have also failed. If I am to purge all Nvidia right now, can I ask how should I be getting/identifying this driver and task?
Please reinstall the driver using --dkms option or uninstall it and use the driver from Ubuntu’s graphics ppa. [i][/i]
Also, after I purge Nvidia drivers now I am going to shut down and remove one video card to attempt to just get a single 2080 working correctly before moving into SLI. Does that make sense? Thanks
I purged the files and then selected 415 version from Driver Manager (which I had done prior without success) BUT, this time it seemed to work just fine? output of NVIDIA-SMI is below and this is still in SLI…
You initially installed the nvidia driver right after OS install, without updating it first to the latest state so you had a kernel which didn’t support the rest of your hardware and an outdated compiler so nothing worked.