Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] compiling kernel 2.5
- To: tlug@example.com
- Subject: Re: [tlug] compiling kernel 2.5
- From: Jonathan Q <jq@example.com>
- Date: Mon, 21 Jan 2002 18:25:52 +0900
- Content-transfer-encoding: 7bit
- Content-type: text/plain; charset=us-ascii
- In-reply-to: <22927.1011602504@example.com>; from leonel.davis@example.com on Mon, Jan 21, 2002 at 09:41:44AM +0100
- References: <20020121134103.D6903@example.com> <22927.1011602504@example.com>
Leonel Davis (leonel.davis@example.com) wrote: > I have tried with 2.4.17 as well but the same results,,, why "stdout" to the > printer instead of screen ???? By any odd chance, are you passing console=lp0 as a boot parameter to the kernel? If you are, and if you compiled in console on line printer support (CONFIG_LP_CONSOLE=y) this would happen. If you aren't passing that as a boot parameter, maybe (and this is just a guess with nothing to back it up) the kernel uses the printer as the console of last resort if you did not give it serial or vty console options. You should have CONFIG_VT_CONSOLE=y at the least, since this lets the kernel use a virtual terminal (by default /dev/tty0) as the console. Since you also earlier reported that your screen was dead, do check these settings (either directly in your defconfig file or by running the flavor of make config that you prefer) and verify that you didn't set it to have printer console support but not VT console support or serial console support. You may also put in CONFIG_SERIAL_CONSOLE=y if you want, but the one you should definitely have is CONFIG_VT_CONSOLE=y. Jonathan
- References:
- Re: [tlug] compiling kernel 2.5
- From: Jonathan Q
- Re: [tlug] compiling kernel 2.5
- From: Leonel Davis
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] compiling kernel 2.5
- Next by Date: [tlug] Athlon hardware bug hangs Linux
- Previous by thread: Re: [tlug] compiling kernel 2.5
- Next by thread: RE: [tlug] Newly compiled Kernel woes:defconfig
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links