Package Details: linux-lqx 6.10.10.lqx2-1

Git Clone URL: https://aur.archlinux.org/linux-lqx.git (read-only, click to copy)
Package Base: linux-lqx
Description: The Linux Liquorix kernel and modules
Upstream URL: https://liquorix.net/
Keywords: bbr2 bfq futex pds proton zen
Licenses: GPL-2.0-only
Provides: UKSMD-BUILTIN, VHBA-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Submitter: akurei
Maintainer: sir_lucjan (damentz)
Last Packager: damentz
Votes: 159
Popularity: 0.31
First Submitted: 2011-08-08 16:08 (UTC)
Last Updated: 2024-09-15 19:57 (UTC)

Dependencies (19)

Required by (11)

Sources (3)

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 .. 27 28 29 30 31 32 33 34 35 36 37 .. 121 Next › Last »

Terence commented on 2018-08-24 17:36 (UTC)

@damentz @sir_lucjan I'm not saying pkgrel needs to be 3 to match the lqxrel but because the PKGBUILD has been modified by 5c3a7fec1607 and thus needs to have its pkgrel updated.

damentz commented on 2018-08-24 17:13 (UTC)

@Terence

The pkgrel variable determines the version of the package, which gets incremented on every update. The lqxrel variable is used to find the liquorix release / patch to pull everything the package needs. It's only coincidental that they're identical at times.

sir_lucjan commented on 2018-08-24 16:36 (UTC)

@Terence Why? pkgrel != lqxrel

Terence commented on 2018-08-24 16:35 (UTC)

@sir_lucjan doesn't 5c3a7fec1607 needs pkgrel=3 ?

sir_lucjan commented on 2018-08-22 12:47 (UTC)

@Terence

Nope.

pkgbase=linux-lqx
# pkgname=('linux-lqx' 'linux-lqx-headers' 'linux-lqx-docs')
_major=4.17
_minor=17
pkgver=${_major}.${_minor}
_srcname=linux-${_major}
pkgrel=2
lqxrel=3

Terence commented on 2018-08-22 12:42 (UTC) (edited on 2018-08-22 12:42 (UTC) by Terence)

@sir_lucjan you forgot to bump to 4.17.17-3 :)

Filip98 commented on 2018-08-08 11:04 (UTC)

Thank you for the responses :).

damentz commented on 2018-07-20 17:00 (UTC) (edited on 2018-07-20 17:03 (UTC) by damentz)

@Filip98, you're probably compiling the kernel with one thread, check the recommendations here : https://wiki.archlinux.org/index.php/makepkg#Parallel_compilation

markusk commented on 2018-07-20 16:57 (UTC)

@Filip98: The compile time can be quite a while on slow/medium hardware and therefore it "is normal for that kind of hardware". You can speed it up a bit by using ccache (https://wiki.archlinux.org/index.php/Ccache).

Lubuntu is faster as your were most likely where using a precompiled package from some kernel-repo (launchpad?). The AUR system is source based in most of the cases.

Filip98 commented on 2018-07-20 13:22 (UTC)

It seems to be compiling itself for hours with a list of the kernel files e.g "CC [M] sound/.../*.o" going at it one by one, Is this normal behavior? I'm reluctant to think about repeating this for each update. This wasn't the case while I was using Lubuntu, I'm using aurman if it matters.