Re: 2.5.7 keyboard problem

James Simmons (jsimmons@transvirtual.com)
Mon, 15 Apr 2002 12:04:26 -0700 (PDT)


> > I saw that already,
> > Here is a snippet from my .config
>
> Jup, I've got to confirm this: PS/2 keyboards won't work on my
> VIA KT133A-based board on both 2.5.8 vanilla and -dj2/3.
> (no, not even IBM Model M. :D)
>
> an excerpt from the 2.5.8 .config in question:
> .
> .
> CONFIG_INPUT=y
> CONFIG_INPUT_KEYBDEV=y
> CONFIG_INPUT_MOUSEDEV=y
> .
> .
> CONFIG_SERIO=y
> CONFIG_SERIO_SERPORT=y

Wrong config for DJ tree. Here is what you need for PS/2 input keyboard
support.

CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_I8042_REG_BASE=60
CONFIG_I8042_KBD_IRQ=1
CONFIG_I8042_AUX_IRQ=12

Also don't forget

CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y

CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y

-
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/