2080 Ti stopped working randomly The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Bumblebee on Ubuntu 13.04 with GeForce 750M and Driver 319HP Envy 17 Switchable Graphics AMD/Inteloptirun/primusrun cannot load GPU driver on Ubuntu 15.04Setting up teska K40 withATI radeon. End up with black screen while installation on ubuntu 14.04Lubuntu 14.04 xorg-server crash every ~6 hours (NVidia)Black screen after boot with Nvida drivers and bios screen corruptioninstalling “caffe” when I do “make all” undefined reference to `cusparseSdense2csc'“FreeImage is not set up correctly. Please ensure FreeImage is set up correctly” error when trying to verify cudnn installationERROR : Unable to find display on any available systemDid my microcode update, or not

Can a flute soloist sit?

Button changing its text & action. Good or terrible?

What aspect of planet Earth must be changed to prevent the industrial revolution?

What can I do if neighbor is blocking my solar panels intentionally?

Deal with toxic manager when you can't quit

Does Parliament hold absolute power in the UK?

Simulating Exploding Dice

Are spiders unable to hurt humans, especially very small spiders?

how can a perfect fourth interval be considered either consonant or dissonant?

Did the new image of black hole confirm the general theory of relativity?

What happens to a Warlock's expended Spell Slots when they gain a Level?

Huge performance difference of the command find with and without using %M option to show permissions

Do working physicists consider Newtonian mechanics to be "falsified"?

Why not take a picture of a closer black hole?

Python - Fishing Simulator

Is an up-to-date browser secure on an out-of-date OS?

Mortgage adviser recommends a longer term than necessary combined with overpayments

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

Do ℕ, mathbbN, BbbN, symbbN effectively differ, and is there a "canonical" specification of the naturals?

Is every episode of "Where are my Pants?" identical?

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

Word for: a synonym with a positive connotation?

Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?



2080 Ti stopped working randomly



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Bumblebee on Ubuntu 13.04 with GeForce 750M and Driver 319HP Envy 17 Switchable Graphics AMD/Inteloptirun/primusrun cannot load GPU driver on Ubuntu 15.04Setting up teska K40 withATI radeon. End up with black screen while installation on ubuntu 14.04Lubuntu 14.04 xorg-server crash every ~6 hours (NVidia)Black screen after boot with Nvida drivers and bios screen corruptioninstalling “caffe” when I do “make all” undefined reference to `cusparseSdense2csc'“FreeImage is not set up correctly. Please ensure FreeImage is set up correctly” error when trying to verify cudnn installationERROR : Unable to find display on any available systemDid my microcode update, or not



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I had two working 2080Ti. After a linux (14.04) update, I started getting this error:



NVIDIA_SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.



I tried the following (basically everything I could find in the internet) to fix it:



  1. Purged all Nvidia installs and reinstalled using apt-get install
    nvidia-drivers-418


  2. Tried reinstalling it from NVidia's source

  3. Downgraded my kernel to 4.15.0-46-generic from 4.15.0-47-generic and repeated steps 1 and 2.

  4. Installed cuda 10.1

  5. Disabled secure boot

I have no idea what else to do.



Output of error



ldconfig -v | grep nvidia
/sbin/ldconfig.real: Path `/usr/local/cuda-10.1/targets/x86_64-linux/lib' given more than once
/sbin/ldconfig.real: Can't stat /usr/local/lib/x86_64-linux-gnu: No such file or directory
/sbin/ldconfig.real: Path `/lib/x86_64-linux-gnu' given more than once
/sbin/ldconfig.real: Path `/usr/lib/x86_64-linux-gnu' given more than once
/sbin/ldconfig.real: /lib/x86_64-linux-gnu/ld-2.27.so is the dynamic linker, ignoring

libnvidia-fbc.so.1 -> libnvidia-fbc.so.410.104
libnvidia-compiler.so.410.104 -> libnvidia-compiler.so.410.104
libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104
libGLX_nvidia.so.0 -> libGLX_nvidia.so.410.104
libnvidia-cfg.so.1 -> libnvidia-cfg.so.410.104
libnvidia-ml.so.1 -> libnvidia-ml.so.410.104
libnvidia-opencl.so.1 -> libnvidia-opencl.so.410.104
libnvidia-eglcore.so.410.104 -> libnvidia-eglcore.so.410.104
libnvidia-glcore.so.410.104 -> libnvidia-glcore.so.410.104
libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.410.104
libnvidia-glvkspirv.so.410.104 -> libnvidia-glvkspirv.so.410.104
libnvidia-fatbinaryloader.so.410.104 -> libnvidia-fatbinaryloader.so.410.104
libEGL_nvidia.so.0 -> libEGL_nvidia.so.410.104
libnvidia-rtcore.so.410.104 -> libnvidia-rtcore.so.410.104
libnvidia-glsi.so.410.104 -> libnvidia-glsi.so.410.104
libGLESv1_CM_nvidia.so.1 -> libGLESv1_CM_nvidia.so.410.104
libnvidia-ifr.so.1 -> libnvidia-ifr.so.410.104
libnvidia-encode.so.1 -> libnvidia-encode.so.410.104
libnvidia-cbl.so.410.104 -> libnvidia-cbl.so.410.104
/sbin/ldconfig.real: /lib32/ld-2.27.so is the dynamic linker, ignoring

libGLESv2_nvidia.so.2 -> libGLESv2_nvidia.so.410.104
libnvidia-gtk3.so.418.56 -> libnvidia-gtk3.so.418.56
libnvidia-gtk2.so.418.56 -> libnvidia-gtk2.so.418.56
libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104









share|improve this question









New contributor




user3550366 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    0















    I had two working 2080Ti. After a linux (14.04) update, I started getting this error:



    NVIDIA_SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.



    I tried the following (basically everything I could find in the internet) to fix it:



    1. Purged all Nvidia installs and reinstalled using apt-get install
      nvidia-drivers-418


    2. Tried reinstalling it from NVidia's source

    3. Downgraded my kernel to 4.15.0-46-generic from 4.15.0-47-generic and repeated steps 1 and 2.

    4. Installed cuda 10.1

    5. Disabled secure boot

    I have no idea what else to do.



    Output of error



    ldconfig -v | grep nvidia
    /sbin/ldconfig.real: Path `/usr/local/cuda-10.1/targets/x86_64-linux/lib' given more than once
    /sbin/ldconfig.real: Can't stat /usr/local/lib/x86_64-linux-gnu: No such file or directory
    /sbin/ldconfig.real: Path `/lib/x86_64-linux-gnu' given more than once
    /sbin/ldconfig.real: Path `/usr/lib/x86_64-linux-gnu' given more than once
    /sbin/ldconfig.real: /lib/x86_64-linux-gnu/ld-2.27.so is the dynamic linker, ignoring

    libnvidia-fbc.so.1 -> libnvidia-fbc.so.410.104
    libnvidia-compiler.so.410.104 -> libnvidia-compiler.so.410.104
    libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104
    libGLX_nvidia.so.0 -> libGLX_nvidia.so.410.104
    libnvidia-cfg.so.1 -> libnvidia-cfg.so.410.104
    libnvidia-ml.so.1 -> libnvidia-ml.so.410.104
    libnvidia-opencl.so.1 -> libnvidia-opencl.so.410.104
    libnvidia-eglcore.so.410.104 -> libnvidia-eglcore.so.410.104
    libnvidia-glcore.so.410.104 -> libnvidia-glcore.so.410.104
    libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.410.104
    libnvidia-glvkspirv.so.410.104 -> libnvidia-glvkspirv.so.410.104
    libnvidia-fatbinaryloader.so.410.104 -> libnvidia-fatbinaryloader.so.410.104
    libEGL_nvidia.so.0 -> libEGL_nvidia.so.410.104
    libnvidia-rtcore.so.410.104 -> libnvidia-rtcore.so.410.104
    libnvidia-glsi.so.410.104 -> libnvidia-glsi.so.410.104
    libGLESv1_CM_nvidia.so.1 -> libGLESv1_CM_nvidia.so.410.104
    libnvidia-ifr.so.1 -> libnvidia-ifr.so.410.104
    libnvidia-encode.so.1 -> libnvidia-encode.so.410.104
    libnvidia-cbl.so.410.104 -> libnvidia-cbl.so.410.104
    /sbin/ldconfig.real: /lib32/ld-2.27.so is the dynamic linker, ignoring

    libGLESv2_nvidia.so.2 -> libGLESv2_nvidia.so.410.104
    libnvidia-gtk3.so.418.56 -> libnvidia-gtk3.so.418.56
    libnvidia-gtk2.so.418.56 -> libnvidia-gtk2.so.418.56
    libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104









    share|improve this question









    New contributor




    user3550366 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      I had two working 2080Ti. After a linux (14.04) update, I started getting this error:



      NVIDIA_SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.



      I tried the following (basically everything I could find in the internet) to fix it:



      1. Purged all Nvidia installs and reinstalled using apt-get install
        nvidia-drivers-418


      2. Tried reinstalling it from NVidia's source

      3. Downgraded my kernel to 4.15.0-46-generic from 4.15.0-47-generic and repeated steps 1 and 2.

      4. Installed cuda 10.1

      5. Disabled secure boot

      I have no idea what else to do.



      Output of error



      ldconfig -v | grep nvidia
      /sbin/ldconfig.real: Path `/usr/local/cuda-10.1/targets/x86_64-linux/lib' given more than once
      /sbin/ldconfig.real: Can't stat /usr/local/lib/x86_64-linux-gnu: No such file or directory
      /sbin/ldconfig.real: Path `/lib/x86_64-linux-gnu' given more than once
      /sbin/ldconfig.real: Path `/usr/lib/x86_64-linux-gnu' given more than once
      /sbin/ldconfig.real: /lib/x86_64-linux-gnu/ld-2.27.so is the dynamic linker, ignoring

      libnvidia-fbc.so.1 -> libnvidia-fbc.so.410.104
      libnvidia-compiler.so.410.104 -> libnvidia-compiler.so.410.104
      libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104
      libGLX_nvidia.so.0 -> libGLX_nvidia.so.410.104
      libnvidia-cfg.so.1 -> libnvidia-cfg.so.410.104
      libnvidia-ml.so.1 -> libnvidia-ml.so.410.104
      libnvidia-opencl.so.1 -> libnvidia-opencl.so.410.104
      libnvidia-eglcore.so.410.104 -> libnvidia-eglcore.so.410.104
      libnvidia-glcore.so.410.104 -> libnvidia-glcore.so.410.104
      libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.410.104
      libnvidia-glvkspirv.so.410.104 -> libnvidia-glvkspirv.so.410.104
      libnvidia-fatbinaryloader.so.410.104 -> libnvidia-fatbinaryloader.so.410.104
      libEGL_nvidia.so.0 -> libEGL_nvidia.so.410.104
      libnvidia-rtcore.so.410.104 -> libnvidia-rtcore.so.410.104
      libnvidia-glsi.so.410.104 -> libnvidia-glsi.so.410.104
      libGLESv1_CM_nvidia.so.1 -> libGLESv1_CM_nvidia.so.410.104
      libnvidia-ifr.so.1 -> libnvidia-ifr.so.410.104
      libnvidia-encode.so.1 -> libnvidia-encode.so.410.104
      libnvidia-cbl.so.410.104 -> libnvidia-cbl.so.410.104
      /sbin/ldconfig.real: /lib32/ld-2.27.so is the dynamic linker, ignoring

      libGLESv2_nvidia.so.2 -> libGLESv2_nvidia.so.410.104
      libnvidia-gtk3.so.418.56 -> libnvidia-gtk3.so.418.56
      libnvidia-gtk2.so.418.56 -> libnvidia-gtk2.so.418.56
      libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104









      share|improve this question









      New contributor




      user3550366 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I had two working 2080Ti. After a linux (14.04) update, I started getting this error:



      NVIDIA_SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.



      I tried the following (basically everything I could find in the internet) to fix it:



      1. Purged all Nvidia installs and reinstalled using apt-get install
        nvidia-drivers-418


      2. Tried reinstalling it from NVidia's source

      3. Downgraded my kernel to 4.15.0-46-generic from 4.15.0-47-generic and repeated steps 1 and 2.

      4. Installed cuda 10.1

      5. Disabled secure boot

      I have no idea what else to do.



      Output of error



      ldconfig -v | grep nvidia
      /sbin/ldconfig.real: Path `/usr/local/cuda-10.1/targets/x86_64-linux/lib' given more than once
      /sbin/ldconfig.real: Can't stat /usr/local/lib/x86_64-linux-gnu: No such file or directory
      /sbin/ldconfig.real: Path `/lib/x86_64-linux-gnu' given more than once
      /sbin/ldconfig.real: Path `/usr/lib/x86_64-linux-gnu' given more than once
      /sbin/ldconfig.real: /lib/x86_64-linux-gnu/ld-2.27.so is the dynamic linker, ignoring

      libnvidia-fbc.so.1 -> libnvidia-fbc.so.410.104
      libnvidia-compiler.so.410.104 -> libnvidia-compiler.so.410.104
      libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104
      libGLX_nvidia.so.0 -> libGLX_nvidia.so.410.104
      libnvidia-cfg.so.1 -> libnvidia-cfg.so.410.104
      libnvidia-ml.so.1 -> libnvidia-ml.so.410.104
      libnvidia-opencl.so.1 -> libnvidia-opencl.so.410.104
      libnvidia-eglcore.so.410.104 -> libnvidia-eglcore.so.410.104
      libnvidia-glcore.so.410.104 -> libnvidia-glcore.so.410.104
      libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.410.104
      libnvidia-glvkspirv.so.410.104 -> libnvidia-glvkspirv.so.410.104
      libnvidia-fatbinaryloader.so.410.104 -> libnvidia-fatbinaryloader.so.410.104
      libEGL_nvidia.so.0 -> libEGL_nvidia.so.410.104
      libnvidia-rtcore.so.410.104 -> libnvidia-rtcore.so.410.104
      libnvidia-glsi.so.410.104 -> libnvidia-glsi.so.410.104
      libGLESv1_CM_nvidia.so.1 -> libGLESv1_CM_nvidia.so.410.104
      libnvidia-ifr.so.1 -> libnvidia-ifr.so.410.104
      libnvidia-encode.so.1 -> libnvidia-encode.so.410.104
      libnvidia-cbl.so.410.104 -> libnvidia-cbl.so.410.104
      /sbin/ldconfig.real: /lib32/ld-2.27.so is the dynamic linker, ignoring

      libGLESv2_nvidia.so.2 -> libGLESv2_nvidia.so.410.104
      libnvidia-gtk3.so.418.56 -> libnvidia-gtk3.so.418.56
      libnvidia-gtk2.so.418.56 -> libnvidia-gtk2.so.418.56
      libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104






      drivers kernel graphics cuda






      share|improve this question









      New contributor




      user3550366 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      user3550366 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 2 days ago







      user3550366













      New contributor




      user3550366 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 2 days ago









      user3550366user3550366

      11




      11




      New contributor




      user3550366 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user3550366 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user3550366 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes


















          0














          Maybe you didn't correctly set library path. To verity that, run ldconfig -v | grep nvidia and see if outputs contain many libnvidia*.so.



          Here are my outputs:



           libnvidia-glcore.so.410.104 -> libnvidia-glcore.so.410.104
          libnvidia-rtcore.so.410.104 -> libnvidia-rtcore.so.410.104
          libEGL_nvidia.so.0 -> libEGL_nvidia.so.410.104
          libnvidia-ifr.so.1 -> libnvidia-ifr.so.410.104
          libGLX_nvidia.so.0 -> libGLX_nvidia.so.410.104
          libGLESv2_nvidia.so.2 -> libGLESv2_nvidia.so.410.104
          libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104
          libnvidia-compiler.so.410.104 -> libnvidia-compiler.so.410.104
          libnvidia-egl-wayland.so.1 -> libnvidia-egl-wayland.so.1.1.0
          libGLESv1_CM_nvidia.so.1 -> libGLESv1_CM_nvidia.so.410.104
          libnvidia-glsi.so.410.104 -> libnvidia-glsi.so.410.104
          libnvidia-eglcore.so.410.104 -> libnvidia-eglcore.so.410.104
          libnvidia-opencl.so.1 -> libnvidia-opencl.so.410.104
          libnvidia-fatbinaryloader.so.410.104 -> libnvidia-fatbinaryloader.so.410.104
          libnvidia-cbl.so.410.104 -> libnvidia-cbl.so.410.104
          libnvidia-container.so.1 -> libnvidia-container.so.1.0.2
          libnvidia-encode.so.1 -> libnvidia-encode.so.410.104
          libnvidia-ml.so.1 -> libnvidia-ml.so.410.104
          libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.410.104
          libnvidia-glvkspirv.so.410.104 -> libnvidia-glvkspirv.so.410.104
          libnvidia-fbc.so.1 -> libnvidia-fbc.so.410.104
          libnvidia-cfg.so.1 -> libnvidia-cfg.so.410.104

          libnvidia-gtk2.so.418.40.04 -> libnvidia-gtk2.so.418.40.04
          libnvidia-gtk3.so.418.40.04 -> libnvidia-gtk3.so.418.40.04
          libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104


          To fix that, create a new file /etc/ld.so.conf.d/nvidia.conf and edit:



          /usr/local/cuda-10.1/targets/x86_64-linux/lib


          Make sure /usr/local/cuda-10.1/targets/x86_64-linux/lib contains nvidia shared libraries. Execute ldconfig -v | grep nvidia again.






          share|improve this answer























          • Thank you for your recommendation. It still does not work. I pasted the output above.

            – user3550366
            2 days ago












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          user3550366 is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132627%2f2080-ti-stopped-working-randomly%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Maybe you didn't correctly set library path. To verity that, run ldconfig -v | grep nvidia and see if outputs contain many libnvidia*.so.



          Here are my outputs:



           libnvidia-glcore.so.410.104 -> libnvidia-glcore.so.410.104
          libnvidia-rtcore.so.410.104 -> libnvidia-rtcore.so.410.104
          libEGL_nvidia.so.0 -> libEGL_nvidia.so.410.104
          libnvidia-ifr.so.1 -> libnvidia-ifr.so.410.104
          libGLX_nvidia.so.0 -> libGLX_nvidia.so.410.104
          libGLESv2_nvidia.so.2 -> libGLESv2_nvidia.so.410.104
          libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104
          libnvidia-compiler.so.410.104 -> libnvidia-compiler.so.410.104
          libnvidia-egl-wayland.so.1 -> libnvidia-egl-wayland.so.1.1.0
          libGLESv1_CM_nvidia.so.1 -> libGLESv1_CM_nvidia.so.410.104
          libnvidia-glsi.so.410.104 -> libnvidia-glsi.so.410.104
          libnvidia-eglcore.so.410.104 -> libnvidia-eglcore.so.410.104
          libnvidia-opencl.so.1 -> libnvidia-opencl.so.410.104
          libnvidia-fatbinaryloader.so.410.104 -> libnvidia-fatbinaryloader.so.410.104
          libnvidia-cbl.so.410.104 -> libnvidia-cbl.so.410.104
          libnvidia-container.so.1 -> libnvidia-container.so.1.0.2
          libnvidia-encode.so.1 -> libnvidia-encode.so.410.104
          libnvidia-ml.so.1 -> libnvidia-ml.so.410.104
          libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.410.104
          libnvidia-glvkspirv.so.410.104 -> libnvidia-glvkspirv.so.410.104
          libnvidia-fbc.so.1 -> libnvidia-fbc.so.410.104
          libnvidia-cfg.so.1 -> libnvidia-cfg.so.410.104

          libnvidia-gtk2.so.418.40.04 -> libnvidia-gtk2.so.418.40.04
          libnvidia-gtk3.so.418.40.04 -> libnvidia-gtk3.so.418.40.04
          libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104


          To fix that, create a new file /etc/ld.so.conf.d/nvidia.conf and edit:



          /usr/local/cuda-10.1/targets/x86_64-linux/lib


          Make sure /usr/local/cuda-10.1/targets/x86_64-linux/lib contains nvidia shared libraries. Execute ldconfig -v | grep nvidia again.






          share|improve this answer























          • Thank you for your recommendation. It still does not work. I pasted the output above.

            – user3550366
            2 days ago
















          0














          Maybe you didn't correctly set library path. To verity that, run ldconfig -v | grep nvidia and see if outputs contain many libnvidia*.so.



          Here are my outputs:



           libnvidia-glcore.so.410.104 -> libnvidia-glcore.so.410.104
          libnvidia-rtcore.so.410.104 -> libnvidia-rtcore.so.410.104
          libEGL_nvidia.so.0 -> libEGL_nvidia.so.410.104
          libnvidia-ifr.so.1 -> libnvidia-ifr.so.410.104
          libGLX_nvidia.so.0 -> libGLX_nvidia.so.410.104
          libGLESv2_nvidia.so.2 -> libGLESv2_nvidia.so.410.104
          libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104
          libnvidia-compiler.so.410.104 -> libnvidia-compiler.so.410.104
          libnvidia-egl-wayland.so.1 -> libnvidia-egl-wayland.so.1.1.0
          libGLESv1_CM_nvidia.so.1 -> libGLESv1_CM_nvidia.so.410.104
          libnvidia-glsi.so.410.104 -> libnvidia-glsi.so.410.104
          libnvidia-eglcore.so.410.104 -> libnvidia-eglcore.so.410.104
          libnvidia-opencl.so.1 -> libnvidia-opencl.so.410.104
          libnvidia-fatbinaryloader.so.410.104 -> libnvidia-fatbinaryloader.so.410.104
          libnvidia-cbl.so.410.104 -> libnvidia-cbl.so.410.104
          libnvidia-container.so.1 -> libnvidia-container.so.1.0.2
          libnvidia-encode.so.1 -> libnvidia-encode.so.410.104
          libnvidia-ml.so.1 -> libnvidia-ml.so.410.104
          libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.410.104
          libnvidia-glvkspirv.so.410.104 -> libnvidia-glvkspirv.so.410.104
          libnvidia-fbc.so.1 -> libnvidia-fbc.so.410.104
          libnvidia-cfg.so.1 -> libnvidia-cfg.so.410.104

          libnvidia-gtk2.so.418.40.04 -> libnvidia-gtk2.so.418.40.04
          libnvidia-gtk3.so.418.40.04 -> libnvidia-gtk3.so.418.40.04
          libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104


          To fix that, create a new file /etc/ld.so.conf.d/nvidia.conf and edit:



          /usr/local/cuda-10.1/targets/x86_64-linux/lib


          Make sure /usr/local/cuda-10.1/targets/x86_64-linux/lib contains nvidia shared libraries. Execute ldconfig -v | grep nvidia again.






          share|improve this answer























          • Thank you for your recommendation. It still does not work. I pasted the output above.

            – user3550366
            2 days ago














          0












          0








          0







          Maybe you didn't correctly set library path. To verity that, run ldconfig -v | grep nvidia and see if outputs contain many libnvidia*.so.



          Here are my outputs:



           libnvidia-glcore.so.410.104 -> libnvidia-glcore.so.410.104
          libnvidia-rtcore.so.410.104 -> libnvidia-rtcore.so.410.104
          libEGL_nvidia.so.0 -> libEGL_nvidia.so.410.104
          libnvidia-ifr.so.1 -> libnvidia-ifr.so.410.104
          libGLX_nvidia.so.0 -> libGLX_nvidia.so.410.104
          libGLESv2_nvidia.so.2 -> libGLESv2_nvidia.so.410.104
          libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104
          libnvidia-compiler.so.410.104 -> libnvidia-compiler.so.410.104
          libnvidia-egl-wayland.so.1 -> libnvidia-egl-wayland.so.1.1.0
          libGLESv1_CM_nvidia.so.1 -> libGLESv1_CM_nvidia.so.410.104
          libnvidia-glsi.so.410.104 -> libnvidia-glsi.so.410.104
          libnvidia-eglcore.so.410.104 -> libnvidia-eglcore.so.410.104
          libnvidia-opencl.so.1 -> libnvidia-opencl.so.410.104
          libnvidia-fatbinaryloader.so.410.104 -> libnvidia-fatbinaryloader.so.410.104
          libnvidia-cbl.so.410.104 -> libnvidia-cbl.so.410.104
          libnvidia-container.so.1 -> libnvidia-container.so.1.0.2
          libnvidia-encode.so.1 -> libnvidia-encode.so.410.104
          libnvidia-ml.so.1 -> libnvidia-ml.so.410.104
          libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.410.104
          libnvidia-glvkspirv.so.410.104 -> libnvidia-glvkspirv.so.410.104
          libnvidia-fbc.so.1 -> libnvidia-fbc.so.410.104
          libnvidia-cfg.so.1 -> libnvidia-cfg.so.410.104

          libnvidia-gtk2.so.418.40.04 -> libnvidia-gtk2.so.418.40.04
          libnvidia-gtk3.so.418.40.04 -> libnvidia-gtk3.so.418.40.04
          libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104


          To fix that, create a new file /etc/ld.so.conf.d/nvidia.conf and edit:



          /usr/local/cuda-10.1/targets/x86_64-linux/lib


          Make sure /usr/local/cuda-10.1/targets/x86_64-linux/lib contains nvidia shared libraries. Execute ldconfig -v | grep nvidia again.






          share|improve this answer













          Maybe you didn't correctly set library path. To verity that, run ldconfig -v | grep nvidia and see if outputs contain many libnvidia*.so.



          Here are my outputs:



           libnvidia-glcore.so.410.104 -> libnvidia-glcore.so.410.104
          libnvidia-rtcore.so.410.104 -> libnvidia-rtcore.so.410.104
          libEGL_nvidia.so.0 -> libEGL_nvidia.so.410.104
          libnvidia-ifr.so.1 -> libnvidia-ifr.so.410.104
          libGLX_nvidia.so.0 -> libGLX_nvidia.so.410.104
          libGLESv2_nvidia.so.2 -> libGLESv2_nvidia.so.410.104
          libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104
          libnvidia-compiler.so.410.104 -> libnvidia-compiler.so.410.104
          libnvidia-egl-wayland.so.1 -> libnvidia-egl-wayland.so.1.1.0
          libGLESv1_CM_nvidia.so.1 -> libGLESv1_CM_nvidia.so.410.104
          libnvidia-glsi.so.410.104 -> libnvidia-glsi.so.410.104
          libnvidia-eglcore.so.410.104 -> libnvidia-eglcore.so.410.104
          libnvidia-opencl.so.1 -> libnvidia-opencl.so.410.104
          libnvidia-fatbinaryloader.so.410.104 -> libnvidia-fatbinaryloader.so.410.104
          libnvidia-cbl.so.410.104 -> libnvidia-cbl.so.410.104
          libnvidia-container.so.1 -> libnvidia-container.so.1.0.2
          libnvidia-encode.so.1 -> libnvidia-encode.so.410.104
          libnvidia-ml.so.1 -> libnvidia-ml.so.410.104
          libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.410.104
          libnvidia-glvkspirv.so.410.104 -> libnvidia-glvkspirv.so.410.104
          libnvidia-fbc.so.1 -> libnvidia-fbc.so.410.104
          libnvidia-cfg.so.1 -> libnvidia-cfg.so.410.104

          libnvidia-gtk2.so.418.40.04 -> libnvidia-gtk2.so.418.40.04
          libnvidia-gtk3.so.418.40.04 -> libnvidia-gtk3.so.418.40.04
          libnvidia-tls.so.410.104 -> libnvidia-tls.so.410.104


          To fix that, create a new file /etc/ld.so.conf.d/nvidia.conf and edit:



          /usr/local/cuda-10.1/targets/x86_64-linux/lib


          Make sure /usr/local/cuda-10.1/targets/x86_64-linux/lib contains nvidia shared libraries. Execute ldconfig -v | grep nvidia again.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 2 days ago









          Ping Chu HungPing Chu Hung

          69719




          69719












          • Thank you for your recommendation. It still does not work. I pasted the output above.

            – user3550366
            2 days ago


















          • Thank you for your recommendation. It still does not work. I pasted the output above.

            – user3550366
            2 days ago

















          Thank you for your recommendation. It still does not work. I pasted the output above.

          – user3550366
          2 days ago






          Thank you for your recommendation. It still does not work. I pasted the output above.

          – user3550366
          2 days ago











          user3550366 is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          user3550366 is a new contributor. Be nice, and check out our Code of Conduct.












          user3550366 is a new contributor. Be nice, and check out our Code of Conduct.











          user3550366 is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132627%2f2080-ti-stopped-working-randomly%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Tamil (spriik) Luke uk diar | Nawigatjuun

          Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

          Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?