@shivik - Thanks for keeping the Liquorix kernel so up-to date!
Search Criteria
Package Details: linux-lqx 6.11.10.lqx1-1
Package Actions
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: | 161 |
Popularity: | 1.84 |
First Submitted: | 2011-08-08 16:08 (UTC) |
Last Updated: | 2024-11-22 16:37 (UTC) |
Dependencies (19)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-hybridAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, mkinitcpio-gitAUR, dracut-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- 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, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-amd-staging-um5606-gitAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- modprobed-dbAUR (modprobed-db-gitAUR) (optional) – Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
- sof-firmware (optional) – firmware images needed for Sound Open Firmware capable devices
- uksmdAUR (uksmd-gitAUR, uksmd-cachyos-nosystemd-gitAUR, uksmd-nosystemd-gitAUR) (optional) – Userspace KSM helper daemon
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (11)
- linux-lqx-docs
- linux-lqx-headers
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- uksmd (requires UKSMD-BUILTIN)
- uksmd-cachyos-nosystemd-git (requires UKSMD-BUILTIN) (optional)
- uksmd-git (requires UKSMD-BUILTIN)
- uksmd-nosystemd-git (requires UKSMD-BUILTIN) (optional)
- uksmdstats-git (requires UKSMD-BUILTIN) (optional)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 93 94 95 96 97 98 99 100 101 102 103 .. 121 Next › Last »
MatejLach commented on 2012-11-07 16:39 (UTC)
shivik commented on 2012-10-21 05:45 (UTC)
Yes.It is built-in.
[shivik@archenemy linux-lqx]$ grep -i acpi_cpufreq config.*
config.amd64:CONFIG_X86_ACPI_CPUFREQ=y
config.i386:CONFIG_X86_ACPI_CPUFREQ=y
martadinata666 commented on 2012-10-21 01:11 (UTC)
i can't insert acpi_cpufreq module on this kernel? but the cpupower still working, is it built-in on the kernel?
shivik commented on 2012-10-17 05:56 (UTC)
@engelus, in theory - yes.(CONFIG_X86_MARCH_NATIVE is still experimental)
But you can also try CONFIG_MCORE2, which is supposed to optimize for i3,i5,i7
Some reading: http://duopetalflower.blogspot.com/2011/07/custom-kernel-30-amd64-ubuntu-packages.html
engelus commented on 2012-10-17 02:19 (UTC)
@shivik: If I want to enable specific optimizations for my cpu (core i3), in the archive config.i386 (I am building x86 kernel) should I have to coment line CONFIG_X86_GENERIC=y and uncoment line CONFIG_X86_MARCH_NATIVE ? Is that correct? Thank you.
silvik commented on 2012-09-18 14:39 (UTC)
looks like there's a config problem, 2 questions are asked regarding layer7 iptables match.
after responding "m", looks like it's working, so not a big deal.
msx commented on 2012-09-17 14:12 (UTC)
Thanks for the feedback.
Here sensors is working too but I still having the error message when running sensors-detect to config the utility:
/usr/share/webapps # sensors
radeon-pci-0100
Adapter: PCI adapter
temp1: -128.0°C <-- wtf, lol!
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +52.0°C (high = +95.0°C, crit = +105.0°C)
Core 2: +52.0°C (high = +95.0°C, crit = +105.0°C)
acpitz-virtual-0
Adapter: Virtual device
temp1: +54.0°C
Btw, so far community-testing/VirtualBox 4.2.0 with aur/virtualbox-hook with linux-lqx 3.5.3 is working great.
engelus commented on 2012-09-13 02:33 (UTC)
@msx I am using pure systemd system with lqx without any problems since 3.4.9
shivik commented on 2012-09-12 20:18 (UTC)
Config files are supplied by damentz - the author of the lqx patchset.
Actually I just checked both config files for 3.5.3-2 lqx and they both have CONFIG_CGROUPS=y.
[shivik@archenemy linux-lqx]$ grep -i cgroups config.*
config.amd64:CONFIG_CGROUPS=y
config.i386:CONFIG_CGROUPS=y
and this is from my running 3.5.3-2 lqx kernel
[shivik@archenemy linux-lqx]$ zcat /proc/config.gz | grep -i cgroups
CONFIG_CGROUPS=y
Click one of the links below,hit Ctrl+F and type cgroups
You'll see that you have CONFIG_CGROUPS=y.
http://liquorix.net/sources/3.5/config.amd64
http://liquorix.net/sources/3.5/config.i386
msx,you say you haven't made the switch to systemd. Me neither, yet with fully updated system my sensors work.
[shivik@archenemy ~]$ sensors
it8720-isa-0228
Adapter: ISA adapter
in0: +1.28 V (min = +0.00 V, max = +4.08 V)
in1: +1.52 V (min = +0.00 V, max = +4.08 V)
in2: +3.38 V (min = +0.00 V, max = +4.08 V)
+5V: +2.96 V (min = +0.00 V, max = +4.08 V)
in4: +3.09 V (min = +0.00 V, max = +4.08 V)
in5: +2.19 V (min = +0.00 V, max = +4.08 V)
in6: +4.08 V (min = +0.00 V, max = +4.08 V) ALARM
5VSB: +2.96 V (min = +0.00 V, max = +4.08 V)
Vbat: +3.22 V
fan1: 325 RPM (min = 0 RPM)
fan2: 520 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
fan4: 0 RPM (min = 0 RPM)
temp1: +38.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
temp2: +36.0°C (low = +127.0°C, high = +60.0°C) sensor = thermal diode
temp3: +39.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
cpu0_vid: +0.375 V
intrusion0: ALARM
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +25.5°C (high = +70.0°C)
(crit = +67.0°C, hyst = +62.0°C)
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