Gentoo Archives: gentoo-dev

From: "Raúl Porcel" <armin76@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] Changing default serial-console definition in inittab
Date: Fri, 27 Apr 2012 18:29:01
Message-Id: 4F9AE512.4090601@gentoo.org
In Reply to: [gentoo-dev] [RFC] Changing default serial-console definition in inittab by "Diego Elio Pettenò"
1 On 04/27/2012 07:29 PM, Diego Elio Pettenò wrote:
2 > Since I've been configuring a couple of systems lately for remote
3 > access, which include configuring the serial console, I'm wondering if
4 > it would be a good idea to change our inittab so that the default
5 > (commented out) definition of the serial consoles is a bit more.. modern.
6 >
7 > The current definition sets the console at 9600 baud, using vt100
8 > emulation; I think most of us who configure it, do so at 115200 baud,
9 > and some prefer vt-utf8 over vt100 (the two are partially compatible as
10 > far as I can tell).
11 >
12 > Of the two systems I've configured ­– a SuperMicro server which is the
13 > new tinderbox host, and an HP for work – both have the default IPMI
14 > configuration for Serial-over-LAN set at 115200, and the HP also had
15 > VT-UTF8 by default for emulation (SuperMicro defaulted to vt100 but
16 > still allows utf8).
17 >
18 > Comments?
19 >
20
21 I wouldn't mind for amd64/x86.
22
23 There haven't been any new alpha/hppa systems in years, and the default
24 for them was 9600. All the cheap(and therefore common) sparc hardware
25 uses 9600 as we're talking about systems 10 years old. On ia64, from
26 what i've had access to in the last years, it used 9600 as well.
27 m68k/s390/sh are very exotic arches and 9600 is a safe default.
28
29 I'm providing this info as member of the teams of those architectures
30 i've mentioned(except hppa). I have no clue about mips or ppc* systems.
31
32 On the other hand, maybe it could be changed on arm to 115200, as all
33 the devices i have use that speed. Although some use a non-standard
34 serial port(ttyO{0,2} for OMAP devices, ttymxc0 for FSL i.mx devices).