Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 12 Feb 2003 10:48:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 12 Feb 2003 10:48:51 -0500 Received: from phoenix.infradead.org ([195.224.96.167]:41743 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Wed, 12 Feb 2003 10:48:49 -0500 Date: Wed, 12 Feb 2003 15:58:33 +0000 (GMT) From: James Simmons To: Thomas Molina cc: linux-kernel@vger.kernel.org Subject: Re: problems with console configuration In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1436 Lines: 30 > I've seen a number of postings to the list complaining of output to the > console ceasing after the Uncompressing Linux line at the beginning of > boot. I ran into this myself. > > I believe one cause of this is the new console on framebuffer console > configuration option. I believe some people are not turning on the > option, but then are trying to output to the framebuffer by selecting a > video mode which does that. The reason is because the framebuffer layer can run without the VT console system. You cna even run fbdev with vgacon if the driver supports it. > I've also ran into what seems an anomaly in the configuration options. If > Input device selection is set to modular (CONFIG_INPUT) then it doesn't > seem to be possible to turn on virtual terminal (CONFIG_VT) or support for > console on virtual terminal (CONFIG_VT_CONSOLE). At least in make > menuconfig, those options don't appear if the former isn't set to y. It > is going to be rather difficult to see console output if those aren't > available isn't it? The console system is layered on top of the input layer. Now all keyboards are being ported over to one api. This is a plus :-) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/