Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 15 Apr 2002 15:04:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 15 Apr 2002 15:04:46 -0400 Received: from www.transvirtual.com ([206.14.214.140]:38411 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Mon, 15 Apr 2002 15:04:45 -0400 Date: Mon, 15 Apr 2002 12:04:26 -0700 (PDT) From: James Simmons To: tomas szepe cc: linux-kernel@vger.kernel.org Subject: Re: 2.5.7 keyboard problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > > 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/