Please add AMD Zen 4 architecture
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.20 |
| 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 2 3 4 5 6 7 8 9 10 11 12 .. 53 Next › Last »
aunjbr commented on 2023-07-04 04:27 (UTC)
figue commented on 2023-06-29 21:12 (UTC)
I want to apologize because I pushed the package to the EDGE version by mistake. For now, I'll keep at EDGE but the idea is to keep this package following the Stable Mainline [MAIN] branch. Probably for the next release I'll make a new package for the edge. Same for all -bin packages.
Thank you to understand.
Cheers
figue commented on 2023-06-25 14:08 (UTC)
@mdhishamsayed I'm not using eBPF, so for me it's not a problem. You probably already know the Arch's philosophy, it appeals to follow upstream in their decisions. So, as this is open source and if there is a patch out there to re-enable eBPF you can always add to my PKGBUILD (name it whatever.patch) and automatically will be applied.
Cheers
<deleted-account> commented on 2023-06-25 08:49 (UTC)
Enable eBPF i'm a xanmod kernel user and currently, as the eBPF is disabled, i'm unable to run applications which depend on it such as dae and ananicy-cpp, xanmod has good performance as compared to zen and i'm thinking of reverting to xanmod, as the creator is reluctant to do it due to some "Performance Issues", i think that to add better compatibility, eBPF should be enabled
MithicSpirit commented on 2023-04-13 18:26 (UTC)
@Riedler flex and bison are in base-devel, which is an implicit make dependency of all AUR packages.
Riedler commented on 2023-04-13 18:24 (UTC)
please add flex and bison to the build dependencies, it needed those to build on my machine at least
figue commented on 2023-03-28 22:28 (UTC)
@night-crawler thank you. I saw your post in github, glad to see it's not a bug.
night-crawler commented on 2023-03-28 21:25 (UTC)
@figue in case someone else needs it, add this to cmdline: amd_pstate=passive.
figue commented on 2023-03-26 21:02 (UTC)
@night-crawler then, please, ask upstream: https://github.com/xanmod/linux/issues
night-crawler commented on 2023-03-26 20:09 (UTC)
@figue I tried this kernel, result is the same:
analyzing CPU 5:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 5
CPUs which need to have their frequency coordinated by software: 5
maximum transition latency: Cannot determine or is not supported.
hardware limits: 1.20 GHz - 4.68 GHz
available frequency steps: 3.30 GHz, 1.30 GHz, 1.20 GHz
available cpufreq governors: conservative ondemand userspace powersave performance schedutil
current policy: frequency should be within 1.20 GHz and 3.30 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency: Unable to call hardware
current CPU frequency: 2.76 GHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: no
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: