experimental lqx 3.2.1-5 with extramodules - http://netload.in/dateiIQWBUCIw1v/linux-lqx-3.2.1-5_with_extramodules.tar.gz.htm
nvidia module for it - http://netload.in/dateixrEyHY2Aqg/nvidia-lqx-290.10-2.with_extramodules.tar.gz.htm
Search Criteria
Package Details: linux-lqx-docs 6.14.8.lqx1-1
Package Actions
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: | 165 |
Popularity: | 1.01 |
First Submitted: | 2011-08-08 16:08 (UTC) |
Last Updated: | 2025-05-22 13:48 (UTC) |
Dependencies (15)
- linux-lqxAUR
- 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) (make)
- rust (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (make)
- tar (tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 107 108 109 110 111 112 113 114 115 116 117 .. 122 Next › Last »
shivik commented on 2012-01-24 17:58 (UTC)
shivik commented on 2012-01-24 06:43 (UTC)
Done.
Thanks for your work, damentz!
P.S. I was actually waiting for -5, but you always release your patches after I go to bed :)
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.
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