On Sat March 22 2025 07:39:37 ajh-valmer via tde-users wrote: > Hello, > Sorry for this off topic. > > I'am under Debian Bookworm, processor Intel 64 bits AMD 64. > My graphic card is a Nvidia (nvidia-detect) : > "NVIDIA Corporation GK208B [GeForce GT 710] (rev a1) > Your card is supported by the "Tesla 470 drivers" series. > It is recommended to install the nvidia-tesla-470-driver". > > Until the kernel linux-headers-6.1.0-31-amd64 > & linux-image-6.1.0-31-amd64, > evrything worked perfectly. > The transition to kernel 6.1.0-32 went badly after an "apt upgrade" > or apt install linux-headers-6.1.0-32-amd64 > & linux-image-6.1.0-32-amd64 : > ================ > "Errors were encountered while processing: > linux-headers-6.1.0-32-amd64 > E: Sub-process /usr/bin/dpkg returned an error code (1)". > ================ > Now, the NVIDIA driver no longer works and many bugs appears. > > These two commands do not resolve anything : > # dpkg --configure -a > # apt-get install -f > > Of course tde-trinity is not responsible. > > If you have an idea, that would help me enormously > Thanks in advance. > Cheers, > André Hi André, If you did not purge the previous kernel you should be able to boot from that, purge the packages of the failed upgrade, and try again. It may have run out of space or encountered some other problem. Alternatively you could try re-installing the new version on top of itself. It's going to be something like the following but check carefully before removing the --dry-run. apt install --reinstall --dry-run $(dpkg -l | awk '{print $2}' | grep '\(linux.*6.1.0-32\|nvidia-tesla-470\)') --Mike ____________________________________________________ tde-users mailing list -- users@xxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxx Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@xxxxxxxxxxxxxxxxxx