[Bug 288565] graphics/nvidia-drm-61-kmod and 66-kmod stopped working on 15-current
Date: Thu, 31 Jul 2025 13:06:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288565 --- Comment #10 from Daniel <d.stoye@cms.hu-berlin.de> --- > So make 100% sure your src tree (required to build kernel modules regardless > from src or ports). If you've installed via snapshot image and didn't installed > src distribution, then, pulled src repo later (git or gitup, usually), there can > be mis-matches. If you're pulling src using git, you can checkout exact the same > commit using `git checkout` from the same or newer state. I assumed, that with pkgbase will take care of that, but that does not seem to be the case: root@hyprx1:~ # pkg info FreeBSD-src* FreeBSD-src-15.snap20250721134219 FreeBSD-src-sys-15.snap20250721123655 root@hyprx1:~ # pkg info FreeBSD-kern* FreeBSD-kernel-generic-15.snap20250721091450 FreeBSD-kernel-generic-dbg-15.snap20250721091450 so that's more of a pkgbase than an nvidia bug, i guess. I had the hope to not recompile the whole kernel and base myself. I just quickly checked that the "FreeBSD_version" matches: root@hyprx1:~ # uname -KU 1500053 1500053 root@hyprx1:~ # grep FreeBSD_version /usr/src/sys/sys/param.h #undef __FreeBSD_version #define __FreeBSD_version 1500053 -- You are receiving this mail because: You are the assignee for the bug.