@QDesjardin I've updated to 4.14.15-xanmod20. Please check if all is ok now.
Search Criteria
Package Details: linux-xanmod-headers 7.0.9-1
Package Actions
| 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: | GPL-2.0-only |
| Submitter: | Yoshi2889 |
| Maintainer: | figue (figuepluto, jfigueras) |
| Last Packager: | figue |
| Votes: | 131 |
| Popularity: | 0.196625 |
| First Submitted: | 2017-02-14 09:40 (UTC) |
| Last Updated: | 2026-05-17 23:27 (UTC) |
Dependencies (13)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- libelf (elfutils-gitAUR, elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (make)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
Required by (1)
- linuwu-sense-dkms (optional)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 46 47 48 49 50 51 52 53 Next › Last »
figue commented on 2018-01-27 01:32 (UTC)
QDesjardin commented on 2018-01-27 01:00 (UTC) (edited on 2018-01-27 01:00 (UTC) by QDesjardin)
For the 4.14.14-2 release, it fails for me when validating the xanmod tar:
==> Validating source files with sha256sums...
4.14.14-xanmod19.tar.gz ... FAILED
..
figue commented on 2018-01-08 16:00 (UTC)
Warning: next release will be fully non-interactive. The config and microarchitecture will be choosed as variables in PKGBUILD.
Please, be aware!
QDesjardin commented on 2018-01-01 20:24 (UTC)
It works absolutely fine =)
figue commented on 2018-01-01 19:10 (UTC)
@QDesjardin check the new version. All should be fine now.
QDesjardin commented on 2017-12-28 23:50 (UTC)
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.
figue commented on 2017-12-28 17:23 (UTC) (edited on 2017-12-28 17:28 (UTC) by figue)
@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
QDesjardin commented on 2017-12-27 23:49 (UTC) (edited on 2017-12-27 23:50 (UTC) by QDesjardin)
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.
figue commented on 2017-12-07 19:49 (UTC)
@ScarecrowDM ok. I'll report upstream.
ScarecrowDM commented on 2017-12-06 15:04 (UTC)
@figue: Yes, upstream patch does support newer CPUs.
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: