Package Details: linux-lqx 6.14.4.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: 165
Popularity: 2.01
First Submitted: 2011-08-08 16:08 (UTC)
Last Updated: 2025-04-25 14:10 (UTC)

Dependencies (19)

Required by (12)

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 .. 103 104 105 106 107 108 109 110 111 112 113 .. 122 Next › Last »

shivik commented on 2012-05-09 13:53 (UTC)

@clod89, try: 1.run mkinitcpio -p linux-lqx (as root or sudo) 2.add "fastboot" ot your /boot/grub/menu.lst lqx kernel line like so: kernel /vmlinuz-linux-lqx root=/dev/sda3 fastboot elevator=deadline ro Above is just an example do not copy the line just add fastboot to yours and reboot...

<deleted-account> commented on 2012-05-09 09:39 (UTC)

I just tried 3.3.5, it compiled fine but it can't find neither the resume nor the root partition at boot and it just drops a recovery shell, booting the stock kernel works fine.

shivik commented on 2012-04-22 05:09 (UTC)

Glad it worked for you :)

msx commented on 2012-04-22 03:26 (UTC)

I compiled the kernel without the CONFIG_I2O_SCSI module and it did compile ok so next thing I did was clean the /tmp directory and then yaourt it again: everything worked smooth this time :)

msx commented on 2012-04-18 17:50 (UTC)

Excellent, thanks for the help, I will look upon that :)

shivik commented on 2012-04-18 06:43 (UTC)

@msx,I can't tell what might be the problem in your case from this error. It just says that it fails while building the i2o_scsi module. I'm running 3.3.2-0 now - compiled and installed with no problems. Are you running 32 or 64 bit? Did you "makepkg" in an empty folder or there were leftovers from previous lqx compiles? Is you system up-to-date (pacman -Syu)? For the sake of experiment try and disable CONFIG_I2O_SCSI=m(just put a # in front of the line in your config.i386(if 32bit) or config.amd64(if 64bit)) and run makepkg again. And maybe try the 3.2.14-lqx here and see if you got the same error:http://netload.in/datei29fehoLd7X/linux-lqx-3.2.14_with_patch_and_configs.zip.htm No one had problems with that,so give it a shot.

msx commented on 2012-04-18 03:48 (UTC)

@shivik: Thanks for your aur package, I've been using it for a while until recently when I switched to pf-kernel (btw, I agree Liquorix feels slicker...) Now, I have this error message when upgrading the package: compilation terminated. make[1]: *** [drivers/message/i2o/i2o_scsi.mod.o] Error 1 make: *** [modules] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build linux-lqx. ==> Restart building linux-lqx ? [y/N] ==> ---------------------------------- ==> :( @shadowed87: Yeah, Liqourix is a fatless marvel that uses ~100mb less than stock/-ck kernels and extends your laptop's battery life. You may want to check the wiki for other means to get most out of your battery specially cpufreq (with acpid), laptop-mode, aur/powertop2 and so on.

shivik commented on 2012-04-17 15:19 (UTC)

Updated to 3.3.2 using latest 3.2.1 configs. Package version is -0,so I can bump to -1 once damentz updates the config files on the liquorix website.