From owner-freebsd-questions Wed Mar 5 16:23:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24015 for questions-outgoing; Wed, 5 Mar 1997 16:23:15 -0800 (PST) Received: from tok.qiv.com ([204.214.141.211]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24003 for ; Wed, 5 Mar 1997 16:23:11 -0800 (PST) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.7.3) with UUCP id SAA18527; Wed, 5 Mar 1997 18:23:01 -0600 (CST) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.3/8.7.3) with SMTP id VAA00834; Mon, 24 Feb 1997 21:31:09 -0600 (CST) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Mon, 24 Feb 1997 21:31:08 -0600 (CST) From: "Jay D. Nelson" To: Cole Jones cc: freebsd-questions@FreeBSD.ORG Subject: Re: PS/2 Mouse not recognized??? In-Reply-To: <3311F014.934@dankaoi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Remove the 'disable' from your configuration file or 'boot: -c' and enable the driver. The "disable" in the configuration file essentially includes the driver but disables it. -- Jay On Mon, 24 Feb 1997, Cole Jones wrote: ->Hi, ->I have recompiled the kernel for FreeBSD 2.1.6 to include the PS/2 ->mouse. I followed the instructions in the FreeBSD Handbook as closely ->as I could. The line looks like the following in the kernel option ->file: -> ->device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector ->psmitr -> ->After recompiling the kernel, I rebooted the machine and tried to ->configure X-Windows, but the PS/2 mouse is still not being detected. I ->must be missing something simple, but I can't figure out what it is. -> ->Your suggestions and comments are appreciated! -> ->TIA from a FreeBSD newbie! ->