Package Details: linux-lqx-docs 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: Documentation 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: 165
Popularity: 2.05
First Submitted: 2011-08-08 16:08 (UTC)
Last Updated: 2025-04-20 18:28 (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 .. 49 50 51 52 53 54 55 56 57 58 59 .. 122 Next › Last »

sir_lucjan commented on 2016-05-11 14:50 (UTC)

Bump to 4.5.3-2

sir_lucjan commented on 2016-05-11 08:31 (UTC)

Fixed.

kasei commented on 2016-05-11 04:57 (UTC)

Validity check failed. Validating source files with sha512sums... linux-4.5.tar.xz ... Passed linux-4.5.tar.sign ... Skipped 4.5.3-1.patch.gz ... Passed config.i386 ... FAILED config.i386-pae ... FAILED config.amd64 ... FAILED linux-lqx.preset ... Passed

spangry commented on 2016-05-10 20:20 (UTC)

@damentz Some googling around reveals very little about this driver (only get 4 pages back). It's for a Atmel Wlan card of some kind. Probably safe to remove until it compiles properly. By the looks of it, the non-compilation issue has been encountered before: http://permalink.gmane.org/gmane.linux.kernel.wireless.general/148693

damentz commented on 2016-05-10 15:01 (UTC)

@spangry, I noticed this too recently, I think it's GCC 6.x that's causing the build failure. On Debian, this module builds successfully with the official Liquorix packages using pbuilder. If the hardware this module supports is rare and no one actually has it, I'm ok disabling it in the official configuration. It _is_ a staging device driver, after all.

spangry commented on 2016-05-10 14:41 (UTC)

Hey is anyone else getting errors when compiling? Build was failing for me on one of the staging drivers (wilc_spi). After removing this via menuconfig it compiled fine.

sir_lucjan commented on 2016-05-08 07:13 (UTC)

Bump to 4.5.3

sir_lucjan commented on 2016-05-03 09:21 (UTC)

@damentz: Done. :)

damentz commented on 2016-05-03 03:04 (UTC)

@sir_lucjan, can you revert the change? Per the wiki, we shouldn't be override user configured MAKEFLAGS.

disastro commented on 2016-05-03 02:25 (UTC)

makepkg.conf :/ https://wiki.archlinux.org/index.php/makepkg#MAKEFLAGS And like the wiki says, the only reason to override that should be -j1 for race conditions. num_cores is just wrong and overriding user preference and ${MAKEFLAGS} is unnecessary.