Package Details: linux-lqx-headers 6.14.0.lqx1-1

Git Clone URL: https://aur.archlinux.org/linux-lqx.git (read-only, click to copy)
Package Base: linux-lqx
Description: Headers and scripts for building modules for the Linux Liquorix kernel
Upstream URL: https://liquorix.net/
Keywords: bbr2 bfq futex pds proton zen
Licenses: GPL-2.0-only
Submitter: akurei
Maintainer: sir_lucjan (damentz)
Last Packager: damentz
Votes: 164
Popularity: 1.52
First Submitted: 2011-08-08 16:08 (UTC)
Last Updated: 2025-04-01 23:15 (UTC)

Pinned Comments

damentz commented on 2020-08-31 15:22 (UTC) (edited on 2021-12-21 18:25 (UTC) by damentz)

Official binaries of linux-lqx, linux-lqx-headers, and linux-lqx-docs are now available: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#liquorix

Signing key import instructions: sudo pacman-key --keyserver hkps://keyserver.ubuntu.com --recv-keys 9AE4078033F8024D && sudo pacman-key --lsign-key 9AE4078033F8024D

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 122 Next › Last »

<deleted-account> commented on 2020-05-28 06:09 (UTC)

I installed the kernel and the headers from Manjaro Pamac but I don't get an option to choose it when booting

coremanfrank commented on 2020-05-11 03:02 (UTC)

this is worked for me $ gpg --keyserver keyserver.ubuntu.com --recv-key 38DBBDC86092693E

damentz commented on 2020-05-06 20:11 (UTC)

Ok great, glad you got it working.

Fenrihr commented on 2020-05-06 19:48 (UTC)

@damentz the problem was the pacman GUI in Manjaro ... i resolved with in the terminal (but i not remember how at this momment)

damentz commented on 2020-05-06 19:43 (UTC) (edited on 2020-05-06 19:50 (UTC) by damentz)

@Fenrihr, did you do any research on what that output means?

Fenrihr commented on 2020-05-02 11:31 (UTC)

Hi! i'm getting the msg: "the key ABAF11C65A2970B130ABE3C479BE3E4300411886 could not be imported"

henrik_er commented on 2020-03-13 09:21 (UTC)

@damentz

Wasn't aware that they were interconnected. Thanks!

damentz commented on 2020-03-13 07:23 (UTC)

@henrik_er, https://wiki.archlinux.org/index.php/Makepkg#Improving_compile_times

henrik_er commented on 2020-03-13 06:00 (UTC)

Hi @sir_lucjan and @damentz I am relatively new to kernel compiling, but any reason the "make ..." in the PKGBUILD cannot be changed to "make -j$(nproc) ..." I have modified it manually at each update, and it greatly improves the compilation speed as it utilizes all cores. I have not seen any issues.