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
Search Criteria
Package Details: linux-xanmod 6.13.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod |
Description: | The Linux kernel and modules with Xanmod patches |
Upstream URL: | http://www.xanmod.org/ |
Licenses: | GPL2 |
Provides: | KSMBD-MODULE, NTFS3-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | Yoshi2889 |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 132 |
Popularity: | 0.55 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-03-07 22:08 (UTC) |
Dependencies (15)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-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)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (4)
f100cleveland commented on 2017-10-20 02:27 (UTC)
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!
Yoshi2889 commented on 2017-02-27 10:48 (UTC)
Hey @figue,
To be honest I just copied the linux-git package and modified it to compile Xanmod instead.
I'll look at importing the config from Xanmod itself, I have no reason to keep the current config. Thanks for making it apparent!
figue commented on 2017-02-27 10:43 (UTC)
Hi @Yoshi2889, I've been comparing config shipped with this package with config shipped by main project (https://github.com/xanmod/linux/blob/4.10/.config), it looks very different... also it looks very different compared to config in core/testing repos.
Are you doing some changes intentionally to config? Can you explain why do you do that, what tests you do or where it comes from (other distro maybe?)?
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: