Remix.run Logo
asveikau 2 hours ago

> (no kernel modules for sound drivers)

What century did you write this in?

ramses0 26 minutes ago | parent | next [-]

https://github.com/pop-os/pop/issues/3961

"""last week: Pop!_OS 22.04: kernel 6.17.9-76061709 — module BTF validation cascade boots system to emergency mode #3961

Thanks for taking a look,

Quick update — I'd already recovered before seeing this comment. The path that worked: boot Pop_OS-oldkern, run sudo apt install --reinstall linux-image-6.17.9-76061709-generic linux-modules-6.17.9-76061709-generic && sudo kernelstub, reboot. 6.17.9 came up clean. The reinstall's postinst hooks ran update-initramfs automatically; /boot/initrd.img-6.17.{4,9}-* are both freshly dated 2026-05-06 (~11:44 / 11:46), and kernelstub copied them to the EFI partition. Verified: journalctl -k -b 0 | grep -iE 'btf|failed to validate' | wc -l → 0. """

27 minutes ago | parent | prev | next [-]
[deleted]
nine_k an hour ago | parent | prev [-]

In the year 2026, on my Linux laptop (T14, Linux 6.18.26) I ran the following:

  lsmod | cut -f 1 -d ' ' | grep snd | wc -l
And it responded: 53. Fifty three kernel modules are dedicated to sound. I, of course, never had to install any of them by hand, or take any other direct care.