Re: 14.2-RELEASE: i915 freezes t480

From: Chris Moerz <freebsd_at_ny-central.org>
Date: Sat, 07 Dec 2024 15:44:14 UTC
On Thu, 5 Dec 2024, Rand Pritelrohm wrote:

> On 2024-12-04 08:57:56, Kirill Orlov wrote:
>
> > Anybody else having issues with i915kms on 14.2 with t480? System
> > freezes after the i915 initialization, same with kldload (and with
> > explicit path)
> >
> > 14.1 worked with no issues. Same behavior on the upgraded and fresh
> > 14.2 systems.
>
> Hello,
>
> This should do the trick
>
> 	pkg remove drm-61-kmod
> 	pkg install drm-515-kmod

To add a bit more information: drm-kmod installs kernel modules, that
have and use a lot of linuxkpi-related kernel code. Installing a new
kernel (like when upgrading to a new minor/major release), will usually
require a recompilation or installation of a package that was compiled for
that new kernel.

It's usually a good idea to do

  pkg upgrade -f

after a release upgrade. This would fix your drm-kmod and potentially a
bunch of other issues that might pop up with software installed via ports.

chris

>
> Rand
>
>