Package Details: linux-pf 6.15.pf1-1

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: 209
Popularity: 0.004913
First Submitted: 2011-07-24 12:01 (UTC)
Last Updated: 2025-05-31 15:59 (UTC)

Dependencies (20)

Required by (13)

Sources (2)

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.

Latest Comments

« First ‹ Previous 1 .. 39 40 41 42 43 44 45 46 47 48 49 .. 106 Next › Last »

nous commented on 2013-04-10 17:34 (UTC)

You forgot again to update the configs, the build script stops at the same points. % diff -u config.x86_64 config.local --- config.x86_64 2013-03-16 22:39:26.000000000 +0200 +++ config.local 2013-04-10 20:32:01.343274958 +0300 @@ -1,6 +1,6 @@ -# Linux/x86_64 3.8.1-pf Kernel Configuration +# Linux/x86_64 3.8.2-pf Kernel Configuration @@ -303,8 +303,6 @@ CONFIG_CFQ_GROUP_IOSCHED=y CONFIG_IOSCHED_BFQ=y CONFIG_CGROUP_BFQIO=y -# CONFIG_DEFAULT_DEADLINE is not set -# CONFIG_DEFAULT_CFQ is not set CONFIG_DEFAULT_BFQ=y # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="bfq" @@ -341,6 +339,7 @@ CONFIG_NO_BOOTMEM=y # CONFIG_MEMTEST is not set # CONFIG_MK8 is not set +# CONFIG_MK10 is not set # CONFIG_MBARCELONA is not set # CONFIG_MBOBCAT is not set # CONFIG_MBULLDOZER is not set @@ -5287,6 +5286,8 @@ # CONFIG_EDD_OFF is not set CONFIG_FIRMWARE_MEMMAP=y CONFIG_EFI_VARS=y +CONFIG_EFI_VARS_PSTORE=y +# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set CONFIG_DELL_RBU=m

Thaodan commented on 2013-04-08 09:52 (UTC)

yes

lockheed commented on 2013-04-08 09:46 (UTC)

Does that version finally include appropriate /include/linux/version.h file to enable installation of nvidia-pf package?

nous commented on 2013-04-08 07:07 (UTC)

I also found tremendously helpful to regularly commit to the bitbucket repo, so I could easily revert mistakes or use a past version which worked better in my laptop.

Thaodan commented on 2013-04-08 07:03 (UTC)

Ah something that I forgot :)

nous commented on 2013-04-08 07:01 (UTC)

With every upstream kernel update new options are introduced, which are not always 'default'; others are changed by some patches. You can see which ones if you press <ENTER> at the second prompt (kernel configuration options before build). In my box it stops at the CPU selection and at EFI vars.

Thaodan commented on 2013-04-08 06:48 (UTC)

I used the old config whats bad with them?

nous commented on 2013-04-08 06:45 (UTC)

You should 'make nconfig' (or any *config you prefer) through the PKGBUILD in both i686 and x86_64 and rename the resulting config.local into config and config.x86_64 respectively, then regenerate the sha256sums. I know it's trivial, but my repo build scripts find unresolved configuration options and stop prompting for input.

Thaodan commented on 2013-04-07 22:14 (UTC)

Updated the package added prepare() removed the two drm-i915 patches.