Hello Kevin and others,
I am having troubles with coreboot+seabios. Seabios is not able to initialize the keyboard. If I use coreboot + filo I get the console input without any troubles.
However, coreboot + seabios the console input is not operating properly. Looking at the log file I can see the following :
init keyboard i8042_flush i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 flushed ff (status=ff) i8042 timeout on flush
Googling the last line I've found this :
http://www.coreboot.org/pipermail/coreboot/2009-January/044504.html
"
You appear not to have an i8042 controller (io ports 0x60/0x64). Which means you wont be able to use the keyboard.
"
Is this true??*
*Thank you
**
On Tue, Jul 28, 2009 at 03:12:57PM +0200, Arnaud Maye wrote:
I am having troubles with coreboot+seabios. Seabios is not able to initialize the keyboard. If I use coreboot + filo I get the console input without any troubles.
[...]
You appear not to have an i8042 controller (io ports 0x60/0x64). Which means you wont be able to use the keyboard.
[...]
Is this true??*
Do you have a ps2 style keyboard or a usb keyboard? SeaBIOS does not currently support usb.
-Kevin
Hello Kevin,
PS2 Keyboard only.
Thanks
Arnaud
Kevin O'Connor wrote:
On Tue, Jul 28, 2009 at 03:12:57PM +0200, Arnaud Maye wrote:
I am having troubles with coreboot+seabios. Seabios is not able to initialize the keyboard. If I use coreboot + filo I get the console input without any troubles.
[...]
You appear not to have an i8042 controller (io ports 0x60/0x64). Which means you wont be able to use the keyboard.
[...]
Is this true??*
Do you have a ps2 style keyboard or a usb keyboard? SeaBIOS does not currently support usb.
-Kevin
* *
On Wed, Jul 29, 2009 at 10:08:24AM +0200, Arnaud Maye wrote:
Hello Kevin,
PS2 Keyboard only.
That's strange. Can you set the SeaBIOS debug level to 8 and post the log? Also, if you can log into Linux, can you post the dmesg from Linux? Finally, if you can use the same version of coreboot and post the logs when using filo that would also help.
-Kevin
On Wed, Jul 29, 2009 at 08:31:37AM -0400, Kevin O'Connor wrote:
On Wed, Jul 29, 2009 at 10:08:24AM +0200, Arnaud Maye wrote:
Hello Kevin,
PS2 Keyboard only.
That's strange. Can you set the SeaBIOS debug level to 8 and post the log? Also, if you can log into Linux, can you post the dmesg from Linux? Finally, if you can use the same version of coreboot and post the logs when using filo that would also help.
Actually, your existing SeaBIOS log has enough debugging - it shows the kbd io ports (0x60/0x64) always returning 0xff. So, you can just forward the dmesg/filo logs.
-Kevin
So you are certain this is NOT a USB keyboard? It is for sure a PS/2 with the round connector?
Maybe I missed it -- what mainboard is this?
ron