NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/56858



The following reply was made to PR kern/56858; it has been noted by GNATS.

From: Sergio de Almeida Lenzi <nervoso%k1.com.br@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/56858
Date: Sat, 20 May 2023 19:59:03 -0300

 the probem is in the kms modules for the graphics card
 they signals kernel there is NO console
 
 Solution:
 disable all kms modules regarding to graphics card
 edit /boot.cfg, it must cointain:
 
 userconf=3Ddisable radeon
 userconf=3Ddisable nouveau
 userconf=3Ddisable i915drmkms
 
 the system will reboot without monitor
 
 Hope it can help...
 



Home | Main Index | Thread Index | Old Index