@DungSherlock
gpg --recv-keys 79BE3E4300411886
@sirlucjan
Maybe we can add this part to the pkgbuild?
Search Criteria
Package Details: linux-lqx-docs 6.14.3.lqx1-1
Package Actions
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.09 |
First Submitted: | 2011-08-08 16:08 (UTC) |
Last Updated: | 2025-04-20 18:28 (UTC) |
Dependencies (12)
- linux-lqxAUR
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 35 36 37 38 39 40 41 42 43 44 45 .. 122 Next › Last »
damentz commented on 2017-09-16 03:49 (UTC)
DungSherlock commented on 2017-09-16 03:27 (UTC)
==> Verifying source file signatures with gpg...
linux-4.12.tar ... FAILED (unknown public key 79BE3E4300411886)
==> ERROR: One or more PGP signatures could not be verified!
==> ERROR: Makepkg was unable to build linux-lqx.
<deleted-account> commented on 2017-09-13 23:29 (UTC)
@damentz
Thanks ! I remove elevator=bfq for linux-lqx as well as linux-lts-ck 4.9
I have the same dmesg as yours, which bfq-sq is the default io scheduler.
<deleted-account> commented on 2017-09-13 23:29 (UTC)
@damentz
Thanks ! I remove elevator=bfq for linux-lqx as well as linux-lts-ck 4.9
I have the same dmesg as yours, which bfq-sq is the default io scheduler.
damentz commented on 2017-09-13 23:22 (UTC) (edited on 2017-09-13 23:27 (UTC) by damentz)
@liubenyuan
The parameter "elevator=bfq" probably doesn't do what you think. The 'bfq' IO scheduler is now used for mainline BFQ in the blk-mq subsystem, and is selected by through some simple logic in the code, overriding what you pick. Also, the 'elevator' parameter only affects legacy block.
For 4.12, I switched from blk-mq back to blk-sq (legacy block) due to issues with suspend on 4.12. In order to get bfq working, I backported bfq-sq (the new names for bfq on blk-sq). So in order to get the same behavior, which is already default, you must add "elevator=bfq-sq" for now. This will probably change though, so I recommend not adding any explicit elevator on Liquorix since this is subject to change kernel version to kernel version as bugs are fixed.
Also note, you can see which elevator is default by checking dmesg. However, the output in dmesg does not differentiate between blk-mq and blk-sq, so you'll need to do your research if you have any problems:
$ dmesg | grep 'io scheduler'
[ 9.418222] io scheduler noop registered
[ 9.418222] io scheduler deadline registered
[ 9.418238] io scheduler cfq registered
[ 9.418239] io scheduler mq-deadline registered
[ 9.418239] io scheduler kyber registered
[ 9.418252] io scheduler bfq registered
[ 9.418263] io scheduler bfq-sq registered (default)
<deleted-account> commented on 2017-09-13 23:14 (UTC)
@sir_lucjan
The error message says that it can not mount 'efivars'. And it stays at saying Start version 243.
And when I remove elevator=bfq in my boot config, linux-lqx can boot!
The boot command of my linux-lqx was
#options root=/dev/sda2 ro quiet ipv6.disable=1 elevator=bfq init=/usr/lib/systemd/systemd acpi_osi=Linux acpi_backlight=vendor
BTW, linux-bfq boots fine using 4.11.12
sir_lucjan commented on 2017-09-13 15:59 (UTC)
You should paste this error message.
<deleted-account> commented on 2017-09-13 15:51 (UTC)
My linux-lqx 4.12.12-1 failed to start after upgrading from 4.11.11. How could I debug it?
sir_lucjan commented on 2017-09-04 11:24 (UTC)
@@cpatrick08 - 4.12.10 is the newest version:
https://liquorix.net/sources/
sir_lucjan commented on 2017-09-04 09:43 (UTC)
@cpatrick08 - Please don't flag out-of-date until the new version is moved to [core]
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