How to install latest version of CUDA on Ubuntu 18.04
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:
drivers nvidia cuda
add a comment |
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:
drivers nvidia cuda
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 '18 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 '18 at 21:45
add a comment |
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:
drivers nvidia cuda
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:
drivers nvidia cuda
drivers nvidia cuda
edited Dec 6 '18 at 23:07
mature
1,699524
1,699524
asked Dec 6 '18 at 20:40
Jaden PanJaden 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 '18 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 '18 at 21:45
add a comment |
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 '18 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 '18 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 '18 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 '18 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 '18 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 '18 at 21:45
add a comment |
1 Answer
1
active
oldest
votes
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
You are welcome, please mark the answer as "accepted" then. :) @JadenPan
– Turtle10000
Dec 12 '18 at 8:23
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
You are welcome, please mark the answer as "accepted" then. :) @JadenPan
– Turtle10000
Dec 12 '18 at 8:23
add a comment |
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
You are welcome, please mark the answer as "accepted" then. :) @JadenPan
– Turtle10000
Dec 12 '18 at 8:23
add a comment |
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
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
answered Dec 6 '18 at 20:49
Turtle10000Turtle10000
1315
1315
You are welcome, please mark the answer as "accepted" then. :) @JadenPan
– Turtle10000
Dec 12 '18 at 8:23
add a comment |
You are welcome, please mark the answer as "accepted" then. :) @JadenPan
– Turtle10000
Dec 12 '18 at 8:23
You are welcome, please mark the answer as "accepted" then. :) @JadenPan
– Turtle10000
Dec 12 '18 at 8:23
You are welcome, please mark the answer as "accepted" then. :) @JadenPan
– Turtle10000
Dec 12 '18 at 8:23
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
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
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 '18 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 '18 at 21:45