You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep running into this dkms errors when trying to build XDNA driver release using the suggested 6.10 and above kernels.
Cleaning build area...(bad exit status: 2)
. /tmp/amd.PnxhEzM5/.env && make -j12 KERNELRELEASE=6.10.10-061010-generic TTM_NAME=amdttm SCHED_NAME=amd-sched -C /lib/modules/6.10.10-061010-generic/build M=/tmp/amd.PnxhEzM5...(bad exit status: 2)
ERROR (dkms apport): kernel package linux-headers-6.10.10-061010-generic is not supported
Error! Bad return status for module build on kernel: 6.10.10-061010-generic (x86_64)
Consult /var/lib/dkms/amdgpu/6.8.5-2041575.22.04/build/make.log for more information.
Trying to install the correct linux-headers for the kernel leads different errors on dkms amdgpu for example;
So it seems like it has installed for the kernels available on 6.8. After switching back to 6.11 it showed TEST PASSED!. Why is the build is failing on the newer kernels?
The text was updated successfully, but these errors were encountered:
I keep running into this dkms errors when trying to build
XDNA driver release
using the suggested 6.10 and above kernels.Trying to install the correct linux-headers for the kernel leads different errors on dkms amdgpu for example;
I've tried the following kernels:
While i did manage to build and install on 6.8.0-47-generic kernel.
#dkms status amdgpu/6.8.5-2041575.22.04, 5.15.0-124-generic, x86_64: installed amdgpu/6.8.5-2041575.22.04, 6.8.0-060800-generic, x86_64: installed amdgpu/6.8.5-2041575.22.04, 6.8.0-47-generic, x86_64: installed xrt-amdxdna/2.18.0, 6.10.10-061010-generic, x86_64: installed xrt-amdxdna/2.18.0, 6.10.5-061005-generic, x86_64: installed xrt-amdxdna/2.18.0, 6.11.0-061100-generic, x86_64: installed xrt-amdxdna/2.18.0, 6.8.0-47-generic, x86_64: installed
So it seems like it has installed for the kernels available on 6.8. After switching back to 6.11 it showed
TEST PASSED!
. Why is the build is failing on the newer kernels?The text was updated successfully, but these errors were encountered: