neagix / wii-linux-ngx

Modern Linux for Wii/GameCube
https://neagix.github.io/wii-linux-ngx/
133 stars 8 forks source link

Sometimes console output starts working only after ttys are initialized #8

Open neagix opened 7 years ago

neagix commented 7 years ago

The console displays the framebuffer logo but nothing else until ttys are initialized by init; happens randomly.

This is issue was previously seen in #4 and in the past also caused me to think that console support was broken.

It could be studied by looking at what init does with consoles during initialization.

neagix commented 7 years ago

Could be related to #2

loquesangra commented 3 years ago

@neagix , if it matters, I'm having this issue right now. Although I'm also bootlooping even after scrapping the hollywood-di string. I can't use a serial USB connection to know what's going on and I'd like to see the initlog :S

drewbug commented 3 years ago

I'm also having this issue right now.

EDIT: Fixed with CONFIG_VT_CONSOLE=y

loquesangra commented 3 years ago

Thanks @drewbug ! Embarrassed I overlooked that <__>