It does not appear to be fixed: root@ttabi-test:~# apt-get install linux-image-7.0.0-26/resolute-proposed Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'linux-image-7.0.0-26-generic' for regex 'linux-image-7.0.0-26' linux-image-7.0.0-26-generic is already the newest version (7.0.0-26.26). Selected version '7.0.0-26.26' (Ubuntu:26.04/resolute-proposed [amd64]) for 'linux-image-7.0.0-26-generic' Solving dependencies... Done 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. root@ttabi-test:~# ls -l /lib/modules/7.0.0-26-generic/kernel/drivers/gpu/nova-core/ total 56 -rw-r--r-- 1 root root 55256 May 28 20:41 nova_core.ko.zst
nova_core.ko.zst should not exist. # grep NOVA /boot/config-7.0.0-26-generic CONFIG_TOUCHSCREEN_NOVATEK_NVT_TS=m CONFIG_DVB_USB_NOVA_T_USB2=m CONFIG_NOVA_CORE=m # CONFIG_DRM_NOVA is not set CONFIG_SND_SOC_SOF_NOVALAKE=m Looks like you've disabled CONFIG_DRM_NOVA but forgot CONFIG_NOVA_CORE. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2150845 Title: Ubuntu 26.04 linux kernel has non-functional nova-core GPU driver enabled, conflicting with nouveau To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2150845/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
