How to install latest version of CUDA on Ubuntu 18.04












0














I tried to install CUDA on Ubuntu but got errors.



I follow official guide for installation. And actually I succeed on my own mac.
But on ubuntu 18.04 machine, when I tried to test those samples, it showed that no CUDA-capable device detected, but actually there is an nvidia GPU, GTX470.
Also, "nvidia-smi" command doesn't work, saying can't find the CUDA driver, but actually, if we run apt-get install cuda driver, it showed that cuda driver is already installed. You may check the error image:



Error message










share|improve this question




















  • 1




    Don't use the Wayland login option, it switches the display to the integrated graphics. Even running Wayland, the non-graphics CUDA samples should still run.
    – ubfan1
    Dec 6 at 21:09










  • I agree with @ubfan1 above and make sure you are logging in using the XOrg option. Your graphics card is listed at using the 396.18 driver. If you follow the answer askubuntu.com/a/1086993/231142 but download CUDA 10 from here you should be able to step through and set it up correctly. I can try to write an answer later if that helps.
    – Terrance
    Dec 6 at 21:45


















0














I tried to install CUDA on Ubuntu but got errors.



I follow official guide for installation. And actually I succeed on my own mac.
But on ubuntu 18.04 machine, when I tried to test those samples, it showed that no CUDA-capable device detected, but actually there is an nvidia GPU, GTX470.
Also, "nvidia-smi" command doesn't work, saying can't find the CUDA driver, but actually, if we run apt-get install cuda driver, it showed that cuda driver is already installed. You may check the error image:



Error message










share|improve this question




















  • 1




    Don't use the Wayland login option, it switches the display to the integrated graphics. Even running Wayland, the non-graphics CUDA samples should still run.
    – ubfan1
    Dec 6 at 21:09










  • I agree with @ubfan1 above and make sure you are logging in using the XOrg option. Your graphics card is listed at using the 396.18 driver. If you follow the answer askubuntu.com/a/1086993/231142 but download CUDA 10 from here you should be able to step through and set it up correctly. I can try to write an answer later if that helps.
    – Terrance
    Dec 6 at 21:45
















0












0








0







I tried to install CUDA on Ubuntu but got errors.



I follow official guide for installation. And actually I succeed on my own mac.
But on ubuntu 18.04 machine, when I tried to test those samples, it showed that no CUDA-capable device detected, but actually there is an nvidia GPU, GTX470.
Also, "nvidia-smi" command doesn't work, saying can't find the CUDA driver, but actually, if we run apt-get install cuda driver, it showed that cuda driver is already installed. You may check the error image:



Error message










share|improve this question















I tried to install CUDA on Ubuntu but got errors.



I follow official guide for installation. And actually I succeed on my own mac.
But on ubuntu 18.04 machine, when I tried to test those samples, it showed that no CUDA-capable device detected, but actually there is an nvidia GPU, GTX470.
Also, "nvidia-smi" command doesn't work, saying can't find the CUDA driver, but actually, if we run apt-get install cuda driver, it showed that cuda driver is already installed. You may check the error image:



Error message







drivers nvidia cuda






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 6 at 23:07









mature

1,501422




1,501422










asked Dec 6 at 20:40









Jaden Pan

1




1








  • 1




    Don't use the Wayland login option, it switches the display to the integrated graphics. Even running Wayland, the non-graphics CUDA samples should still run.
    – ubfan1
    Dec 6 at 21:09










  • I agree with @ubfan1 above and make sure you are logging in using the XOrg option. Your graphics card is listed at using the 396.18 driver. If you follow the answer askubuntu.com/a/1086993/231142 but download CUDA 10 from here you should be able to step through and set it up correctly. I can try to write an answer later if that helps.
    – Terrance
    Dec 6 at 21:45
















  • 1




    Don't use the Wayland login option, it switches the display to the integrated graphics. Even running Wayland, the non-graphics CUDA samples should still run.
    – ubfan1
    Dec 6 at 21:09










  • I agree with @ubfan1 above and make sure you are logging in using the XOrg option. Your graphics card is listed at using the 396.18 driver. If you follow the answer askubuntu.com/a/1086993/231142 but download CUDA 10 from here you should be able to step through and set it up correctly. I can try to write an answer later if that helps.
    – Terrance
    Dec 6 at 21:45










1




1




Don't use the Wayland login option, it switches the display to the integrated graphics. Even running Wayland, the non-graphics CUDA samples should still run.
– ubfan1
Dec 6 at 21:09




Don't use the Wayland login option, it switches the display to the integrated graphics. Even running Wayland, the non-graphics CUDA samples should still run.
– ubfan1
Dec 6 at 21:09












I agree with @ubfan1 above and make sure you are logging in using the XOrg option. Your graphics card is listed at using the 396.18 driver. If you follow the answer askubuntu.com/a/1086993/231142 but download CUDA 10 from here you should be able to step through and set it up correctly. I can try to write an answer later if that helps.
– Terrance
Dec 6 at 21:45






I agree with @ubfan1 above and make sure you are logging in using the XOrg option. Your graphics card is listed at using the 396.18 driver. If you follow the answer askubuntu.com/a/1086993/231142 but download CUDA 10 from here you should be able to step through and set it up correctly. I can try to write an answer later if that helps.
– Terrance
Dec 6 at 21:45












1 Answer
1






active

oldest

votes


















1














Use the installation guide provided here by eromod. This worked for me on 18.04 on different computers, other than the official version.



sudo add-apt-repository ppa:graphics-drivers/ppa

sudo apt update

sudo ubuntu-drivers autoinstall


reboot



sudo apt install nvidia-cuda-toolkit gcc-6

nvcc --version





share|improve this answer





















  • Thanks, that works.
    – Jaden Pan
    Dec 10 at 22:06










  • You are welcome, please mark the answer as "accepted" then. :) @JadenPan
    – Turtle10000
    Dec 12 at 8:23











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1099015%2fhow-to-install-latest-version-of-cuda-on-ubuntu-18-04%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









1














Use the installation guide provided here by eromod. This worked for me on 18.04 on different computers, other than the official version.



sudo add-apt-repository ppa:graphics-drivers/ppa

sudo apt update

sudo ubuntu-drivers autoinstall


reboot



sudo apt install nvidia-cuda-toolkit gcc-6

nvcc --version





share|improve this answer





















  • Thanks, that works.
    – Jaden Pan
    Dec 10 at 22:06










  • You are welcome, please mark the answer as "accepted" then. :) @JadenPan
    – Turtle10000
    Dec 12 at 8:23
















1














Use the installation guide provided here by eromod. This worked for me on 18.04 on different computers, other than the official version.



sudo add-apt-repository ppa:graphics-drivers/ppa

sudo apt update

sudo ubuntu-drivers autoinstall


reboot



sudo apt install nvidia-cuda-toolkit gcc-6

nvcc --version





share|improve this answer





















  • Thanks, that works.
    – Jaden Pan
    Dec 10 at 22:06










  • You are welcome, please mark the answer as "accepted" then. :) @JadenPan
    – Turtle10000
    Dec 12 at 8:23














1












1








1






Use the installation guide provided here by eromod. This worked for me on 18.04 on different computers, other than the official version.



sudo add-apt-repository ppa:graphics-drivers/ppa

sudo apt update

sudo ubuntu-drivers autoinstall


reboot



sudo apt install nvidia-cuda-toolkit gcc-6

nvcc --version





share|improve this answer












Use the installation guide provided here by eromod. This worked for me on 18.04 on different computers, other than the official version.



sudo add-apt-repository ppa:graphics-drivers/ppa

sudo apt update

sudo ubuntu-drivers autoinstall


reboot



sudo apt install nvidia-cuda-toolkit gcc-6

nvcc --version






share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 6 at 20:49









Turtle10000

1315




1315












  • Thanks, that works.
    – Jaden Pan
    Dec 10 at 22:06










  • You are welcome, please mark the answer as "accepted" then. :) @JadenPan
    – Turtle10000
    Dec 12 at 8:23


















  • Thanks, that works.
    – Jaden Pan
    Dec 10 at 22:06










  • You are welcome, please mark the answer as "accepted" then. :) @JadenPan
    – Turtle10000
    Dec 12 at 8:23
















Thanks, that works.
– Jaden Pan
Dec 10 at 22:06




Thanks, that works.
– Jaden Pan
Dec 10 at 22:06












You are welcome, please mark the answer as "accepted" then. :) @JadenPan
– Turtle10000
Dec 12 at 8:23




You are welcome, please mark the answer as "accepted" then. :) @JadenPan
– Turtle10000
Dec 12 at 8:23


















draft saved

draft discarded




















































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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2f1099015%2fhow-to-install-latest-version-of-cuda-on-ubuntu-18-04%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

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei