Package Details: linux-lqx-docs 6.14.0.lqx1-1

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: 164
Popularity: 1.55
First Submitted: 2011-08-08 16:08 (UTC)
Last Updated: 2025-04-01 23:15 (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 .. 107 108 109 110 111 112 113 114 115 116 117 .. 122 Next › Last »

damentz commented on 2012-01-24 02:42 (UTC)

@shivik: please update to 3.2.1-5 soon. This contains a patch to a recently discovered local privilege escalation vulnerability. More information here: http://techpatterns.com/forums/about2004.html

silvik commented on 2012-01-23 16:49 (UTC)

@damentz: thanks for including brcmsmac in the latest release.

shivik commented on 2012-01-23 06:58 (UTC)

experimental lqx 3.2.1-4 with extramodules - http://netload.in/dateiW6Wijh5flg/linux-lqx-3.2.1-4_with_extramodules.tar.gz.htm nvidia module for it - http://netload.in/dateixrEyHY2Aqg/nvidia-lqx-290.10-2.with_extramodules.tar.gz.htm

<deleted-account> commented on 2012-01-22 23:50 (UTC)

Out of date. Current patch is for 3.2.1-4, won't build.

shivik commented on 2012-01-21 17:30 (UTC)

@harryNID, request 1:Done request 2:Done Regarding the kernel configuration - it's what damentz sets up for us.Take a look here http://liquorix.net/sources/3.2/

<deleted-account> commented on 2012-01-21 16:56 (UTC)

@shivik, Could you please take a look at the modprobed_db code. The new version of modprobed_db does not use the reload_database script any longer. For reference check out "modprobed_db" and "linux-ck" packages. It does require that sudo be set up however. Example: (Updated for this package from "linux-ck" PKGBUILD) ### Optionally load needed modules for the make localmodconfig # See http://aur.archlinux.org/packages.php?ID=41689 if [ $_config = "local" ]; then msg "If you have modprobe_db installed, running it in recall mode now" if [ -e /usr/bin/modprobed_db ]; then [[ ! -x /usr/bin/sudo ]] && echo "Cannot call modprobe with sudo. Install via pacman -S sudo and configure to work with this user." && exit 1 sudo /usr/bin/modprobed_db recall fi msg "Running Steven Rostedt's make localmodconfig now" make localmodconfig else yes "" | make config fi Also, would it be possible to add nconfig along with menuconfig and xconfig. It has a nicer interface than plain menuconfig (IMO). Example: (Since I use nconfig I have "y" set to that but it's up to you) _menu="y" # menuconfig option [m = make menuconfig; x = make xconfig; nconf or "y" = nconfig n = none] if [ $_menu = "m" ]; then msg "Running make menuconfig" make menuconfig fi if [ $_menu = "x" ]; then msg "Running make xconfig" make xconfig fi if [ $_menu = "nconf" -o $_menu = "y" ]; then msg "Running make nconfig" make nconfig fi One last question, Is it just me or does the this new kernel config version have more things being built directly into the kernel? Is it the lqx config? It just seems like there is more things I have to manually go through and deselect from being built directly in than in previous versions so I can get a stripped down kernel. Thanks for your time!!

shivik commented on 2012-01-21 07:02 (UTC)

Oops, I think I got it.You have to use this nvidia PKGBUILD with the extramodules lqx http://netload.in/dateixrEyHY2Aqg/nvidia-lqx-290.10-2.with_extramodules.tar.gz.htm I used that on both machines,but never included it in the original tar.gz, because I didn't know you use nvidia at that time. It will be good if others test if extramodules lqx works for them. If it does I'll replace the main lqx package with one that uses extramodules.

shivik commented on 2012-01-21 06:29 (UTC)

@Wintershade,looks like you have some linux-headers problem.At least this is what "Unable to determine the target kernel version." I get when I mess up the location of the linux headers when I'm tinkering around experimenting. ""nvidia: disagrees about version of symbol module_layout" - this I get when I try to load a nvidia module that is compiled for a different version of the kernel. for example 3.1.5 module on 3.1.8 kernel(pure example there with versions).Or maybe (3.1 module on 3.2 kernel). What's inside your "ls /lib/modules/extramodules-3.2-lqx/".I get a "nvidia.ko.gz" and "version". I checked the extramodules kernel on another machine at home and it does work there as well(I only have nvidia module),but it boots to gui no problem. I'm actually still running the extramodule kernel that I did for you on 19th of jan. That doesn't prove anything 100% of course,but is a starting point where to look.

silvik commented on 2012-01-21 00:14 (UTC)

@damentz: no, everything else works fine on my hardware, just like 3.1 did. thanks. this broadcom thing is new to 3.2, some new driver design decision made by kernel devs. looks like in 3.3 things will change again: https://bbs.archlinux.org/viewtopic.php?pid=1036891#p1036891