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

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 03 Jun 2025 16:22:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287069

Eric <erichanskrs@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |erichanskrs@gmail.com

--- Comment #3 from Eric <erichanskrs@gmail.com> ---
(In reply to Juan from comment #2)

You'll likely need:
[1-0] # pkg query -x  '[%R]\t(%a)  %n %v' '^drm(-|-515-|-61-)kmod'
[FreeBSD-kmods] (1)  drm-61-kmod 6.1.128.1403501_4
[FreeBSD]       (0)  drm-kmod 20250428
[2-0] #

In my experience, using both 
- FreeBSD
- FreeBSD-kmods

a two-step upgrade process works:
# pkg upgrade -r FreeBSD
# pkg upgrade -r FreeBSD-kmods

Your specific steps used could be modified as:
# pkg install drm-kmod
# pkg upgrade -r FreeBSD-kmods

See also:
https://forums.freebsd.org/threads/possible-solution-to-the-drm-kmod-kernel-mismatch-after-upgrade-from-bapt.96058/page-2#post-684836
https://forums.freebsd.org/threads/possible-solution-to-the-drm-kmod-kernel-mismatch-after-upgrade-from-bapt.96058/page-2#post-684777

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