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 .. 22 23 24 25 26 27 28 29 30 31 32 .. 121 Next › Last »

Agafron commented on 2018-11-13 19:43 (UTC) (edited on 2018-11-13 19:49 (UTC) by Agafron)

Downloading linux-4.18.tar.xz

_major=4.18

_srcname=linux-${_major}

.........

source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"

Why is downloading linux-4.18.tar.xz instead of linux-4.18.18.tar.xz?

CybeX commented on 2018-11-13 10:00 (UTC) (edited on 2018-11-13 10:00 (UTC) by CybeX)

If anyone has an issue in building the kernel relating to:

 Verifying source file signatures with gpg...
    linux-4.18.tar ... FAILED (unknown public key 79BE3E4300411886)
==> ERROR:</font> One or more PGP signatures could not be verified!
Use the following:
gpg --keyserver hkps://pgp.mit.edu --recv-keys 79BE3E4300411886

gaougalos commented on 2018-11-10 17:16 (UTC)

When installing this kernel i get ERROR: module not found: `usbhid'

mapcode.mind commented on 2018-10-11 20:40 (UTC)

i'm happy to report that the package compiled and installed successfully. @damentz : your comment is informative; I didn't know that having not used makepkg before. I was unsuccessfully trying to edit the PKGBUILD variables to make it create the correct file. Thanks a lot for your input.

@sir_lucjan : about manjaro not being arch, i know that. I was thinking of using manjaro as a stepping stone towards arch, coming from a debian system. But, i have no complaints with the system i have now. Nor can i figure out a compelling enough reason to switch. In fact, this is the first issue i have had with aur since i installed manjaro, and i am pretty sure that this was an issue with aur helper yay and not manjaro itself. Thanks a lot for your comments and suggestions; they were really helpful.

damentz commented on 2018-10-11 20:29 (UTC) (edited on 2018-10-11 20:29 (UTC) by damentz)

There's probably multiple reasons why makepkg -sric solved your problem:

-s = --syncdeps - installs missing dependencies

-c = --clean - removes artifacts and work directories before building

-r = --rmdeps - removes installed dependecies required for build

It could just be you were missing dependencies and your work directory was dirty, had previous folders and files that were interfering with your build.

sir_lucjan commented on 2018-10-11 20:04 (UTC)

Manjaro != Arch

AUR is designed for Arch, not Manjaro

mapcode.mind commented on 2018-10-11 20:00 (UTC)

i am running manjaro and have base-devel already installed. You know it's really surprising, but this time i tried makepkg -sric, the first line was what it is supposed to be :

==> Making package: linux-lqx 4.18.13_1-1 (Fri 12 Oct 2018 01:21:27 IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading linux-4.18.tar.xz...

I guess it would work this time. I'll let you know after it finishes compiling. Thank you for the makepkg suggestion.

sir_lucjan commented on 2018-10-11 19:50 (UTC) (edited on 2018-10-11 19:51 (UTC) by sir_lucjan)

Do you use Arch Linux or fork? Do you install base-devel? I've installed linux-lqx without problem:

http://pasted.co/edb4f6ef

mapcode.mind commented on 2018-10-11 19:49 (UTC)

i just tried makepkg and the first line itself is instructive :

➜  linux-lqx git:(master) ✗ makepkg
==> Making package: linux-lqx 4.18._-1 (Fri 12 Oct 2018 01:17:44 IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found linux-4.18.tar.xz
  -> Found linux-4.18.tar.sign
  -> Found 4.18-16.tar.gz
  -> Found 60-linux.hook
  -> Found 90-linux.hook
  -> Found 99-linux.hook
  -> Found linux.preset
==> Validating source files with sha512sums...
    linux-4.18.tar.xz ... Passed
    linux-4.18.tar.sign ... Skipped
    4.18-16.tar.gz ... Passed
    60-linux.hook ... Passed
    90-linux.hook ... Passed
    99-linux.hook ... Passed
    linux.preset ... Passed
==> Verifying source file signatures with gpg...
    linux-4.18.tar ... Passed
==> Extracting sources...
  -> Extracting linux-4.18.tar.xz with bsdtar
^C
==> ERROR: Aborted by user! Exiting...

sir_lucjan commented on 2018-10-11 19:46 (UTC) (edited on 2018-10-11 19:48 (UTC) by sir_lucjan)

Try with makepkg.

git clone https://aur.archlinux.org/linux-lqx.git
cd linux-lqx.git
makepkg -sric

https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages