Mailing List Archive

keyboard on SGI O2
This is a dumb question, but... what driver should I use to get the
keyboard working on my SGI O2? I have managed to compile a working
kernel with the following set:

CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y

It's just a regular PC PS/2 keyboard plugged into the PS/2 port. The
keyboard works fine under the PROM, but doesn't seem to be recognized
under linux. At least, nothing happens when I press the keys.
Re: keyboard on SGI O2 [ In reply to ]
On Tue, Aug 30, 2011 at 6:30 PM, Jim Faulkner <jfaulkne@ccs.neu.edu> wrote:
> This is a dumb question, but... what driver should I use to get the
> keyboard working on my SGI O2?  I have managed to compile a working
> kernel with the following set:
>
> CONFIG_INPUT_KEYBOARD=y
> CONFIG_KEYBOARD_ATKBD=y
>
> It's just a regular PC PS/2 keyboard plugged into the PS/2 port.  The
> keyboard works fine under the PROM, but doesn't seem to be recognized
> under linux.  At least, nothing happens when I press the keys.

CONFIG_SERIO_MACEPS2

Device Drivers
-> Input device support --->
-> Hardware I/O ports --->
-> Serial I/O support
-> SGI O2 MACE PS/2 controller

It's not easy to find! :-)

Matt