惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
博客园 - 司徒正美
I
InfoQ
宝玉的分享
宝玉的分享
G
Google Developers Blog
J
Java Code Geeks
Martin Fowler
Martin Fowler
The GitHub Blog
The GitHub Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
罗磊的独立博客
腾讯CDC
F
Fortinet All Blogs
A
About on SuperTechFans
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
B
Blog RSS Feed
博客园 - 聂微东
D
DataBreaches.Net
Hugging Face - Blog
Hugging Face - Blog
The Cloudflare Blog
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - linux-pf
2026-06-03 · via AUR Newest Packages

Thank you so much, i'll be looking into it

I really appreciate your time and attention, hopefully its just a nvidia drivers thing that'll be resolved next update, i'm really looking forward for an amd gpu for my next computer given everything that's been going on recently

As per my understanding, neither of the kernels you've mentioned are 7.0 but 6.19. I've also found a couple of reports on reddit that nvidia module does't work on 7.0. I'm unlikely to help with that as I don't use nvidia myself, but let ke know if I can do something I can influence.

Linux-pf is my main kernel, but i use all of these as fallback, none of them have any issue compiling the nvidia modulue via mkinitcpio -P

$ ls /boot/
amd-ucode.img
initramfs-linux-hardened.img
initramfs-linux-pf.img
initramfs-linux.img
initramfs-linux-bazzite.img
initramfs-linux-lts.img
initramfs-linux-zen.img

I'm gonna have a look at the nvidia module compatibility issue you mention

The depmod warning is there by design, and it should not cause 3rd-party modules to fail. To me it looks more likely that the nvidia module is not compatible with the v7.0 kernel. Have you tried either searching for nvidia module compatibility issue, or compile the module on a mainline kernel?

I have an issue with the update, during building it seems that it fails to call the depmod binary when building the package:

DEPMOD  .cache/paru/clone/linux-pf/pkg/linux-pf/usr/lib/modules/7.0.0-pf1
Warning: 'make modules_install' requires /doesnt/exist. Please install it.
This is probably in the kmod package.

Which fails to complete the image on the mkinitcpio -P command when loading nvidia modules:

==> dkms install --no-depmod nvidia/595.58.03 -k 7.0.0-pf1
Error! Bad return status for module build on kernel: 7.0.0-pf1 (x86_64)
==> WARNING: `dkms install --no-depmod nvidia/595.58.03 -k 7.0.0-pf1' exited 10

While generating the initramfs:

==> ERROR: module not found: 'nvidia'
==> ERROR: module not found: 'nvidia_modeset'
==> ERROR: module not found: 'nvidia_uvm'
==> ERROR: module not found: 'nvidia_drm'
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-pf.img'
==> WARNING: errors were encountered during the build. The image may not be complete.
error: command failed to execute correctly

So i took a look whether i have the kmod package available, and whether depmod is available command...

$ paru -Qi kmod
Provides        : libkmod.so=2-64
Depends On      : glibc  zlib  openssl  xz  zstd
Required By     : dkms  libblockdev  ... linux-pf ... ndctl  pciutils  systemd

But it all seems fine, i even uninstalled the linux-pf and linux-pf-headers along with the cache using paccache clear to try reinstalling it, but it seems to have the same failure.

I was wondering whether i am missing something or perhaps there's something wrong with my configuration, maybe my nvidia hook for the mkinitcpio, but since it only just broke i'm out of ideas where to look for.

I have the make.log with the errors but it seems to throw some errors regarding invalid characters and a couple of warnings, not sure what to make of them:

make[1]: Entering directory '/var/lib/dkms/nvidia/595.58.03/build/src/nvidia-modeset'
make[1]: hostname: No such file or directory
make[1]: hostname: No such file or directory
...
  LD [M]  nvidia.o
  LD [M]  nvidia-uvm.o
  LD [M]  nvidia-modeset.o
nvidia-modeset.o: warning: objtool: 'naked' return found in MITIGATION_RETHUNK build
nvidia-modeset.o: warning: objtool: 'naked' return found in MITIGATION_RETHUNK build
...
make[5]: *** Deleting file 'nvidia.ko'
  BTF [M] nvidia-uvm.ko
awk: cmd. line:1: 'BEGIN
awk: cmd. line:1: ^ invalid char ''' in expression

Not much I can do about it. I've reported this to Codeberg, meanwhile changing the URL in the PKGBUILD to https://codeberg.org/pf-kernel/linux/archive/v6.18-pf5.tar.gz may work for you.

Hello,

The current download tar.gz hangs and it is not possible to update. I cannot verify its existence, since I have no access to codeberg.org/pf-kernel/linux/archive/

Cheers.