why not these patches?
http://chakra-project.org/sources/kernel26/patches/38
instead of
http://chakra-project.org/sources/kernel26/patches/37
Search Criteria
Package Details: linux-pf 6.15.pf3-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 bbrv3 kernel linux linux-pf ovpn-dco pf-kernel v4l2loopback |
Licenses: | GPL-2.0-only |
Provides: | KSMBD-MODULE, linux-pf, NTFS3-MODULE, NTSYNC-MODULE, OVPN-MODULE, V4L2LOOPBACK-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | nous |
Maintainer: | post-factum |
Last Packager: | post-factum |
Votes: | 210 |
Popularity: | 0.79 |
First Submitted: | 2011-07-24 12:01 (UTC) |
Last Updated: | 2025-06-17 12:56 (UTC) |
Dependencies (20)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-uutils-symlinkAUR, coreutils-uutils-selinuxAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, mkinitcpio-gitAUR, dracut-gitAUR, ugrd-gitAUR, booster, dracut, mkinitcpio)
- kmod (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) (make)
- rust (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rust-src-gitAUR, rustup-gitAUR, rustup) (make)
- tar (tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
- ksmbd-toolsAUR (optional) – userspace tools for the ksmbd kernel SMB server
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- v4l2loopback-utils (optional) – v4l2-loopback device utilities
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (13)
- droidcam (requires V4L2LOOPBACK-MODULE)
- droidcam-git (requires V4L2LOOPBACK-MODULE)
- humble-lumpia-git (optional)
- immersed (requires V4L2LOOPBACK-MODULE) (optional)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- simple-droidcam-client (requires V4L2LOOPBACK-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
- wine-osu-spectator (requires NTSYNC-MODULE) (optional)
- wine-osu-spectator-wow64 (requires NTSYNC-MODULE) (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 87 88 89 90 91 92 93 94 95 96 97 .. 106 Next › Last »
shadowed87 commented on 2011-03-26 14:46 (UTC)
<deleted-account> commented on 2011-03-26 14:28 (UTC)
aren't we need a simlink /lib/modules/build/2.6.38-pf/build to /usr/src/linux-2.6.38-pf or something like this , because i can't build ati properity driver now
nous commented on 2011-03-26 13:47 (UTC)
@graysky - Thanks for the heads-up, but as far as BFS is concerned, I'm just following the pfkernel patchset, whose author anyway is a close follower of CK's blog and I suspect he'll implement this promising patch very soon.
graysky commented on 2011-03-26 13:37 (UTC)
Nous - you might wanna add this patch to ck1: http://ck-hack.blogspot.com/2011/03/bfs-and-optimising-global-scheduler-for.html
nous commented on 2011-03-26 13:17 (UTC)
Alright, alright. Four kernel configuration options for all tastes.
<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'.
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.