From owner-freebsd-questions Tue Jan 6 06:36:04 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA16109 for questions-outgoing; Tue, 6 Jan 1998 06:36:04 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA16044 for ; Tue, 6 Jan 1998 06:35:54 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id JAA17887; Tue, 6 Jan 1998 09:35:16 -0500 (EST) Message-ID: <19980106093516.47593@emu.sourcee.com> Date: Tue, 6 Jan 1998 09:35:16 -0500 From: Norman C Rice To: Greg Bedrossian Cc: freebsd-questions@freebsd.org Subject: Re: PS2 Mouse Support References: <34B2348D.3455A631@gcsl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34B2348D.3455A631@gcsl.com>; from Greg Bedrossian on Tue, Jan 06, 1998 at 01:41:33PM +0000 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, Jan 06, 1998 at 01:41:33PM +0000, Greg Bedrossian wrote: > Greetings, > > For some time now, I have been unable to implement my X86 GUI > environment as a result of not being able to get my PS2 mouse to work. > > It appears that while in the GUI setup screen you can choose this type > of mouse, it is disabled in the kernel config for the reason that it > claims to have a conflict with the "IO_KBD" interupt vector 12. Further > investigation shows that in fact it is not the IRQ that seems to be the > conflicting issue, but thr port address 0x60 that conflicts with the > Keyboard port address 0x60. While the config table indicates that this > conflict is "allowed" after adding the "psm0" driver to the "Active > Drivers" list, when you enter the config screen in X86 GUI mode to > configure the mouse, the keyboard freezes. > > Any ideas anyone? > > Thank you! > > kgb Either remove the word `disable' from the psm0 device in the kernel configuration file and rebuild the kernel or try a PS2-to-RS232 adapter. -- Regards, Norman C. Rice, Jr.