Well, the kernel headers are a different version from the kernel I built. The headers are the same as the original Ubuntu kernel version, 6.8.0-45, and the kernel I downloaded is 6.8.12.
I got the code with 'apt source linux-image-unsigned-$(uname -r)', but it didn't download the 6.8.0-45 code, which was my kernel at the time. I'm not familiar with how the different distros work, but I guess somewhere there is a discrepancy.
I finally found the 6.8.12 headers, although they are 6.8.12-common. I'll build the kernel again and hopefully the new headers will be used. It looks like they are installed
Quote:
apt search linux-headers-$(uname -r)
Sorting... Done
Full Text Search... Done
linux-headers-6.8.12-common/now 6.8.12-1 all [installed,local]
Common header files for Linux 6.8.12
|