This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Tue Jun 18 01:24:05 2024 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 24 Mar 2003 18:15:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 24 Mar 2003 18:15:12 -0500 Received: from mailrelay2.lanl.gov ([128.165.4.103]:54707 "EHLO mailrelay2.lanl.gov") by vger.kernel.org with ESMTP id ; Mon, 24 Mar 2003 18:15:10 -0500 Received: from popmail.esa.lanl.gov (localhost.localdomain [127.0.0.1]) by mailrelay2.lanl.gov (8.12.8/8.12.8/(ccn-5)) with ESMTP id h2ONQD6W030599; Mon, 24 Mar 2003 16:26:14 -0700 Received: from spc9.esa.lanl.gov (128.165.67.199) by popmail.esa.lanl.gov (Worldmail 1.3.167); 24 Mar 2003 16:26:13 -0700 Subject: Re: CONFIG_VT_CONSOLE in 2.5.6x ? From: Steven Cole To: "Randy.Dunlap" Cc: louisg00@bellsouth.net, Linux Kernel In-Reply-To: <33453.4.64.238.61.1048547120.squirrel@www.osdl.org> References: <1048546447.3058.3.camel@tiger> <33453.4.64.238.61.1048547120.squirrel@www.osdl.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2-5mdk Date: 24 Mar 2003 16:21:43 -0700 Message-Id: <1048548103.2464.78.camel@spc9.esa.lanl.gov> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2003-03-24 at 16:05, Randy.Dunlap wrote: > > I can't find CONFIG_VT_CONSOLE anywhere in menuconfig. I am having problems > > not viewing the bootup messages on my monitor. I do have > > console=tty0 in grub.conf. > > It's the second line of the Character Devices menu: > > │ │[*] Virtual terminal > │ │[*] Support for console on virtual terminal <<<<< > > ~Randy If you can't get Randy to answer your question, here's another way to find this out: [steven@spc5 testing-2.5]$ find . -name Kconfig | xargs grep VT_CONSOLE ./arch/m68k/Kconfig:config VT_CONSOLE ./arch/mips/Kconfig:config VT_CONSOLE ./arch/mips/Kconfig:config VT_CONSOLE ./arch/sh/Kconfig:config VT_CONSOLE ./arch/sparc/Kconfig:config VT_CONSOLE ./arch/sparc64/Kconfig:config VT_CONSOLE ./drivers/char/Kconfig:config VT_CONSOLE [steven@spc5 testing-2.5]$ uptime && uname -r 4:05pm up 23 min, 2 users, load average: 103.78, 102.87, 58.59 2.5.66 Steven  - 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/