Alright, alright. Four kernel configuration options for all tastes.
Search Criteria
Package Details: linux-pf 6.11.pf4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-pf.git (read-only, click to copy) |
---|---|
Package Base: | linux-pf |
Description: | The pf-kernel and modules |
Upstream URL: | https://pfkernel.natalenko.name |
Keywords: | bbr bbr3 kernel ksm linux linux-pf pf-kernel uksm uksmd v4l2loopback zstd |
Licenses: | GPL-2.0-only |
Provides: | KSMBD-MODULE, linux-pf, NTFS3-MODULE, UKSMD-BUILTIN, V4L2LOOPBACK-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | nous |
Maintainer: | post-factum |
Last Packager: | post-factum |
Votes: | 209 |
Popularity: | 0.22 |
First Submitted: | 2011-07-24 12:01 (UTC) |
Last Updated: | 2024-11-06 15:49 (UTC) |
Dependencies (17)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR)
- 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)
- 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)
- ksmbd-toolsAUR (optional) – userspace tools for the ksmbd kernel SMB server
- 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
- uksmdAUR (uksmd-gitAUR, uksmd-cachyos-nosystemd-gitAUR, uksmd-nosystemd-gitAUR) (optional) – userspace KSM helper daemon
- v4l2loopback-utils (optional) – v4l2-loopback device utilities
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (14)
- droidcam (requires V4L2LOOPBACK-MODULE)
- humble-lumpia-git (optional)
- immersed (requires V4L2LOOPBACK-MODULE) (optional)
- ksmbd-tools (requires KSMBD-MODULE)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- simple-droidcam-client (requires V4L2LOOPBACK-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 (2)
Latest Comments
« First ‹ Previous 1 .. 87 88 89 90 91 92 93 94 95 96 97 .. 106 Next › Last »
nous commented on 2011-03-26 13:17 (UTC)
<deleted-account> commented on 2011-03-26 08:21 (UTC)
I suggest write this to PKGBUILD:
msg "Run make menuconfig(console), gconfig(GTK based) or xconfig(Qt based) before build? (m/g/x/N)"
read answer
case "$answer" in
m | M) make menuconfig
cp -v .config ${startdir}/config.local
;;
g | M) make gconfig
cp -v .config ${startdir}/config.local
;;
x | X) make xcongig
cp -v .config ${startdir}/config.local
;;
default)
;;
esac
nous commented on 2011-03-26 02:18 (UTC)
It's very easy to put that in the PKGBUILD, but it's just another configuration option; I've also been asked to use xconfig or gconfig instead of menuconfig. It would be rather annoying for most people to have the PKGBUILD asking a ton of questions before actually building the package, while one could just issue 'sed -i s/menuconfig/nconfig/ PKGBUILD' before makepkg.
misc commented on 2011-03-26 01:27 (UTC)
It would be great if an option for nconfig were to be included in this PKGBUILD.
nous commented on 2011-03-19 11:33 (UTC)
If the stock -ARCH kernel has the same issue, then something might wrong with your build tools. I really can't imagine where you should start, but you could grep the main kernel Makefile for 'export' directives (I see make, awk, perl, gcc among others; definitely more in submakefiles) and reinstall them. It's really weird, have you tested on another box?
Cape commented on 2011-03-18 22:35 (UTC)
Nope... same output, but still i'm unable to enter that submenu. The same happens in /usr/src/linux-2.6.37-ARCH
cape ~/Packages/kernel26-pf/src/linux-2.6.37 $ make menuconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/kxgettext.o
HOSTCC scripts/kconfig/lxdialog/checklist.o
HOSTCC scripts/kconfig/lxdialog/inputbox.o
HOSTCC scripts/kconfig/lxdialog/menubox.o
HOSTCC scripts/kconfig/lxdialog/textbox.o
HOSTCC scripts/kconfig/lxdialog/util.o
HOSTCC scripts/kconfig/lxdialog/yesno.o
HOSTCC scripts/kconfig/mconf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/mconf
scripts/kconfig/mconf Kconfig
#
# configuration written to .config
#
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
nous commented on 2011-03-18 21:37 (UTC)
I just tested the PKGBUILD again on an i686 box without problems. Please do the following and see if you get any errors.
1. Download the kernel26-pf tarball, untar and run makepkg
2. At the '==> Run make menuconfig before build? (y/N)' prompt press CTRL-C
3. cd into src/linux-2.6.37 and run 'make menuconfig', check the processor option and exit menuconfig
My output is the following:
================================
proxy:[nous]:/temp/pkgbuild/kernel26-pf/src/linux-2.6.37% make menuconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/kxgettext.o
HOSTCC scripts/kconfig/lxdialog/checklist.o
HOSTCC scripts/kconfig/lxdialog/inputbox.o
HOSTCC scripts/kconfig/lxdialog/menubox.o
HOSTCC scripts/kconfig/lxdialog/textbox.o
HOSTCC scripts/kconfig/lxdialog/util.o
HOSTCC scripts/kconfig/lxdialog/yesno.o
HOSTCC scripts/kconfig/mconf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/mconf
scripts/kconfig/mconf Kconfig
#
# configuration written to .config
#
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
=====================================
What happens if you run 'sudo make menuconfig' in /usr/src/linux-2.6.38-ARCH?
Cape commented on 2011-03-18 13:07 (UTC)
I'm on i686 and i'm using makepkg. Of course, i answer "y" when asked to run menuconfig. The problem is that "Processor type and features ---> Processor family" is "locked", i can't enter the submenu...
It's the same if choose localmodconfig, vanilla or current kernel config. I also noticed that other options are locked.
Pinned Comments
post-factum commented on 2023-09-25 20:30 (UTC) (edited on 2024-10-08 14:21 (UTC) by post-factum)
Official binary builds for various x86_64 ISA levels are available here.