Package Base Details: linux-lqx

Git Clone URL: https://aur.archlinux.org/linux-lqx.git (read-only, click to copy)
Keywords: bbr2 bfq futex pds proton zen
Submitter: akurei
Maintainer: sir_lucjan (damentz)
Last Packager: damentz
Votes: 158
Popularity: 0.98
First Submitted: 2011-08-08 16:08 (UTC)
Last Updated: 2024-05-02 20:19 (UTC)

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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 120 Next › Last »

damentz commented on 2020-11-14 19:13 (UTC)

@LibbleGlobGlob, that sounds like you're missing autofs4 in your initramfs. Try adding the module to your mkinitcpio.conf and rebuilding with mkinitcpio -P.

LibbleGlobGlob commented on 2020-11-14 08:40 (UTC)

I'm getting a "Failed to insert module 'autofs4': No such file or directory" during boot. But it is functional and works as expected. How do I get rid of this message though?

gardotd426 commented on 2020-10-31 13:16 (UTC)

It's not "incompatible." It works fine, the only thing missing is CUDA.

Even then, you can get full functionality back if you use TK-Glitch's nvidia-all PKGBUILD, CUDA and all.

@samuk190 the real issue is likely that you haven't rebuilt your Nvidia drivers after installing a new kernel version. You always have to do this, when going from 5.8 to 5.9, etc.

Re-install the Nvidia drivers. If that doesn't work, use https://github.com/frogging-family/nvidia-all

sir_lucjan commented on 2020-10-31 12:44 (UTC)

https://www.archlinux.org/news/nvidia-45528-is-incompatible-with-linux-59/

samuk190 commented on 2020-10-31 12:18 (UTC)

Error: nvidia fb hangs on boot. Manjaro "mikah"

I guess its something related with nvidia but I tested this kernel on xubuntu before and I didnt have any issues.

damentz commented on 2020-09-28 15:05 (UTC)

@xuanruiqi, should be fixed in next release, you can look at this github issue for reference: https://github.com/zen-kernel/zen-kernel/issues/182

xuanruiqi commented on 2020-09-28 14:27 (UTC)

OK, I found the GitHub issue: https://github.com/zen-kernel/zen-kernel/issues/182. Apparently you can't enable AMD microcode support w/o enabling Intel microcode support. Weird.

xuanruiqi commented on 2020-09-28 14:25 (UTC)

I'm getting this while trying to compile the kernel:

ld: arch/x86/kernel/cpu/microcode/core.o: in function `reload_store':
core.c:(.text+0x166): undefined reference to `force_ucode_load'
ld: core.c:(.text+0x196): undefined reference to `force_ucode_load'
ld: arch/x86/kernel/cpu/microcode/core.o: in function `reload_store.cold':
core.c:(.text.unlikely+0x22): undefined reference to `force_ucode_load'
ld: core.c:(.text.unlikely+0xa4): undefined reference to `force_ucode_load'
ld: core.c:(.text.unlikely+0xda): undefined reference to `force_ucode_load'

Anyone having the same problem?