How to fix “amdgpu dkms failed for running kernel” when installing amd gpu drivers?2019 Community Moderator ElectionHow well will the AMD Radeon HD 7950 gpu perform on Linux?WiFi Drivers Not WorkingHow to activate the AMD GPU manually?DKMS stuck while installing new kernel, what shall I do?Kernel 4.10/4.12 with AMDGPU-PRO?Using dedicated GPU on kali rollingInstalling AMD Drivers on CentOS 7 - X Server ErrorHow to switch drivers from radeon to amdgpu?Which distros build the kernel with amdgpu southern islands support enabled?Wrong amdgpu drivers installed and unable to uninstall it
How to create a paid keyvalue store
Why does the Sun have different day lengths, but not the gas giants?
Is there a nicer/politer/more positive alternative for "negates"?
How much theory knowledge is actually used while playing?
Giving feedback to someone without sounding prejudiced
Which Article Helped Get Rid of Technobabble in RPGs?
How to make money from a browser who sees 5 seconds into the future of any web page?
What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?
"It doesn't matter" or "it won't matter"?
How to convince somebody that he is fit for something else, but not this job?
What is going on with gets(stdin) on the site coderbyte?
It grows, but water kills it
Do we have to expect a queue for the shuttle from Watford Junction to Harry Potter Studio?
The IT department bottlenecks progress, how should I handle this?
Biological Blimps: Propulsion
Can a stoichiometric mixture of oxygen and methane exist as a liquid at standard pressure and some (low) temperature?
How can I write humor as character trait?
Why is the Sun approximated as a black body at ~ 5800 K?
What (the heck) is a Super Worm Equinox Moon?
What features enable the Su-25 Frogfoot to operate with such a wide variety of fuels?
Non-trope happy ending?
Why is it that I can sometimes guess the next note?
C++ copy constructor called at return
What does "Scientists rise up against statistical significance" mean? (Comment in Nature)
How to fix “amdgpu dkms failed for running kernel” when installing amd gpu drivers?
2019 Community Moderator ElectionHow well will the AMD Radeon HD 7950 gpu perform on Linux?WiFi Drivers Not WorkingHow to activate the AMD GPU manually?DKMS stuck while installing new kernel, what shall I do?Kernel 4.10/4.12 with AMDGPU-PRO?Using dedicated GPU on kali rollingInstalling AMD Drivers on CentOS 7 - X Server ErrorHow to switch drivers from radeon to amdgpu?Which distros build the kernel with amdgpu southern islands support enabled?Wrong amdgpu drivers installed and unable to uninstall it
I am attempting to install the AMD gpu drivers for an RX 480 in Ubuntu 18.4.2. Whenever I run amdgpu-install or amdgpu-pro-install I get
amdgpu dkms failed for running kernel.
Link to make.log
I should note that I do have NVIDIA drivers installed as well, as I am using an NVIDIA 1070ti for compute, however, the card is currently not physically in the system so that I can test the AMD card/drivers.
ubuntu drivers gpu amd-graphics dkms
add a comment |
I am attempting to install the AMD gpu drivers for an RX 480 in Ubuntu 18.4.2. Whenever I run amdgpu-install or amdgpu-pro-install I get
amdgpu dkms failed for running kernel.
Link to make.log
I should note that I do have NVIDIA drivers installed as well, as I am using an NVIDIA 1070ti for compute, however, the card is currently not physically in the system so that I can test the AMD card/drivers.
ubuntu drivers gpu amd-graphics dkms
add a comment |
I am attempting to install the AMD gpu drivers for an RX 480 in Ubuntu 18.4.2. Whenever I run amdgpu-install or amdgpu-pro-install I get
amdgpu dkms failed for running kernel.
Link to make.log
I should note that I do have NVIDIA drivers installed as well, as I am using an NVIDIA 1070ti for compute, however, the card is currently not physically in the system so that I can test the AMD card/drivers.
ubuntu drivers gpu amd-graphics dkms
I am attempting to install the AMD gpu drivers for an RX 480 in Ubuntu 18.4.2. Whenever I run amdgpu-install or amdgpu-pro-install I get
amdgpu dkms failed for running kernel.
Link to make.log
I should note that I do have NVIDIA drivers installed as well, as I am using an NVIDIA 1070ti for compute, however, the card is currently not physically in the system so that I can test the AMD card/drivers.
ubuntu drivers gpu amd-graphics dkms
ubuntu drivers gpu amd-graphics dkms
asked Feb 18 at 0:44
deef0000dragon1deef0000dragon1
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It depends of which kernel version you're running. latest amdgpu-pro drivers works fine with kernel 4.15.0-45-generic and dkms build success
Install working kernel with latest drivers
sudo apt-get install linux-image-4.15.0-45-generic
linux-modules-extra-4.15.0-45-generic
linux-headers-4.15.0-45-generic
Install latest driver from https://amd.com
wget --referer support.amd.com https://drivers.amd.com/drivers/linux/amdgpu-pro-18.50-725072-ubuntu-18.04.tar.xz
tar xf amdgpu-pro-18.50-725072-ubuntu-18.04.tar.xz
cd amdgpu-pro-18.50-725072-ubuntu-18.04
./amdgpu-pro-install
Then reboot and Voilà
Cheers
I'm getting the same failure on a fresh Kubuntu 18.04 install with kernel 4.18.0-16-generic from the 18.50-725072 drivers.
– Marty Vance
Mar 12 at 19:02
My issue is known: bugs.freedesktop.org/show_bug.cgi?id=109440 the recommendation is to wait for the 19.10 drivers or downgrade to kernel 4.15.
– Marty Vance
Mar 12 at 19:55
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f501267%2fhow-to-fix-amdgpu-dkms-failed-for-running-kernel-when-installing-amd-gpu-drive%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
It depends of which kernel version you're running. latest amdgpu-pro drivers works fine with kernel 4.15.0-45-generic and dkms build success
Install working kernel with latest drivers
sudo apt-get install linux-image-4.15.0-45-generic
linux-modules-extra-4.15.0-45-generic
linux-headers-4.15.0-45-generic
Install latest driver from https://amd.com
wget --referer support.amd.com https://drivers.amd.com/drivers/linux/amdgpu-pro-18.50-725072-ubuntu-18.04.tar.xz
tar xf amdgpu-pro-18.50-725072-ubuntu-18.04.tar.xz
cd amdgpu-pro-18.50-725072-ubuntu-18.04
./amdgpu-pro-install
Then reboot and Voilà
Cheers
I'm getting the same failure on a fresh Kubuntu 18.04 install with kernel 4.18.0-16-generic from the 18.50-725072 drivers.
– Marty Vance
Mar 12 at 19:02
My issue is known: bugs.freedesktop.org/show_bug.cgi?id=109440 the recommendation is to wait for the 19.10 drivers or downgrade to kernel 4.15.
– Marty Vance
Mar 12 at 19:55
add a comment |
It depends of which kernel version you're running. latest amdgpu-pro drivers works fine with kernel 4.15.0-45-generic and dkms build success
Install working kernel with latest drivers
sudo apt-get install linux-image-4.15.0-45-generic
linux-modules-extra-4.15.0-45-generic
linux-headers-4.15.0-45-generic
Install latest driver from https://amd.com
wget --referer support.amd.com https://drivers.amd.com/drivers/linux/amdgpu-pro-18.50-725072-ubuntu-18.04.tar.xz
tar xf amdgpu-pro-18.50-725072-ubuntu-18.04.tar.xz
cd amdgpu-pro-18.50-725072-ubuntu-18.04
./amdgpu-pro-install
Then reboot and Voilà
Cheers
I'm getting the same failure on a fresh Kubuntu 18.04 install with kernel 4.18.0-16-generic from the 18.50-725072 drivers.
– Marty Vance
Mar 12 at 19:02
My issue is known: bugs.freedesktop.org/show_bug.cgi?id=109440 the recommendation is to wait for the 19.10 drivers or downgrade to kernel 4.15.
– Marty Vance
Mar 12 at 19:55
add a comment |
It depends of which kernel version you're running. latest amdgpu-pro drivers works fine with kernel 4.15.0-45-generic and dkms build success
Install working kernel with latest drivers
sudo apt-get install linux-image-4.15.0-45-generic
linux-modules-extra-4.15.0-45-generic
linux-headers-4.15.0-45-generic
Install latest driver from https://amd.com
wget --referer support.amd.com https://drivers.amd.com/drivers/linux/amdgpu-pro-18.50-725072-ubuntu-18.04.tar.xz
tar xf amdgpu-pro-18.50-725072-ubuntu-18.04.tar.xz
cd amdgpu-pro-18.50-725072-ubuntu-18.04
./amdgpu-pro-install
Then reboot and Voilà
Cheers
It depends of which kernel version you're running. latest amdgpu-pro drivers works fine with kernel 4.15.0-45-generic and dkms build success
Install working kernel with latest drivers
sudo apt-get install linux-image-4.15.0-45-generic
linux-modules-extra-4.15.0-45-generic
linux-headers-4.15.0-45-generic
Install latest driver from https://amd.com
wget --referer support.amd.com https://drivers.amd.com/drivers/linux/amdgpu-pro-18.50-725072-ubuntu-18.04.tar.xz
tar xf amdgpu-pro-18.50-725072-ubuntu-18.04.tar.xz
cd amdgpu-pro-18.50-725072-ubuntu-18.04
./amdgpu-pro-install
Then reboot and Voilà
Cheers
answered Feb 21 at 15:25
FractalyseFractalyse
262
262
I'm getting the same failure on a fresh Kubuntu 18.04 install with kernel 4.18.0-16-generic from the 18.50-725072 drivers.
– Marty Vance
Mar 12 at 19:02
My issue is known: bugs.freedesktop.org/show_bug.cgi?id=109440 the recommendation is to wait for the 19.10 drivers or downgrade to kernel 4.15.
– Marty Vance
Mar 12 at 19:55
add a comment |
I'm getting the same failure on a fresh Kubuntu 18.04 install with kernel 4.18.0-16-generic from the 18.50-725072 drivers.
– Marty Vance
Mar 12 at 19:02
My issue is known: bugs.freedesktop.org/show_bug.cgi?id=109440 the recommendation is to wait for the 19.10 drivers or downgrade to kernel 4.15.
– Marty Vance
Mar 12 at 19:55
I'm getting the same failure on a fresh Kubuntu 18.04 install with kernel 4.18.0-16-generic from the 18.50-725072 drivers.
– Marty Vance
Mar 12 at 19:02
I'm getting the same failure on a fresh Kubuntu 18.04 install with kernel 4.18.0-16-generic from the 18.50-725072 drivers.
– Marty Vance
Mar 12 at 19:02
My issue is known: bugs.freedesktop.org/show_bug.cgi?id=109440 the recommendation is to wait for the 19.10 drivers or downgrade to kernel 4.15.
– Marty Vance
Mar 12 at 19:55
My issue is known: bugs.freedesktop.org/show_bug.cgi?id=109440 the recommendation is to wait for the 19.10 drivers or downgrade to kernel 4.15.
– Marty Vance
Mar 12 at 19:55
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f501267%2fhow-to-fix-amdgpu-dkms-failed-for-running-kernel-when-installing-amd-gpu-drive%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