From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263008AbTJ0QnJ (ORCPT ); Mon, 27 Oct 2003 11:43:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263179AbTJ0QnJ (ORCPT ); Mon, 27 Oct 2003 11:43:09 -0500 Received: from fw.osdl.org ([65.172.181.6]:8401 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S263008AbTJ0QnG (ORCPT ); Mon, 27 Oct 2003 11:43:06 -0500 Date: Mon, 27 Oct 2003 08:40:43 -0800 From: "Randy.Dunlap" To: Emmanuel Fleury Cc: linux-kernel@vger.kernel.org Subject: Re: Remote Serial Console on 2.6.x ? Message-Id: <20031027084043.4847224c.rddunlap@osdl.org> In-Reply-To: <1067248709.30367.10.camel@rade7.s.cs.auc.dk> References: <1067248709.30367.10.camel@rade7.s.cs.auc.dk> Organization: OSDL X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) X-Face: +5V?h'hZQPB9kW Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 27 Oct 2003 10:58:29 +0100 Emmanuel Fleury wrote: | Hi, | | I was used to debug my kernel code with the remote serial console | facility on the 2.4.x serie, but I really can't figure how does it works | to activate it on the 2.6.0-test9 that I just got. | | I took a look at the relevant HOWTO: | http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/kernelcompile-25.html | | But, it seems that all the configure scheme has changed for the 2.6.x... | | Can anybody give me some pointers on a documentation or give me some | hints ??? Hi, Here's how it looks in 2.6.0-test9: Device Drivers: Character devices: Serial drivers: <*> 8250/16550 and compatible serial support (CONFIG_SERIAL_8250=y) [*] Console on 8250/16550 and compatible serial port (CONFIG_SERIAL_8250_CONSOLE=y) HTH. -- ~Randy