Gentoo Archives: gentoo-mips

From: Matt Turner <mattst88@g.o>
To: gentoo-mips@l.g.o
Subject: Re: [gentoo-mips] keyboard on SGI O2
Date: Tue, 30 Aug 2011 22:53:08
Message-Id: CAEdQ38Hf6h_90Bb3od44sOFf92FP_AxG1UuURzKVkMZdepWu+A@mail.gmail.com
In Reply to: [gentoo-mips] keyboard on SGI O2 by Jim Faulkner
1 On Tue, Aug 30, 2011 at 6:30 PM, Jim Faulkner <jfaulkne@×××××××.edu> wrote:
2 > This is a dumb question, but... what driver should I use to get the
3 > keyboard working on my SGI O2?  I have managed to compile a working
4 > kernel with the following set:
5 >
6 > CONFIG_INPUT_KEYBOARD=y
7 > CONFIG_KEYBOARD_ATKBD=y
8 >
9 > It's just a regular PC PS/2 keyboard plugged into the PS/2 port.  The
10 > keyboard works fine under the PROM, but doesn't seem to be recognized
11 > under linux.  At least, nothing happens when I press the keys.
12
13 CONFIG_SERIO_MACEPS2
14
15 Device Drivers
16 -> Input device support --->
17 -> Hardware I/O ports --->
18 -> Serial I/O support
19 -> SGI O2 MACE PS/2 controller
20
21 It's not easy to find! :-)
22
23 Matt