From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Coming up with a generic kernel config Date: Fri, 27 Jun 2014 00:20:46 -0400 Message-ID: <87pphvt23l.fsf@yeeloong.lan> References: <87vbrooko1.fsf@gnu.org> <53AB279B.9080606@totakura.in> <87vbron2yn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0NfX-0000Px-Ts for guix-devel@gnu.org; Fri, 27 Jun 2014 00:21:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0NfS-00043P-JC for guix-devel@gnu.org; Fri, 27 Jun 2014 00:21:47 -0400 In-Reply-To: <87vbron2yn.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 25 Jun 2014 22:34:08 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Sree Harsha Totakura skribis: > >> On 06/25/2014 09:26 PM, Ludovic Court=C3=A8s wrote: >>> 1. Serial console is unavailable when booting. I thought that=E2=80=99= d be >>> addressed by explicitly setting CONFIG_SERIAL_8250=3Dy etc. (see >>> below for the list), but that=E2=80=99s not enough. What am I mis= sing? >> >> My kernel config has the following for serial console: >> CONFIG_SERIAL_NONSTANDARD=3Dy >> CONFIG_SERIAL_8250=3Dy >> CONFIG_SERIAL_8250_PNP=3Dy >> CONFIG_SERIAL_8250_CONSOLE=3Dy >> CONFIG_SERIAL_8250_DMA=3Dy >> CONFIG_SERIAL_8250_PCI=3Dy >> CONFIG_SERIAL_8250_EXTENDED=3Dy >> CONFIG_SERIAL_8250_MANY_PORTS=3Dy >> CONFIG_SERIAL_8250_SHARE_IRQ=3Dy >> CONFIG_SERIAL_8250_RSA=3Dy >> CONFIG_SERIAL_CORE=3Dy >> CONFIG_SERIAL_CORE_CONSOLE=3Dy > > The one I built has all these as well. :-/ I think you need to pass something like "console=3DttyS0" as a kernel command line option. See Documentation/serial-console.txt in the linux-libre source tree. Mark