Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 15 Apr 2002 15:07:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 15 Apr 2002 15:07:20 -0400 Received: from louise.pinerecords.com ([212.71.160.16]:32014 "EHLO louise.pinerecords.com") by vger.kernel.org with ESMTP id ; Mon, 15 Apr 2002 15:07:19 -0400 Date: Mon, 15 Apr 2002 21:07:07 +0200 (CEST) From: tomas szepe To: James Simmons 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 > > 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/