| To: | "Kevin D. Kissell" <kevink@mips.com> |
|---|---|
| Subject: | Re: Indigo2 Kernel Boots!!! |
| From: | Ralf Baechle <ralf@oss.sgi.com> |
| Date: | Fri, 1 Dec 2000 00:59:42 +0100 |
| Cc: | Jesse Dyson <jesse@winston-salem.com>, Klaus Naumann <spock@mgnet.de>, linux-mips@oss.sgi.com |
| In-reply-to: | <00f601c05ae8$19014500$0deca8c0@Ulysses>; from kevink@mips.com on Thu, Nov 30, 2000 at 05:10:32PM +0100 |
| References: | <Pine.LNX.4.10.10011300938100.6504-100000@mail.netunlimited.net> <00f601c05ae8$19014500$0deca8c0@Ulysses> |
| Sender: | owner-linux-mips@oss.sgi.com |
On Thu, Nov 30, 2000 at 05:10:32PM +0100, Kevin D. Kissell wrote: > When the init process fires up, it opens /dev/console as the > console output device. A default SGI workstation installation > file system will have /dev/console bound to the major/minor device > node of the graphics display console. If you want to run with a serial > console, you must therefore change this to bind /dev/console > to the serial port. You can do this by doing an explicit mknod, > or by linking to the appropriate serial port device node, > which is usually /dev/ttyS0. Which both are wrong. /dev/console should be a char device major 5, minor 1. There is no need to change this ever except for very old kernels. With 2.2 or 2.4 whenever people change /dev/console's major/minor it's usually painting over some bug. Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: I'm stuck..., Klaus Naumann |
|---|---|
| Next by Date: | Re: Kernel Boot Hard Locks Indigo 2, Ralf Baechle |
| Previous by Thread: | Re: Indigo2 Kernel Boots!!!, Kevin D. Kissell |
| Next by Thread: | Re: Indigo2 Kernel Boots!!!, Kevin D. Kissell |
| Indexes: | [Date] [Thread] [Top] [All Lists] |