Try it with the default PKGBUILD options to see if it's a confguration problem or some change in the source code.
Search Criteria
Package Details: linux-lqx 6.14.3.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: | 165 |
Popularity: | 2.01 |
First Submitted: | 2011-08-08 16:08 (UTC) |
Last Updated: | 2025-04-20 18:28 (UTC) |
Dependencies (19)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-uutils-symlinkAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, ugrd-gitAUR, booster, dracut, mkinitcpio)
- kmod (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) (make)
- xz (xz-gitAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- modprobed-dbAUR (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-nosystemd-gitAUR, uksmd-cachyos-nosystemd-gitAUR) (optional) – Userspace KSM helper daemon
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (12)
- linux-lqx-docs
- linux-lqx-headers
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- 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 .. 98 99 100 101 102 103 104 105 106 107 108 .. 122 Next › Last »
shivik commented on 2012-08-26 16:10 (UTC)
trizen commented on 2012-08-26 15:58 (UTC)
32-bit and a custom configuration ( http://pastebin.com/mhLVEbHV ). I tried to compile it with _config="old" (with the same configuration that worked just fine with 3.4.7-1).
shivik commented on 2012-08-26 15:54 (UTC)
No ideas for the moment.Compiled fine on my machine.
Are you runing 32 or 64 bit?
Any custom configuration?
trizen commented on 2012-08-26 09:55 (UTC)
I'm trying to upgrade from 3.4.7-1 to 3.4.9-3, but I got this error: http://pastebin.com/hLQwy75h
Any ideas?
<deleted-account> commented on 2012-08-20 10:47 (UTC)
@shivik
hi apologize for the delay in responding.
i try CONFIG_PACKET=y and work!
thanks a lot for your time again
shivik commented on 2012-08-15 13:53 (UTC)
@msx, nice to see your problem solved :)
msx commented on 2012-08-14 21:33 (UTC)
@shivik: tnx pal, everything's right now =)
In case any user of this kernel keeps having problems with VirtualBox I will simplify here the steps needed to resolve this:
1. got to /usr/lib/modules
2. localize and rename any -lqx directory except the main one, in my case 3.4.8-1-lqx
3. sudo dkms uninstall vboxhost/4.1.18 && sudo dkms install vboxhost/4.1.18
Modules should load as usual now.
And shivik, thanks for your great job packaging Liquorix!
shivik commented on 2012-08-14 05:24 (UTC)
@nmapper, modprobe_db is the reason why modprobe af_packet doesn't work.
So do this then:
Get the stock linux-lqx and don't change _config(leave it as _config="pkg")
Then change CONFIG_PACKET=m to CONFIG_PACKET=y in config.i386 if you're running 32-bit or in config.amd64 if you're running 64-bit.
Recompile the kernel and tell me if it works.
@msx, see this: https://bbs.archlinux.org/viewtopic.php?pid=1143526
Might be the same problem.
<deleted-account> commented on 2012-08-14 04:38 (UTC)
@shivit, yes i do it just like you say it. but, modprobe not found a module called af_packet.
i imagine that module not found because i only compile modules listed in /var/log/modprobed.dd, thats why i had to add that module in modprobed_db.
- Ok, i'll try to do this again, and notify you
- thanks for you time
msx commented on 2012-08-13 20:23 (UTC)
@shivit, guys:
VirtualBox modules compilation doesn't work with this linux-lqx release. The modules themselves seems to compile ok with:
# dkms install vboxhost/4.1.18
but then I can't modprobe them:
# modprobe {module}
ERROR: could not insert 'vboxdrv': Exec format error
ERROR: could not insert 'vboxnetadp': Exec format error
ERROR: could not insert 'vboxnetflt': Exec format error
ERROR: could not insert 'vboxpci': Exec format error
This does not happen with stock kernel. Anyone else?
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