~ sudo pacman -Syu ✔
[sudo] Passwort für cs:
:: Paketdatenbanken werden synchronisiert …
core ist aktuell
extra ist aktuell
community ist aktuell
multilib ist aktuell
:: Vollständige Systemaktualisierung wird gestartet …
Abhängigkeiten werden aufgelöst …
Nach in Konflikt stehenden Paketen wird gesucht …
Fehler: Vorgang konnte nicht vorbereitet werden (Kann Abhängigkeiten nicht erfüllen)
:: Installation von nvidia-utils (515.48.07-2) verletzt Abhängigkeit »nvidia-utils=510.73.05«, benötigt von linux414-nvidia
from this
- Systemd 251: Release notes
There have been a lot of major changes . The minimum kernel version required has been bumped from 3.13 to 4.15. This of course means Manjaro has dropped the 4.9 and 4.14 LTS kernels.
from deepl
Systemd 251: Versionshinweise 16
Es gab eine Menge größerer Änderungen 40. Die minimal erforderliche Kernelversion wurde von 3.13 auf 4.15 erhöht. Das bedeutet natürlich, dass Manjaro die Kernel 4.9 und 4.14 LTS fallen gelassen hat.
muss ein 5.4 , oder 5.10 oder 5.15 LTS Kernel hinzugefügt werden
sudo pacman -Syy
sudo mhwd-kernel -i linux54
sudo mhwd-kernel -i linux510
sudo mhwd-kernel -i linux515
sudo pacman -S linux54-headers linux510-headers linux515-headers
Kernel 4.14 is no longer supported, you need to use one that is and remove 4.14.
You can refer to my previous reply for how to do it: [Stable Update] 2022-06-12 - Kernels, Systemd 251, GNOME 42.2, KDE Gear 20.04.2, NVIDIA, Mesa, Pulseaudio, Pipewire, LibreOffice - #48 by maycne.sonahoz
Thanks a lot! I wasn’t aware that there was still Kernel 4.14 installed but not used. Might be installed months or maybe years ago because of some troubles with nvidia. I never would buy a nvidia card again.
That is why I use this script after every system update: check_eol_kernel.sh
Discussion can be found here: Can I get a warning about EOL of a kernel? I still think such a check should be integrated to Pamac, as old installed Kernel is a main source of problems.