Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2025 17:58:00 +0100 (CET)
From:      Chris Moerz <freebsd@ny-central.org>
To:        =?KOI8-R?B?8dLP08zB1yDtwdvLzw==?= <yaroslaw.mashko@gmail.com>
Cc:        =?ISO-8859-15?Q?BERTRAND_Jo=EBl?= <joel.bertrand@systella.fr>,  Eduardo Morras via freebsd-hackers <freebsd-hackers@freebsd.org>
Subject:   Re: [14.2] No console
Message-ID:  <9afc3bbd-e20c-21db-45bc-a5e032c3f0b9@ny-central.org>
In-Reply-To: <CAMVwyx%2BA96vW-OEQHMO6iZdqQqcX5HWctABiXE--RwEW72RPig@mail.gmail.com>
References:  <4e78b2d3-d04e-bbdf-51bb-5d52ec7c0cd2@systella.fr> <CAMVwyx%2BA96vW-OEQHMO6iZdqQqcX5HWctABiXE--RwEW72RPig@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--3328038562-1395444126-1736701088=:86494
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8BIT

On Sun, 12 Jan 2025, Ярослав Машко wrote:

>
> Somehow bulding drm-61-kmod from ports fixed the issue.
>

That's exactly it - you will need to build graphics/drm-61-kmod directly
from ports. Clone the ports repo into /usr/ports, i.e. run as root:

$ cd /usr/ports
$ git clone https://github.com/freebsd/freebsd-ports /usr/ports
$ cd graphics/drm-61-kmod
$ make -j${NCPU}
$ make reinstall

replace ${NCPU} with number of cores of your system.

Right now, the binary packages do not line up properly with minor
releases; there is work underway to improve this, but it's not there yet.

You will have to redo this potentially every time you do a release
upgrade, until the fix is in place.

Let me know if you have any further questions.
chris
--3328038562-1395444126-1736701088=:86494--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9afc3bbd-e20c-21db-45bc-a5e032c3f0b9>