-
Notifications
You must be signed in to change notification settings - Fork 1
Kernel Upgrade
As of now (18.10.2022) Fedora is shipping with Kernel 5.19 by default.
To upgrade to a more bleeding edge Kernel check for it in the fedora rawhide(development) repos:
sudo dnf --enablerepo=rawhide info kernel
It should be 6.1 or higher. To upgrade to the Kernel execute:
sudo dnf upgrade kernel* --enablerepo=rawhide
Then reboot
and you should be good to go.
https://fedoraproject.org/wiki/Kernel_Vanilla_Repositories#How_to_use,_the_TLDR_version
In case stuff is not working out or a newer Kernel is available(even though dnf should take care of it sooner or later anyway).
List all installed Kernels:
dnf list --installed | grep kernel*
Then uninstall the respective Kernel(+headers, modules etc.):
sudo dnf remove kernel-core-
insert-version-here
Work is still in progress, though stuff has gotten better with Kernel 6.1. I you have a fix for the Audio or the S3 sleep or something entirely else regarding this project, pls let me know by opening an issue thanks :))