@msx, nice to see your problem solved :)
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 .. 98 99 100 101 102 103 104 105 106 107 108 .. 121 Next › Last »
shivik commented on 2012-08-15 13:53 (UTC)
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?
shivik commented on 2012-08-13 18:35 (UTC)
No, just modprobe af_packet as in my previous comment on the fly(don't edit anything,just issue the command modprobe af_packet) and then try to connect to your wifi.
No recompiling,no rebooting.
If it works then you need to modify your kernel config and change CONFIG_PACKET=m to CONFIG_PACKET=y.
You can also try and edit configs that come with linux-lqx and change CONFIG_PACKET=m to CONFIG_PACKET=y.
config.i386 if you're running 32-bit
config.amd64 if you're running 64-bit
Change _config to _config="pkg" and then recompile the kernel and tell me if it works,but try the first one first.
<deleted-account> commented on 2012-08-13 18:06 (UTC)
- ok, i add "af_packet" as module in my /var/log/modprobed.db, recompile, and doesn't function.
- i recompile linux-lqx "as is" without touch anything in PKGBUILD and function. I assume that is not a problem with the package.
- sure is an problem with my modules. I'll try to found this and i post the solution.
Thanks a lot again!
shivik commented on 2012-08-13 05:29 (UTC)
Troubleshooting starts assuming you are not an idiot :)
I'll need more info,but try this first:
(as root) "modprobe af_packet"
(or sudo) "sudo modprobe af_packet"
<deleted-account> commented on 2012-08-12 20:04 (UTC)
Hi, im compile this package with "_config="local"" in PKGBUILD.
I have this modules in my /var/log/modprobed.db http://pastebin.com/K1GvG5HD.
I have this wifi card "05:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)".
When i boot into this kernel, my wifi (Network Manager, and Wicd) tells me that password is invalid. and i tried to connect to my wifi with wpa_passphrase and wpa_supplicant and i have this error: "l2_packet_init: socket(PF_PACKET): Address family not supported by protocol".
Any idea?
its a bug?
i'm an idiot?
thanks a lot!
<deleted-account> commented on 2012-08-02 19:32 (UTC)
Thanks! It turns out that I had made the switch from /lib to /usr/lib. Everything worked once I upgraded.
--rennis250
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