From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Coming up with a generic kernel config Date: Wed, 25 Jun 2014 22:34:08 +0200 Message-ID: <87vbron2yn.fsf@gnu.org> References: <87vbrooko1.fsf@gnu.org> <53AB279B.9080606@totakura.in> 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]:52265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzttZ-0007wG-Mq for guix-devel@gnu.org; Wed, 25 Jun 2014 16:34:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzttT-00046I-DT for guix-devel@gnu.org; Wed, 25 Jun 2014 16:34:17 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:45428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzttT-000466-6l for guix-devel@gnu.org; Wed, 25 Jun 2014 16:34:11 -0400 In-Reply-To: <53AB279B.9080606@totakura.in> (Sree Harsha Totakura's message of "Wed, 25 Jun 2014 21:48:43 +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: Sree Harsha Totakura Cc: guix-devel@gnu.org 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=99d= 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 miss= ing? > > 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. :-/ Ludo=E2=80=99.