Created attachment 144985 [details] Logs files Hi, I have problems installing amdgpu-pro driver, which fails when compiling DKMS, no matter if use default kernel 4.15 or hwe, 5.0 in Ubuntu 18.04.2 (KDE Neon flavor). I am attaching all the related info and the log from the installation process, including the DKMS compile log. Thanks in advance
Ok, fixed. The problem was that KDE neon modify the file /etc/os-release. The install script run fine since I've modified it (instead of os-releast) from: case "$ID" in ubuntu|linuxmint|debian) to: case "$ID" in ubuntu|linuxmint|debian|neon) and then I think DRM_VERSION is empty because of modified ID in os-release. I think there must a way to support this, since KDE Neon is Ubuntu LTS based.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/38.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.