@kyle_dolichev I'll probably drop arch configuration. I think it doesn't have any sense.
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 .. 42 43 44 45 46 47 48 49 50 51 52 Next › Last »
figue commented on 2018-12-12 23:22 (UTC)
kyle_dolichev commented on 2018-12-12 19:02 (UTC)
Is anybody else getting an error about sched_smt or smt_sched when trying to build with the archlinux configuration file? Or is it just me? Perhaps I am enabling something that's causing it, I still have to test whether or not it'll do the error without my edits so maybe its my doing but I don't know.
figue commented on 2018-09-09 21:30 (UTC)
@adrioanocr if you know kernel config you want to change, you can replace config changing PKGBUILD variable _configuration to 2, then instead of use Archlinux config put your own file. It's easy (replace config source and updpkgsums).
Another choice is to add "make menuconfig" at the end of prepare() function and do all the changes manually.
adrioanocr commented on 2018-09-09 21:24 (UTC)
Out of curiosity (I'm new to alternative kernels) is there a way to build this without certain kernel modules? For example if I wanted to compile without wifi support, is that doable? And how...?
adrioanocr commented on 2018-09-09 16:38 (UTC)
@figue
That worked thank you!
Cheers
figue commented on 2018-09-08 23:12 (UTC)
@adrioanocr
'No space left on device' => if you are compiling the package in /tmp or in other filesystem, probably, you haven't more space left. It's common if you use AUR helpers like yaourt... They use /tmp to compile as default, and /tmp is limited in space.
Please, compile manually in other place like your home:
git clone https://aur.archlinux.org/linux-xanmod.git
cd linux-xanmod
makepkg -sic
adrioanocr commented on 2018-09-08 22:59 (UTC) (edited on 2018-09-08 23:01 (UTC) by adrioanocr)
I'm getting the following error trying to install: https://pastebin.com/CYggxs4Y
The compilation apparently gets to a realtek wireless driver and fails. This machine doesn't even have a wireless card, actually. Is there a way to have it skip that part or how do I go about fixing it?
QDesjardin commented on 2018-08-21 20:47 (UTC)
@figue Yep everything works perfectly~
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: