Package Details: linux-lqx 6.10.11.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: 160
Popularity: 1.30
First Submitted: 2011-08-08 16:08 (UTC)
Last Updated: 2024-09-20 17:12 (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 .. 99 100 101 102 103 104 105 106 107 108 109 .. 121 Next › Last »

shivik commented on 2012-07-21 16:35 (UTC)

KARCH has nothing to do with that.I'm running 64bit also. I don't actually know how yaourt works,but since kmod 9-2 modules are now in /usr/lib not in /lib. There's a line in the PKGBUILD that moves the entire tree to the new location("mv "$pkgdir/lib" "$pkgdir/usr""). Have you read this: http://www.archlinux.org/news/the-lib-directory-becomes-a-symlink/ ? Is your system updated so it reflects the new changes? Whats your output of " pacman -Q kmod "? You can try and build linux-lqx with makepkg. 1.Download the tarball: https://aur.archlinux.org/packages/li/linux-lqx/linux-lqx.tar.gz 2.Extract the linux-lqx folder to a subfolder of your liking. 3.Open a terminal window,navigate into that folder and type" makepkg "

<deleted-account> commented on 2012-07-21 02:13 (UTC)

Hello, I'm receiving a curious error: MKDIR /tmp/yaourt-tmp-rje/aur-linux-lqx/pkg/linux-lqx/lib/firmware/cpia2/ INSTALL /tmp/yaourt-tmp-rje/aur-linux-lqx/pkg/linux-lqx/lib/firmware/cpia2/stv0672_vp4.bin DEPMOD 3.4.4-2-lqx ERROR: could not open directory /tmp/yaourt-tmp-rje/aur-linux-lqx/pkg/linux-lqx/lib/modules/3.4.4-2-lqx: No such file or directory FATAL: could not search modules: No such file or directory ==> ERROR: A failure occurred in package_linux-lqx(). Aborting... ==> ERROR: Makepkg was unable to build linux-lqx. I took a look at the package_linux-lqx function and noticed that KARCH is set to x86 by default. I'm running an x64 system, if that has any bearing. Any ideas? Thanks, rennis250

shivik commented on 2012-07-14 15:10 (UTC)

Updated. Now includes changes, which come with the new kmod 9-2.Full story here: http://www.archlinux.org/news/the-lib-directory-becomes-a-symlink/

doug commented on 2012-07-08 09:23 (UTC)

I modified the PKGBUILD so it works with new kmod from testing (at least for x64 systems) http://pastebin.com/qk2BtEYP

shivik commented on 2012-07-06 17:27 (UTC)

Thanks, Harry! I didn't know actually. Doh...great timing...I have so much to do right now...

<deleted-account> commented on 2012-07-05 22:31 (UTC)

@shivik - Just wondering if you were following the kmod stuff in testing? A discussion has started (with links to relevant arch discussions) over on the linux-ck AUR page. I guess it will effect those using custom kernels. Just thought I would give you a heads up just in case. Thanks

<deleted-account> commented on 2012-06-25 07:43 (UTC)

I don't know why, but my kernel didn't become bigger, (still 3,2Mb), and boot-up time haven't improved... Probably, I've done something wrong("nomod" in PKGBUILD and then remove the check mark near "Use modules" in "xconfig").. I am also thinking about SSD but I am too lazy to buy it, copy system from HDD to SSD...)

shivik commented on 2012-06-22 04:59 (UTC)

How's your kernel size? What about the boot-up time? Did it improve? I've struggled in the past to achieve faster boot time and faster loading programs and found the ultimate tweak - it's called SSD :) One of my all time best upgrades I've done.

<deleted-account> commented on 2012-06-21 08:36 (UTC)

Thank you. I have tried it, and i don't know why, kernel config still contains modules...

shivik commented on 2012-06-19 16:24 (UTC)

OK, I'm not sure how this is supposed to work,but it got me 18.5 meg kernel package after compile. It did ask me some questions prior to compile(don't know if that's normal). It compiled fine and built the package with no errors,but I didn't try and boot it. Just change _config="pkg" to _config="nomod" and give it a shot.