> I've built 2.5.40 on a rh8.0 athlon box. It boots up OK, but NO keyboard.
>
> It's a vanilla MS natural keyboard with a small DIN PS/2 connector - not
> USB. Works fine with 2.4.19 - even prior 2.5.x's.
>
> I noticed that xconfig Input device support grays out
> CONFIG_KEYBOARD_ATKBD. As a test, I hand edited .config. Still didn't work.
You need to enable serio first. Something like this:
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_KEYBOARD_ATKBD=y
should work.
Robert Love
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/