@figue Yep everything works perfectly~
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 .. 44 45 46 47 48 49 50 51 52 53 Next › Last »
QDesjardin commented on 2018-08-21 20:47 (UTC)
figue commented on 2018-08-19 13:51 (UTC)
Sums fixed. Sorry :(
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...
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: