Package Details: linux-lqx 6.14.3.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.05
First Submitted: 2011-08-08 16:08 (UTC)
Last Updated: 2025-04-20 18:28 (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 .. 57 58 59 60 61 62 63 64 65 66 67 .. 122 Next › Last »

frol commented on 2016-01-23 16:42 (UTC)

I just want to leave quick notes here: 1. xconfig in Kernel 4.4 has been ported to Qt5, so the build requirement might be changed from `qt4` to `qt5-base`. 2. Current Liquorix patch for 4.4 Kernel (4.4.0-2) does not include BFS scheduler.

sir_lucjan commented on 2016-01-20 09:01 (UTC)

Fix CVE-2016-0728

sir_lucjan commented on 2016-01-13 14:08 (UTC)

Bump to 4.3.3-5

frol commented on 2016-01-01 06:23 (UTC)

@Dea993 You have to import Linus Torvalds' public key: https://bbs.archlinux.org/viewtopic.php?id=192575

Dea993 commented on 2015-12-28 13:00 (UTC)

==> Validazione dei sorgenti con sha512sums in corso... linux-4.3.tar.xz ... Verificato linux-4.3.tar.sign ... Ignorato 4.3.3-2.patch.gz ... Verificato config.i386 ... Verificato config.i386-pae ... Verificato config.amd64 ... Verificato linux-lqx.preset ... Verificato ==> Validazione delle firme dei sorgenti con gpg in corso... linux-4.3.tar ... NON RIUSCITO (chiave pubblica sconosciuta 79BE3E4300411886) ==> ERRORE: Una o più firme PGP non possono essere verificate! ==> ERRORE: Makepkg non è riuscito a compilare linux-lqx.

lembang commented on 2015-12-28 06:20 (UTC)

@frol sorry havent check the page for awhile. I tried your idea, but no luck, with liquorix's default config; even worse the new config causing me have a kernel panic, no idea if its because I use LVM on LUKS on that laptop, so for now I give up using liquorix on my t420;am still using it on my g73sw. Once I have enough time to play around with it, I will post it here.

afader commented on 2015-12-27 06:39 (UTC)

For some reason, with this kernel I can't get an IPv4 address from my router. I use the linux-ck kernel 4.3.3.2 with no problem with my router and it gets a 192.168.1.x address from dhcpcd. When I switch to the -lqx kernel I only get an ipv6 address. I can't use only IPv6 because my ISP only provides IPv4 and the tunnel is slow. I am compiling with localmodconfig but I went in and checked a bunch of IP-related modules in the config, but it didn't help.

frol commented on 2015-12-22 12:14 (UTC)

@damentz, I haven't succeeded in moving from liquorix default config to a working one (I just couldn't make my wifi (Intel Corporation Dual Band Wireless-AC 7260) work well, it somehow gets initialized correctly only 20+ minutes after a boot). Thus, I cannot even tell how stable the kernel is as it is not acceptable to me waiting 20 minutes before I can start using my laptop... My config (posted in the previous comment) is originated from Arch upstream kernel config, which I have manually stripped.

damentz commented on 2015-12-21 05:46 (UTC)

@frol, just to clear up any possible FUD, CONFIG_INTEL_IOMMU_DEFAULT_ON was disabled the same day you posted your message, ironically, for a different bug I encountered on a different system of mine. Here was the update from the official debian changelog: linux-liquorix (4.3-7) unstable; urgency=medium * disable CONFIG_INTEL_IOMMU_DEFAULT_ON - DMA remapping is unstable on most intel systems where IOMMU is enabled in the BIOS. Causes crashes and freezes on modern Haswell+ systems. - Known bug that was solved on Ubuntu kernels: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/911236 * update version to 3.dmz.2 -- Steven Barrett <steven@liquorix.net> Wed, 16 Dec 2015 22:48:02 -0600 What else did you change that is making your system more stable?

frol commented on 2015-12-16 09:53 (UTC)

@lembang You know what, I have tried to compile the kernel with the packaged configs and they seem to be broken for me also. At least dmesg has scary messages about IOMMU-related stuff (`DMAR:[fault reason 06] PTE Read access is not set`), and at the very least WiFi won't work for no reason (modules are loaded and everything seems to be fine, but no WiFi device can be found). Also, 4.3.2-2, in contrast to 4.3.2-1, doesn't work with my old config either. Here is my working kernel config - https://dl.dropboxusercontent.com/u/18807070/tmp/kernel-lqx-4.3.3-1.config BTW, It seems that CONFIG_INTEL_IOMMU_DEFAULT_ON causes some issues by itself, so you may start by trying switching it off by passing via grub options `intel_iommu=off` (other available options are `=pt`, `=igfx_off`, and, obviously, `=on`). Stock Arch kernel has CONFIG_INTEL_IOMMU_DEFAULT_ON disabled, but liquorix's prepackaged config has it enabled.