Re: [14.2] No console
Date: Sun, 12 Jan 2025 16:58:00 UTC
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