Updated to 4.14.0-xanmod2. There were some changes in PKGBUILD and hooks. Please, check that all is OK.
Search Criteria
Package Details: linux-xanmod-headers 6.11.10-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: | 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) |
Dependencies (10)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 46 47 48 49 50 51 52 Next › Last »
figue commented on 2017-11-19 02:19 (UTC)
figue commented on 2017-11-14 16:37 (UTC) (edited on 2017-11-14 16:38 (UTC) by figue)
I have running 4.14.0-xanmod1 without issues with xanmod config. Update is trivial, but Arch hasn't updated their configs yet. I'll wait until they release a proper config.
If anyone wants to update to 4.14, just change:
pkgver=4.14.0
xanmod=1
then update sums and make as usual:
updpkgsums
makepkg -sic
figue commented on 2017-10-20 08:49 (UTC)
@f100cleveland that's odd... I have 4.13.8-1-xanmod14 and Chromium is working here. Could be some regression with any driver? Maybe hardware acceleration? You can try disabling it with Xanmod and see if that helps.
My test is in a Lenovo Laptop and Intel graphics card. Can't test on more machines right now...
f100cleveland commented on 2017-10-20 02:27 (UTC)
After updating to the latest kernel, I got a google Chromium crash and chromium won't even load. If I go back to the stock 4.13.7 arch kernel, everything is fine. Is there a work around for this? When I compiled it, I chose the xan source, option 1.
Thanks
figue commented on 2017-09-12 21:11 (UTC)
@jskier thank you for reporting... I have no idea how could be. I've 4.13.1 in several computers with a wrong file... :S Fixed!
jskier commented on 2017-09-12 21:03 (UTC)
4.13.1-xanmod3.tar.gz has wrong hash.
figue commented on 2017-07-16 22:37 (UTC)
Hi @Rosen, sorry but I didn't see your message. Could you solve it?
Rosen commented on 2017-05-29 20:26 (UTC)
drivers/target/target_core_tpg.c:673:1: internal compiler error: in pop_scope, at c/c-decl.c:1341
internal compiler error
figue commented on 2017-05-08 23:56 (UTC)
Adopted
figue commented on 2017-02-27 11:55 (UTC)
@Yoshi2889 ok. Thanks!
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: