lukenukem/asus-kernel
Project ID: 69136
Description
Custom kernel build specifically for ASUS, this build contains the patches I write and which are awaiting merge in to kernel upstream.
Installation Instructions
To use the copr:
dnf copr enable lukenukem/asus-kernel
dnf update
This copr is sporadically updated so if the build is old, you can build directly from the repo at https://gitlab.com/asus-linux/fedora-kernel.
Clone and use:
fedpkg --name kernel --namespace rpms --release f41 local --arch x86_64 --without debug --without debuginfo --with release --with headers --without configchecks
where --release f41
matches your distro. The built rpms will be in x86_64
, install with dnf install ./x86_64/*rpm
. You may wish with remove some of the packages before doing this.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (36948)* | Fedora 41 (3329 downloads) |
![]() |
x86_64 (15)* | Fedora 42 (16 downloads) |
![]() |
x86_64 (549)* | Fedora rawhide (130 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable lukenukem/asus-kernel
More info about enabling Copr repositories