You have 2 problems 1. "Module build for kernel 6.14.0-29-generic was skipped since the kernel headers for this kernel do not seem to be installed." 2. You are stuck on 535.230 when 535.247 is the latest update from Ubuntu: https://launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535
I would try removing the 535.230 driver, installing the relevant headers package(s), making sure everything is updated, and reinstalling 535 driver (it should be 535.247 this time): sudo apt purge *535* sudo apt install linux-headers-generic-hwe-24.04 linux-headers-6.14.0-29-generic sudo apt update && sudo apt dist-upgrade sudo apt install nvidia-driver-535 nvidia-dkms-535 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2126778 Title: package nvidia-dkms-535 535.230.02-0ubuntu0.24.04.1 failed to install/upgrade: le sous-processus paquet nvidia-dkms-535 script post- installation installé a renvoyé un état de sortie d'erreur 10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2126778/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
