Done.
Search Criteria
Package Details: linux-lqx 6.11.10.lqx1-1
Package Actions
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: | 161 |
Popularity: | 1.70 |
First Submitted: | 2011-08-08 16:08 (UTC) |
Last Updated: | 2024-11-22 16:37 (UTC) |
Dependencies (19)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- 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, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-amd-staging-um5606-gitAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- modprobed-dbAUR (modprobed-db-gitAUR) (optional) – Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
- sof-firmware (optional) – firmware images needed for Sound Open Firmware capable devices
- uksmdAUR (uksmd-gitAUR, uksmd-cachyos-nosystemd-gitAUR, uksmd-nosystemd-gitAUR) (optional) – Userspace KSM helper daemon
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (12)
- linux-lqx-docs
- linux-lqx-headers
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- uksmd (requires UKSMD-BUILTIN)
- uksmd-cachyos-nosystemd-git (requires UKSMD-BUILTIN) (optional)
- uksmd-git (requires UKSMD-BUILTIN)
- uksmd-nosystemd-git (requires UKSMD-BUILTIN) (optional)
- uksmdstats-git (requires UKSMD-BUILTIN) (optional)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 45 46 .. 121 Next › Last »
sir_lucjan commented on 2017-08-17 10:34 (UTC)
EgoistAnarchist commented on 2017-08-17 03:44 (UTC)
4.12.8-1 patch release. Should/Can this be updated?
bruceutut commented on 2017-08-10 02:53 (UTC)
4.11.12 patch release, update plz. thanks
whoami commented on 2017-06-05 15:32 (UTC)
updpkgsums works for me. Thanks.
sir_lucjan commented on 2017-06-05 15:27 (UTC)
@atommixz:
Probably damentz has changed sources. Please make:
updpkgsums
I'll upload a new version (4.11.3-3 or 4.11.4-1)
whoami commented on 2017-06-05 15:21 (UTC)
do
rm -rf linux-lqx
git clone https://aur.archlinux.org/linux-lqx.git/
cd linux-lqx
makepkg -si
and have
4.11.3-2.patch.gz ... FAILED
config.i386 ... FAILED
config.i386-pae ... FAILED
config.amd64 ... FAILED
raku-cat commented on 2017-06-05 06:12 (UTC)
Anyone had issues with a complete lock up on resume from suspend to disk after the jump to 4.11.x?
erkexzcx commented on 2017-06-04 06:23 (UTC)
Wondering if there is anyone who would like to create an unofficial repo with precompiled packages for/with lqx patchset :D
damentz commented on 2017-06-02 17:03 (UTC) (edited on 2017-06-02 17:32 (UTC) by damentz)
@sir_lucjan,
I have a relatively crude script I've been using to push out patches and config files to liquorix.net/sources. It always attempts to gzip the patch and push it out, causing the checksum to change every time I compress.
I checked the diff between 4.11-9 and 4.11-8, and the only things changed were the debian/changelog file and the configurations, so even though the checksum changed, the patch is essentially identical.
If you want to update the package to use the github releases, the only files you need to worry about are:
Liquorix release: Name of tag in https://github.com/damentz/liquorix-package/releases
Kernel version: linux-liquorix/debian/config/defines (value after "abiname: ")
Patch name: linux-liquorix/debian/patches/series (patch file prefixed with "zen/")
Config files:
linux-liquorix/debian/config/kernelarch-x86/config-arch-32 # 32-bit
linux-liquorix/debian/config/kernelarch-x86/config-arch-32-pae # 32-bit + PAE
linux-liquorix/debian/config/kernelarch-x86/config-arch-64 # 64-bit
EDIT: You can find the latest tag tarball URLs (releases doesn't seem to work for me), by running: curl "https://api.github.com/repos/damentz/liquorix-package/tags" | grep -Eo 'https://.*tarball[^"]+'. Using this method, the only thing you would need to change on every release is the tag name, everything else can be derived from the package contents.
id942701 commented on 2017-06-02 08:30 (UTC)
@sir_lucjan
Thanks, it works. But hash sum mismatch looks suspicious.
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