Disable zcache and zram (they're in staging), as they currently break TOI.
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.23 |
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 .. 57 58 59 60 61 62 63 64 65 66 67 .. 106 Next › Last »
nous commented on 2012-06-12 05:55 (UTC)
Burning_aces commented on 2012-06-11 22:04 (UTC)
I keep getting the following error:
CC kernel/power/tuxonice_compress.o
kernel/power/tuxonice_compress.c: In function ‘toi_compress_write_page’:
kernel/power/tuxonice_compress.c:183:25: error: too few arguments to function ‘memory_bm_test_bit_index’
In file included from kernel/power/tuxonice.h:24:0,
from kernel/power/tuxonice_compress.c:19:
kernel/power/power.h:339:12: note: declared here
kernel/power/tuxonice_compress.c:183:25: warning: left-hand operand of comma expression has no effect [-Wunused-value]
make[2]: *** [kernel/power/tuxonice_compress.o] Error 1
make[1]: *** [kernel/power] Error 2
make: *** [kernel] Error 2
==> ERROR: A failure occurred in build().
Aborting...
nous commented on 2012-06-10 16:20 (UTC)
Erm... it should be 'hg update 40', not 'revert'. Glad it worked otherwise though.
<deleted-account> commented on 2012-06-10 14:48 (UTC)
wow, it compiled like a charm!
ty, nous!
<deleted-account> commented on 2012-06-10 13:43 (UTC)
@nous
unfortunatly:
$ hg revert 40
40: no such file in rev 015486e5e37d
trying to compile with "_minor=3 \n _pfrel=6"
Thank you
nous commented on 2012-06-10 11:43 (UTC)
Scratch that, it won't probably work as it's a minor version bump, not just a patchlevel one.
Do the following:
$ hg clone https://bitbucket.org/nous/linux-pf
$ cd linux-pf
$ hg revert 40
And you'll have 3.3.6-pf ready for compilation.
nous commented on 2012-06-10 11:18 (UTC)
Just download this tarball and edit the PKGBUILD as follows:
_minor=3
_pfrel=6
and build with 'makepkg --skipinteg'
<deleted-account> commented on 2012-06-10 11:05 (UTC)
Hi, nous!
Unfortunatly I updated to 3.4 from 3.3 mindlessly this time, and now i'm having some heavy mindfuck with radeon video.
how could i get a previos version of your excelent package for Archlinux?
It would be awesome, if you share the PKGBUILD for v.3.3!
Hope for you reply!
Thanks
nous commented on 2012-06-05 11:15 (UTC)
You might succeed compiling nvidia-pf by editing its PKGBUILD and setting good and bad kernver.
lockheed commented on 2012-06-05 11:11 (UTC)
I just upgraded linux-pf before reading this thread and before discovering nvidia-pf is not compatible with it.
I have not a very nice feeling that once I reboot, I am screwed.:)
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.