Package Details: linux-lqx 6.14.4.lqx1-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: 165
Popularity: 2.01
First Submitted: 2011-08-08 16:08 (UTC)
Last Updated: 2025-04-25 14:10 (UTC)

Dependencies (19)

Required by (12)

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 .. 101 102 103 104 105 106 107 108 109 110 111 .. 122 Next › Last »

Freso commented on 2012-06-16 18:33 (UTC)

@shivik: What you're describing is very much what I was expecting. What happens though, is that "make oldconfig" seems to be run as a fall-back. See http://snipurl.com/23yq8kb After actually having read the log, it looks like a previously valid statement in the .config, "ZCACHE=m", is now invalid, and thus makes the process bark. I admit though, that this sounds more like an upstream bug, than an issue with the PKGBUILD - but now I've mentioned it here, just in case.

shivik commented on 2012-06-11 13:54 (UTC)

_config="old" uses configuration from your running kernel(which is in /proc/config.gz (try "zcat /proc/config.gz" in a shell)). _config="x" gives a gui to config.i386(or config.amd64) that comes with lqx. I tried it and it first copies the configuration from the running kernel and then runs xconfig on top of that. So in case you set these two options together it just follows the order in the PKGBUILD script, where zcat /proc/config.gz > ./.config is 1st and xconfig comes second. Generally, you have to use one thing or the other. Edit: {line removed} In fact there is no command `make oldconfig` in the lqx PKGBUILD. Can you tell me what are you trying to achieve so I can have a better understanding of your idea and maybe help you?

Freso commented on 2012-06-10 21:13 (UTC)

Having set '_custom="x"' and '_config="old"', it seems to run `make oldconfig` - which I'm not really interested in wading through. Any suggestions?

shivik commented on 2012-06-06 06:54 (UTC)

linux-lqx 3.3.8-1 PKGBUILD: http://netload.in/dateiKj1rU0Os5z/linux-lqx-3.3.8-1.src.tar.gz.htm

MatejLach commented on 2012-05-25 15:18 (UTC)

Ok, thanks.

shivik commented on 2012-05-25 12:35 (UTC)

There were two "provides" statements in the PKGBUILD by mistake. I left the the one with "linux=". Try it now and see if it works.

MatejLach commented on 2012-05-24 20:31 (UTC)

I am not sure why virtualbox requires the standard 'linux' package from the repos, when. Shouldn't 'provides' take care of this?