Re: Z50 - "wsdisplay_console_initted < 2" panic on hpcmips HEAD
Alexander Bochmann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
...on Wed, May 26, 2021 at 09:42:41AM +0100, David Brownlee wrote: > Alex noted that the following panic triggers on HEAD for the z50 > panic: kernel diagnostic assertion "wsdisplay_console_initted < 2" > failed: file "/usr/src/sys/dev/wscons/wsdisplay.c", line 927 If it helps, I have two screen photos of the trace over here: https://cloud.gxis.eu/index.php/s/THHriqCgTp6ffxN https://cloud.gxis.eu/index.php/s/NxmNdMg7R8HijoF Without serial console, dmesg looks like this: > [..] > ite8181_init_brightness > ite8181_init_contrast > panic: kernel diagnostic assertion "wsdisplay_console_initted < 2" failed: file "/usr/src/sys/dev/wscons/wsdisplay.c", line 927 On 8.1, it was: > ite8181_init_brightness > ite8181_init_contrast > hpcfb0 at ite8181video0: 640x480 pixels, 65536 colors, 80x48 chars > wsdisplay0 at hpcfb0 kbdmux 1: console (std, vt100 emulation), using wskbd0 > wsmux1: connecting to wsdisplay0 Alex.