https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287069
Eric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Eric <[email protected]> --- (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.
