From: James S. <jsi...@su...> - 2001-01-11 18:35:50
|
> Now I've got a kernel that boots, but no input devices/console at > all... heh. Why is this? I have configured the kernel for ps/2 in 'Input > device support' and chosen > 'AT and PS/2 keyboards' and 'PS/2 mouse' in PS/2 port input devices. > What more do I need to do? Where exactly? Do you get about here and it stops: Detected 497.841 MHz processor. Console: colour VGA+ 80x25 Or did you compile in the AT keyboard support or is it modular. I found it is much safer to compile support in. > Not that I have several sets of keyboards/mice yet. I've got one set > (PS/2), I'll be testing with a USB keyboard shortly I believe. I have these as well and they work :-) Note I just started working on fbcon support so only vgacon/mdacon works right now. Do you have a NVIDIA card. We have a driver for that as well. Another thing to point out is for a functioning VT you need one keyboard and one display. Using /dev/event you can access any keyboard, attached or not attached to a VT. |