[Bug 287069] FreeBSD-14.3-BETA4 loading i915 kernel module fails

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 25 May 2025 19:10:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287069

--- Comment #2 from Juan <sjaguar@protonmail.com> ---
Added: 

FreeBSD-kmods: {
        url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest",
        mirror_type: "srv",
        signature_type: "fingerprints",
        fingerprints: "/usr/share/keys/pkg",
        enabled: yes
}

to /usr/local/etc/pkg/repos/kmods.conf, then:

   # pkg update
   # pkg upgrade

no updated packages were reported, so:

   # pkg remove drm_kmod
   # pkg autoremove
   # pkg install drm_kmod
   # kldins i915kms

same message...

-- 
You are receiving this mail because:
You are the assignee for the bug.