From owner-freebsd-questions Tue Jan 6 09:31:25 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA03135 for questions-outgoing; Tue, 6 Jan 1998 09:31:25 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from depauw.edu (DEPAUW.EDU [163.120.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA03103 for ; Tue, 6 Jan 1998 09:31:17 -0800 (PST) (envelope-from PARADOX@DEPAUW.EDU) From: PARADOX@DEPAUW.EDU Received: from DEPAUW.EDU by DEPAUW.EDU (PMDF V5.0-6 #27268) id <01IS21ED971G000MSI@DEPAUW.EDU>; Tue, 06 Jan 1998 12:29:15 -0500 (EST) Date: Tue, 06 Jan 1998 12:29:15 -0500 (EST) Subject: Re: PS2 Mouse Support To: goeringerm@keywest.ird.rl.af.mil Cc: freebsd-questions@FreeBSD.ORG Message-id: <01IS21ED9GOM000MSI@DEPAUW.EDU> X-VMS-To: IN%"goeringerm@keywest.ird.rl.af.mil" X-VMS-Cc: IN%"freebsd-questions@FreeBSD.ORG",PARADOX MIME-version: 1.0 Content-type: TEXT/PLAIN; CHARSET=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greg Bedrossian said: >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. Exactly the problem I had. My solution was to use the non-GUI xconfig program. Took some library work to get the monitor/video card details, but, whatever the problem the GUI config had with the mouse doesn't hinder the functioning of Xwindows. (as described above, I enabled the psm0 driver. I did not load the Xwindows stuff with the initial FreeBSD installation. After seeing that all was working properly, I used /stand/sysconfig to install Xwindows. Back at the command-line, I did the textmode configuration.) Louis Smogor paradox@depauw.edu