Re: 2.5.7 keyboard problem

tomas szepe (kala@pinerecords.com)
Mon, 15 Apr 2002 21:07:07 +0200 (CEST)


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

Yes, I'm aware, maybe I should have included the -dj .config as well.
Same results I'm afraid.

T.

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