From owner-freebsd-hackers Tue Mar 4 16:14:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA25601 for hackers-outgoing; Tue, 4 Mar 1997 16:14:54 -0800 (PST) Received: from nasu.utsunomiya-u.ac.jp (nasu.utsunomiya-u.ac.jp [160.12.128.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA25582 for ; Tue, 4 Mar 1997 16:14:47 -0800 (PST) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by nasu.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id JAA14131; Wed, 5 Mar 1997 09:14:17 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (sMoANGIaWf09R1pFBl28GnJYUBoInAH+@zodiac.mech.utsunomiya-u.ac.jp [160.12.33.1]) by outmail.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id JAA13880; Wed, 5 Mar 1997 09:14:17 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zenith.mech.utsunomiya-u.ac.jp [160.12.33.60]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id JAA01622; Wed, 5 Mar 1997 09:18:24 +0900 (JST) Message-Id: <199703050018.JAA01622@zodiac.mech.utsunomiya-u.ac.jp> To: Michael Slater cc: freebsd-hackers@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: PS2 Mouse on FreeBSD 2.1.5 In-reply-to: Your message of "Tue, 04 Mar 1997 17:38:59 +0800." References: Date: Wed, 05 Mar 1997 09:18:22 +0900 From: Kazutaka YOKOTA Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Hello, > I am having trouble getting FreeBSD 2.1.5 to recognise my PS/2 mouse. >I'm using a normal Austek Pentium mb, with a built in PS/2 connector. I >noticed that in the kernel, it defaults to IRQ 12, port 0x60 but when >ever i boot up the machine, it gives me the message "psm0 not found on 0x60" >It seems to work fine in Windoze 95 however. So perhaps im using the >wrong port ? Any suggestions would be appriciated! > >thanks, > >Michael Slater >slaterm@tnet.com.au >http://www.tnet.com.au/~slaterm Yes, you are using the correct port and interrupt. But, the trouble is that the PS/2 mouse driver has had so many problems under 2.1.X. I would suggest that you add the following line to your kernel configuration file, rebuild the kernel and see if it works. options PSM_NO_RESET There isn't much else you can try, apart from hacking the driver source yourself. The PS/2 mouse driver under 2.2 will be much better. If you can wait for it, upgrading your system to 2.2 will be the best way to go. If the above option doesn't work for you, and you still want 2.1.5 to recognize your mouse, contact me. I will send you patch which "forces" the psm driver to recognize the mouse (even if it isn't there). Kazu