I am on Ubuntu 21.10 which has linux 5.13.0 version.
Ubuntu has no newer kernels than that, other than an OEM 5.14.
However, to use the Integrated GPU of an Alder Lake CPU, you need 5.16 or higher, which neither Ubuntu not Debian provides.
Hence... building linux 5.16.5 from source.
However, if you grab the source from kernel.org then you will not have the part that creates a debian package.
The ./linux-5.16.5/debian/
directory does not exist.
I could build a kernel, but I want to install that kernel as a package, not just blindly copy them over to /boot
as that seems more dangerous and messy.
So, apt-get source
will not get me to 5.16, and the raw kernel sources do not get me to a .deb
package.
How should I proceed?