Warning: next release will be fully non-interactive. The config and microarchitecture will be choosed as variables in PKGBUILD.
Please, be aware!
Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod |
Description: | Headers and scripts for building modules for the Linux Xanmod - Stable Mainline [MAIN] kernel |
Upstream URL: | http://www.xanmod.org/ |
Licenses: | GPL2 |
Submitter: | Yoshi2889 |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 132 |
Popularity: | 2.20 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2024-11-22 21:25 (UTC) |
« First ‹ Previous 1 .. 45 46 47 48 49 50 51 52 Next › Last »
Warning: next release will be fully non-interactive. The config and microarchitecture will be choosed as variables in PKGBUILD.
Please, be aware!
It works absolutely fine =)
@QDesjardin check the new version. All should be fine now.
I don't understand, I thought we just had to update the checksum for the config file.. which is the same one I just downloaded when attempting to update through yaourt.
@QDesjardin the file "config" is Arch kernel config. If it change in Arch repos, you probably have to delete your local file, if not you have an old version and checksum will not be the same.
So, try to: rm config && makepkg
For 4.14.9-1, it says this while building it:
==> Validating source_x86_64 files with sha256sums...
config ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build linux-xanmod.
@ScarecrowDM ok. I'll report upstream.
@figue: Yes, upstream patch does support newer CPUs.
@ScarecrowDM do you know if there are more patches for newer CPU's? And, yes, they include only a few CPU architectures...
AMD Opteron/Athlon64/Hammer/K8 AMD Opteron/Athlon64/Hammer/K8 with SSE3 AMD 61xx/7x50/PhenomX3/X4/II/K10 AMD Barcelona AMD Bobcat AMD Bulldozer AMD Piledriver AMD Jaguar Intel P4 / older Netburst based Xeon Intel Atom Intel Core 2 Intel Nehalem Intel Westmere Intel Silvermont Intel Sandy Bridge Intel Ivy Bridge Intel Haswell Intel Broadwell Generic-x86-64 Native optimizations autodetected by GCC
Maybe I report upstream next week. Thank you for the interest.
Hey figue, great work managing this package!
The gcc optimization patch merged on xanmod is outdated though, newer CPUs (like ryzen) aren't on the list when you enter nconfig for further tweaks. I think you should let them know, so it can be fixed upstream.
Pinned Comments
anlorsp commented on 2024-07-13 17:07 (UTC) (edited on 2024-07-15 04:53 (UTC) by anlorsp)
Adding
to myconfig does solve the "Failed to insert module 'nvidia': Key was rejected by service" problem.
Anyone who configured secure boot using sbctl and want to load dkms modules can try this solution.
figue commented on 2018-12-14 00:50 (UTC) (edited on 2023-02-27 20:00 (UTC) by figue)
This package have several variables to enable/disable features.
Personally I'm running now xanmod kernel compiled with this:
Also, you can now create the file myconfig in your local repo to build this package with a custom config or use ${XDG_CONFIG_HOME}/linux-xanmod/myconfig. This file can be a full kernel config or be a script with several entries to add/remove options (you have several examples in PKGBUILD by using scripts/config):
Code involved: