Kernel on Jammy is 5.19 not 5.15

Asked by corrado venturini

This page says kernel for Jammy is 5.15 while on REAL Jammy I have 5.19.
corrado@corrado-n3-jammy:~$ inxi -SCx
System:
  Host: corrado-n3-jammy Kernel: 5.19.0-38-generic x86_64 bits: 64
    compiler: N/A Desktop: GNOME 42.5
    Distro: Ubuntu 22.04.2 LTS (Jammy Jellyfish)
CPU:
  Info: 6-core model: 11th Gen Intel Core i5-11400 bits: 64 type: MT MCP
    arch: Rocket Lake rev: 1 cache: L1: 480 KiB L2: 3 MiB L3: 12 MiB
  Speed (MHz): avg: 2600 min/max: 800/4400 cores: 1: 2600 2: 2600 3: 2600
    4: 2600 5: 2600 6: 2600 7: 2600 8: 2600 9: 2600 10: 2600 11: 2600 12: 2600
    bogomips: 62208
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
corrado@corrado-n3-jammy:~$

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu linux Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

"This page says ..." - Which page?

The kernel family that you get installed depends on the kernel meta-package(s) that you have installed.

With the meta package linux-generic you get the 5.15 kernel family.
With the meta package linux-generic-hwe-22.04 you get the kernel family of Ubuntu 22.04 which (currently) is 5.19

see https://launchpad.net/ubuntu/+source/linux
and https://launchpad.net/ubuntu/+source/linux-meta-hwe-5.19

Which kernel meta package(s) do you have installed?
dpkg -l | grep linux-generic

Revision history for this message
corrado venturini (corradoventu) said :
#2

Ok thanks

corrado@corrado-n3-jammy:~$ dpkg -l | grep linux-generic
ii linux-generic-hwe-22.04 5.19.0.38.39~22.04.12 amd64 Complete Generic Linux kernel and headers
corrado@corrado-n3-jammy:~$

Revision history for this message
corrado venturini (corradoventu) said :
#3

Thanks Manfred Hampl, that solved my question.