mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* no console with current (bk) kernel
@ 2004-02-01  2:45 James H. Cloos Jr.
  2004-02-01  3:20 ` Rafael Pereira
  2004-02-01 10:24 ` Miquel van Smoorenburg
  0 siblings, 2 replies; 5+ messages in thread
From: James H. Cloos Jr. @ 2004-02-01  2:45 UTC (permalink / raw)
  To: linux-kernel

>From my .config:

# CONFIG_FB is not set
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y

and yet the boot fails with a complaint that it cannot open a
console, followed by a reboot.  (Too fast to copy anything down.)

Box is p3 notebook, gcc is 3.3.2 (gentoo -r5).

What am I missing?

-JimC


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: no console with current (bk) kernel
  2004-02-01  2:45 no console with current (bk) kernel James H. Cloos Jr.
@ 2004-02-01  3:20 ` Rafael Pereira
  2004-02-01  7:33   ` James H. Cloos Jr.
  2004-02-01 10:24 ` Miquel van Smoorenburg
  1 sibling, 1 reply; 5+ messages in thread
From: Rafael Pereira @ 2004-02-01  3:20 UTC (permalink / raw)
  To: James H. Cloos Jr.; +Cc: Linux Kernel Mailing List

On Sun, 2004-02-01 at 00:45, James H. Cloos Jr. wrote:
> >From my .config:
> 
> # CONFIG_FB is not set
> CONFIG_VT=y
> CONFIG_VT_CONSOLE=y
> CONFIG_HW_CONSOLE=y
> CONFIG_VGA_CONSOLE=y
> CONFIG_VIDEO_SELECT=y
> 
> and yet the boot fails with a complaint that it cannot open a
> console, followed by a reboot.  (Too fast to copy anything down.)
> 
> Box is p3 notebook, gcc is 3.3.2 (gentoo -r5).
> 
> What am I missing?
> 
> -JimC


Did you enabled the:
CONFIG_FRAMEBUFFER_CONSOLE=y ???

try to enable it.

Rafael.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: no console with current (bk) kernel
  2004-02-01  3:20 ` Rafael Pereira
@ 2004-02-01  7:33   ` James H. Cloos Jr.
  0 siblings, 0 replies; 5+ messages in thread
From: James H. Cloos Jr. @ 2004-02-01  7:33 UTC (permalink / raw)
  To: Rafael Pereira; +Cc: Linux Kernel Mailing List

>>>>> "Rafael" == Rafael Pereira <flip-flop@pop.com.br> writes:

>> and yet the boot fails with a complaint that it cannot open a
>> console, followed by a reboot.  (Too fast to copy anything down.)

Rafael> Did you enabled the: CONFIG_FRAMEBUFFER_CONSOLE=y ???

No, I have CONFIG_FB is not set, so that option doesn't show up.

I do prefer to not use the FB on this box; I've had some bad
interactions between (radeonfb or vesafb) and X.

Rafael> try to enable it.

I will give a test w/ a fb, just to confirm whether that matters.

-JimC


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: no console with current (bk) kernel
  2004-02-01  2:45 no console with current (bk) kernel James H. Cloos Jr.
  2004-02-01  3:20 ` Rafael Pereira
@ 2004-02-01 10:24 ` Miquel van Smoorenburg
  2004-02-02 14:01   ` James H. Cloos Jr.
  1 sibling, 1 reply; 5+ messages in thread
From: Miquel van Smoorenburg @ 2004-02-01 10:24 UTC (permalink / raw)
  To: linux-kernel

In article <m3fzdvy0te.fsf@lugabout.jhcloos.org>,
James H. Cloos Jr. <cloos@jhcloos.com> wrote:
>From my .config:
>
># CONFIG_FB is not set
>CONFIG_VT=y
>CONFIG_VT_CONSOLE=y
>CONFIG_HW_CONSOLE=y
>CONFIG_VGA_CONSOLE=y
>CONFIG_VIDEO_SELECT=y
>
>and yet the boot fails with a complaint that it cannot open a
>console, followed by a reboot.  (Too fast to copy anything down.)
>
>Box is p3 notebook, gcc is 3.3.2 (gentoo -r5).
>
>What am I missing?

A root filesystem ;)

Looks like the kernel cannot open /dev/console. That means it
got deleted, or you're using the wrong filesystem as root,
or the kernel doesn't include the driver for your fs.

Mike.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: no console with current (bk) kernel
  2004-02-01 10:24 ` Miquel van Smoorenburg
@ 2004-02-02 14:01   ` James H. Cloos Jr.
  0 siblings, 0 replies; 5+ messages in thread
From: James H. Cloos Jr. @ 2004-02-02 14:01 UTC (permalink / raw)
  To: Miquel van Smoorenburg; +Cc: linux-kernel

>>>>> "Miquel" == Miquel van Smoorenburg <miquels@cistron.nl> writes:

>> and yet the boot fails with a complaint that it cannot open a
>> console, followed by a reboot.  (Too fast to copy anything down.)

>> What am I missing?

Miquel> A root filesystem ;)

Miquel> Looks like the kernel cannot open /dev/console.

That was it.  Box runs gentoo and is still using devfs; somehow
CONFIG_DEVFS_MOUNT got lost from my default config....

Thanks.

-JimC


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-02-02 14:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-01  2:45 no console with current (bk) kernel James H. Cloos Jr.
2004-02-01  3:20 ` Rafael Pereira
2004-02-01  7:33   ` James H. Cloos Jr.
2004-02-01 10:24 ` Miquel van Smoorenburg
2004-02-02 14:01   ` James H. Cloos Jr.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome