Re: No keyboard after install
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Sep 02, 2017 at 09:47:13PM +0000, Björn Johannesson wrote: > It works fine if I boot into single user mode though... This sounds like something is wrong in your /etc/ttys file. If the failure would be at the kernel level, it would not work in single user mode. Check console vs. ttyE0 entries. A typical system with graphical console should have: console "/usr/libexec/getty suncons" wsvt25 off secure constty "/usr/libexec/getty suncons" wsvt25 off secure ttyE0 "/usr/libexec/getty suncons" wsvt25 on secure ttyE1 "/usr/libexec/getty suncons" wsvt25 on secure ttyE2 "/usr/libexec/getty suncons" wsvt25 on secure ttyE3 "/usr/libexec/getty suncons" wsvt25 on secure Martin