Sums fixed. Sorry :(
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.07 |
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 .. 43 44 45 46 47 48 49 50 51 52 Next › Last »
figue commented on 2018-08-19 13:51 (UTC)
tannisroot commented on 2018-08-18 23:58 (UTC)
choose-gcc-optimization.sh doesn't pass sha256sums check
figue commented on 2018-08-17 14:08 (UTC)
Done. Everything is fine with this new release?
figue commented on 2018-08-17 14:02 (UTC) (edited on 2018-08-17 14:02 (UTC) by figue)
@QDesjardin you are right. I updated my script to choose microarchitecture because I saw that the upstream project added more options. But I forgot the help message ;) I'll update PKGBUILD without pushing a new release.
QDesjardin commented on 2018-08-16 22:58 (UTC)
Just a minor note, you should update the PKGBUILD, the part where it says "Look inside 'choose-gcc-optimization.sh' to choose your microarchitecture" and it tells you 0 to 22.
It's actually 0 to 25 now, they added in some options for AMD and Intel.
simona commented on 2018-08-11 17:53 (UTC)
Thx. Ok now :-)
figue commented on 2018-08-11 15:33 (UTC)
@simona fixed. Sorry :(
simona commented on 2018-08-11 13:00 (UTC)
-> Download di config in corso... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 ==> ERRORE: Impossibile scaricare https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux&id= L'operazione sta per essere interrotta...
figue commented on 2018-07-20 19:31 (UTC)
@simona fixed. Please refresh your git copy.
simona commented on 2018-07-20 18:57 (UTC)
failed to verify integrity or prepare linux-xanmod,linux-xanmod-docs,linux-xanmod-headers package
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: