Like many others, I have a dilemma with using Ubuntu on my newly built desktop PC. Both 20.04.4 LTS (Focal Fossa) and 21.10 (Impish Indri) installed Linux 5.13.0-19-generic x86_64. The in-built Intel WiFi on the ASRock motherboard (with 12th Gen i7 CPU, NVMe storage, no graphics card) would not work. The outcome of numerous internet searches suggested Linux 5.16 or later was required and the usual solution was to install it from the Ubuntu Mainline Kernel PPA. This worked so I am now running Linux 5.16.0-051600-generic x86_64.
However, as pointed out very clearly in the search results, I have an unsupported and unsigned kernel. So, the dilemma is which one of three ways to go forward.
A) Stay with the 5.16 kernel for a year or two until a Ubuntu release supports my hardware. This of course means running without security updates on an unsigned kernel.
B) Install the latest kernel each time a release is available. I assume latest kernel releases will include many / most security & bug fixes as well as improved support for my hardware. This benefit may be offset by a more difficult migration to a future Ubuntu release, maybe even a full re-install if my applications won't work or the system becomes unstable.
C) Accept that Ubuntu does not meet my essential requirements, before I start installing applications and using the system for real work.
I (and maybe many others with new hardware) would appreciate some guidance on how to resolve this dilemma.
linux-oem
? That is a OEM kernel, it is an older kernel but with drivers from newer releases. It may include the driver you're interested in, you gotta test it. – Hi-Angel Apr 01 '22 at 16:57apt install linux-oem
? Without the 20.04b postfix? I presume this should work on any release. – Hi-Angel Apr 04 '22 at 21:49