On Wed Jul 06, 2005 at 12:51:55 -0400, Andrew Davenport wrote:
> I am trying to setup a lean l4linux-2.6 with a local text console, without 
> dope
> or con.  I got it printing out the console an login prompt but it ignores 
> input
> from the keyboard.  I have one of those multiplexing devices - that switches 
> the
> keyboard, mouse and monitor from one computer to the other -- i have a 
> computer
> for compiling and one for testing.  This may be a reason why it ignores the
> keyboard....

If it usually works that's not the reason, I guess.

Do you have the following options enabled in your .config?

#
# Input device support
#
CONFIG_INPUT=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_EVDEV=y

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_LIBPS2=y

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y


That's what's in my config.



Adam
-- 
Adam                 [EMAIL PROTECTED]
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/

_______________________________________________
l4-hackers mailing list
[email protected]
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers

Reply via email to