You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue/Bug Description:
latest recommended kernel (linux-system76/jammy,now 6.9.3.76060903.202405300957172676603522.04~4092a0e amd64)
refuses to load the dkms modules for system76, nvidia, and snd-usb-audio from (https://github.com/geoffreybennett/scarlett-gen2). all of them fail at btf verification.
reinstalling through apt or dkms makes no difference.
it might actually be affecting any kernel module that get compiled locally, as I've been unable to compile snd_usb_audio from scratch lately, but that seems to have something to do with the transition to .zst files. more info about that in geoffreybennett/linux-fcp#25
shot-in-the-dark guess is that there's a mismatch between the kernel headers package and the kernel, but that should be affecting everyone.
full dmesg info is in log.txt
the main offending lines however are here:
Distribution (run
cat /etc/os-release
):Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):Issue/Bug Description:
latest recommended kernel (linux-system76/jammy,now 6.9.3.76060903.202405300957
172676603522.04~4092a0e amd64)refuses to load the dkms modules for system76, nvidia, and snd-usb-audio from (https://github.com/geoffreybennett/scarlett-gen2). all of them fail at btf verification.
reinstalling through
apt
ordkms
makes no difference.it might actually be affecting any kernel module that get compiled locally, as I've been unable to compile snd_usb_audio from scratch lately, but that seems to have something to do with the transition to .zst files. more info about that in geoffreybennett/linux-fcp#25
shot-in-the-dark guess is that there's a mismatch between the kernel headers package and the kernel, but that should be affecting everyone.
full dmesg info is in log.txt
the main offending lines however are here:
Steps to reproduce (if you know):
apt update
andapt upgrade
all packages to latest versions and reboot.Expected behavior:
modules should be loading successfully at boot
Other Notes:
running on an oryx 10p
The text was updated successfully, but these errors were encountered: