1

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.

1 Answers1

2

Option D

You can try installing Ubuntu 22.04 LTS (currently in beta). It comes with the 5.15 kernel if that works in your hardware. However, note that until 22.04 is finalized and released in April 21, 2022, questions about it is off-topic here.

You may also update from Ubuntu 21.10 running kernel 5.16 to Ubuntu 22.04 following the instructions in the OMG Ubuntu site. If you do this after the upgrade you will still be running the 5.16 kernel, as it is newer than the stock kernel in Ubuntu 22.04.

If you upgrade from Ubuntu 20.10:

You can use the advanced option in grub to boot from kernel 5.15 that was installed when you upgraded to 22.04. If all goes well, you can uninstall the kernel 5.16, while you are booted using the latest 5.15 kernel. That way, you will be on the Ubuntu supported stock kernel. and that will be updated by the update-upgrade system as needed.

If it works, you will have a fully supported system (that will receive all the security updates for the next 5 years) next month.

For the Future

Other users may have the same dilemma in the near future. For them there are two paths:

  1. Install Ubuntu 22.10 that will be released in October 2022. This is a short term release and will expire in 9 months.
  2. Wait for Ubuntu 22.04.2 LTS. This point release will probably include Hardware Enablement and have the same kernel version as the one the 22.10 will have.

Hope that helps

user68186
  • 37,461