lkml.org 
[lkml]   [2003]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Blank Screen in 2.6.0
On 28 Dec 2003, Gabor MICSKO wrote:

> http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt
>
>
I tried that.


Known gotchas.
~~~~~~~~~~~~~~
Certain known bugs are being reported over and over. Here are the
workarounds.
- Blank screen after decompressing kernel?
Make sure your .config has
CONFIG_INPUT=y
CONFIG_VT=y
CONFIG_VGA_CONSOLE=y
CONFIG_VT_CONSOLE=y
A lot of people have discovered that taking their .config from 2.4 and
running make oldconfig to pick up new options leads to problems, notably
with CONFIG_VT not being set.

ok, so I grep'ed the .config

[root@eglifamily kernel]# grep -wi config_input .config
CONFIG_INPUT=y
[root@eglifamily kernel]# grep -wi config_vt .config
CONFIG_VT=y
[root@eglifamily kernel]# grep -wi config_vga_console .config
CONFIG_VGA_CONSOLE=y
[root@eglifamily kernel]# grep -wi config_vt_console .config
CONFIG_VT_CONSOLE=y
[root@eglifamily kernel]#


you can see that in the .config I attched:

> > CONFIG_INPUT=y
> > CONFIG_VT=y
> > CONFIG_VT_CONSOLE=y
> > CONFIG_VGA_CONSOLE=y

Any other ideas?

--- Dan


-
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/

\
 
 \ /
  Last update: 2005-03-22 13:59    [W:0.217 / U:0.560 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site