[xpost,repost] VGA false positive in dmesg?

Eugene Grosbein eugen at grosbein.net
Tue Aug 4 12:51:16 UTC 2020


04.08.2020 18:37, Ottavio Caruso via freebsd-hackers wrote:

> I'm a bit confused here. Do both ttyu0 and ttyv0 refer to the serial console? Do I need ttyv0? Is it safe to comment ttyv0 in /etc/ttys?

Note that /etc/ttys serves multi-user mode only. For earlier stages, you may find useful
to put these settings to /boot/loader.conf

console="comconsole"
comconsole_speed=115200
comconsole_port="0x3f8"
boot_multicons="NO"

Check out conscontrol output after applying these.



More information about the freebsd-hackers mailing list