Unable to use AMDGPU driver in 18.04
I have been trying for several days to get the amdgpu driver running on my HP zbook 15u g3. It is a Skylake i7 with FirePro dedicated switchable graphics. The card in question shows up as Opal XT [Radeon R7 M265/M365X/M465] with 'lshw -c video'. In theory, it should use AMDs open source stack automatically, however it defaults to the older 'radeon' driver. The amdgpu kernel module doesn't even show as installed on a fresh installation of Kubuntu 18.04.
Trying to install an 18.20-based Radeon Enterprise driver from AMDs website (can't use most recent, doesn't work with 4.15 kernel) for 18.04 Gives me errors during install, "Error! Bad return status for module build on kernel: 4.15.0-43-generic (x86_64)" and "amdgpu dkms failed for running kernel", resutling in a black screen with a mouse cursor, forcing me to run apt-get purge amdgpu* to get a gui back. Installing the latest kernel results in amdgpu showing as installed, but the system still defaults to the radeon driver. Attempting to force the amdgpu driver results in no module being loaded, and the display shows as 'unclaimed' I have confirmed that my series of gpu is definitely supported by the driver, has anyone experienced anything similar?
drivers graphics
add a comment |
I have been trying for several days to get the amdgpu driver running on my HP zbook 15u g3. It is a Skylake i7 with FirePro dedicated switchable graphics. The card in question shows up as Opal XT [Radeon R7 M265/M365X/M465] with 'lshw -c video'. In theory, it should use AMDs open source stack automatically, however it defaults to the older 'radeon' driver. The amdgpu kernel module doesn't even show as installed on a fresh installation of Kubuntu 18.04.
Trying to install an 18.20-based Radeon Enterprise driver from AMDs website (can't use most recent, doesn't work with 4.15 kernel) for 18.04 Gives me errors during install, "Error! Bad return status for module build on kernel: 4.15.0-43-generic (x86_64)" and "amdgpu dkms failed for running kernel", resutling in a black screen with a mouse cursor, forcing me to run apt-get purge amdgpu* to get a gui back. Installing the latest kernel results in amdgpu showing as installed, but the system still defaults to the radeon driver. Attempting to force the amdgpu driver results in no module being loaded, and the display shows as 'unclaimed' I have confirmed that my series of gpu is definitely supported by the driver, has anyone experienced anything similar?
drivers graphics
add a comment |
I have been trying for several days to get the amdgpu driver running on my HP zbook 15u g3. It is a Skylake i7 with FirePro dedicated switchable graphics. The card in question shows up as Opal XT [Radeon R7 M265/M365X/M465] with 'lshw -c video'. In theory, it should use AMDs open source stack automatically, however it defaults to the older 'radeon' driver. The amdgpu kernel module doesn't even show as installed on a fresh installation of Kubuntu 18.04.
Trying to install an 18.20-based Radeon Enterprise driver from AMDs website (can't use most recent, doesn't work with 4.15 kernel) for 18.04 Gives me errors during install, "Error! Bad return status for module build on kernel: 4.15.0-43-generic (x86_64)" and "amdgpu dkms failed for running kernel", resutling in a black screen with a mouse cursor, forcing me to run apt-get purge amdgpu* to get a gui back. Installing the latest kernel results in amdgpu showing as installed, but the system still defaults to the radeon driver. Attempting to force the amdgpu driver results in no module being loaded, and the display shows as 'unclaimed' I have confirmed that my series of gpu is definitely supported by the driver, has anyone experienced anything similar?
drivers graphics
I have been trying for several days to get the amdgpu driver running on my HP zbook 15u g3. It is a Skylake i7 with FirePro dedicated switchable graphics. The card in question shows up as Opal XT [Radeon R7 M265/M365X/M465] with 'lshw -c video'. In theory, it should use AMDs open source stack automatically, however it defaults to the older 'radeon' driver. The amdgpu kernel module doesn't even show as installed on a fresh installation of Kubuntu 18.04.
Trying to install an 18.20-based Radeon Enterprise driver from AMDs website (can't use most recent, doesn't work with 4.15 kernel) for 18.04 Gives me errors during install, "Error! Bad return status for module build on kernel: 4.15.0-43-generic (x86_64)" and "amdgpu dkms failed for running kernel", resutling in a black screen with a mouse cursor, forcing me to run apt-get purge amdgpu* to get a gui back. Installing the latest kernel results in amdgpu showing as installed, but the system still defaults to the radeon driver. Attempting to force the amdgpu driver results in no module being loaded, and the display shows as 'unclaimed' I have confirmed that my series of gpu is definitely supported by the driver, has anyone experienced anything similar?
drivers graphics
drivers graphics
asked Jan 10 at 1:41
Chad AineyChad Ainey
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Solved with HWE kernel and "radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1" added to GRUB
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%2f1108451%2funable-to-use-amdgpu-driver-in-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
Solved with HWE kernel and "radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1" added to GRUB
add a comment |
Solved with HWE kernel and "radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1" added to GRUB
add a comment |
Solved with HWE kernel and "radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1" added to GRUB
Solved with HWE kernel and "radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1" added to GRUB
answered Jan 10 at 3:03
Chad AineyChad Ainey
1
1
add a comment |
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.
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%2f1108451%2funable-to-use-amdgpu-driver-in-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