Re: [14.2] No console

From: BERTRAND_Joël <joel.bertrand_at_systella.fr>
Date: Sun, 12 Jan 2025 19:44:46 UTC
Chris Moerz a écrit :
> 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

	OK. I will try to do a portsnap auto and rebuild package from sources.

	Thanks,

	JB