linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: alebas@televes.com
To: Tom Rini <trini@kernel.crashing.org>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: CONFIG_DUMMY_CONSOLE question
Date: Tue, 14 Dec 2004 14:04:44 +0100	[thread overview]
Message-ID: <1103029484.41bee4ecb5397@webmail.televes.com:443> (raw)
In-Reply-To: <20041213223841.GW18825@smtp.west.cox.net>

Tom Rini <trini@kernel.crashing.org> wrote:

> It's not a "dummy" VGA console, it's a "dummy" console.  IIRC, this is
> selected with CONFIG_VT (or is it CONFIG_VT_CONSOLE?).  IIRC, the real
> problem is that when you have dummy console, it steals the console even
> if you would have had console on some sort of serial port.
>
> The bottom line is that if you don't have some sort of video device,
> just disable CONFIG_VT.
>

Thanks. Finally your clue guided me to the problem. All those configs
(CONFIG_VT, CONFIG_VT_CONSOLE, CONFIG_DUMMY_CONSOLE, etc) defaults to Y
when CONFIG_EMBEDDED is not set. I was working with this option unset
(accidentally), so this was the problem.

Alex

P.S. CONFIG_DUMMY_CONSOLE is selected only if CONFIG_VGA_CONSOLE is
not set. That's why I had called it "dummy vga console". sorry about
the confusion.

      reply	other threads:[~2004-12-14 12:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-09  9:54 CONFIG_DUMMY_CONSOLE question alebas
2004-12-13 22:38 ` Tom Rini
2004-12-14 13:04   ` alebas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='1103029484.41bee4ecb5397@webmail.televes.com:443' \
    --to=alebas@televes.com \
    --cc=linuxppc-embedded@ozlabs.org \
    --cc=trini@kernel.crashing.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).