From owner-freebsd-questions Tue Apr 9 12:42:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 5B68F37B41A for ; Tue, 9 Apr 2002 12:42:17 -0700 (PDT) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.2/8.12.2) with ESMTP id g39Jg6Qm044941; Wed, 10 Apr 2002 07:42:06 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.2/8.12.2/Submit) id g39Jg1Qu044940; Wed, 10 Apr 2002 07:42:01 +1200 (NZST) Date: Wed, 10 Apr 2002 07:42:01 +1200 From: Jonathan Chen To: Beauford Cc: FreeBSD Subject: Re: Mouse Problems - Fixed Message-ID: <20020410074201.A44719@grimoire.chen.org.nz> References: <000001c1dfa1$5f755be0$6401a8c0@p1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000001c1dfa1$5f755be0$6401a8c0@p1>; from beauford.2002@rogers.com on Tue, Apr 09, 2002 at 01:34:27AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Apr 09, 2002 at 01:34:27AM -0700, Beauford wrote: > Hi, > > First I'd like to thank all that responded to my other emails, all help > is appreciated. > > Here's what I did to fix the problem. > > I installed Slackware 8 on the same machine (it is dual booting now) and > the mouse worked perfectly. Still no go on FreeBSD. For the hell of it I > grabbed a serial mouse and voila, I have a mouse in both FreeBSD and > Slack. The questions still remains though as to why no PS2 mice would > work in FreeBSD, but they would in Slack. The only reason I mention > Slack is to show that it wasn't a hardware issue, and to prove to myself > that I wasn't losing it. Did you try: 1. don't run moused 2. make sure psm device is in your kernel. eg: # dmesg | grep psm psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 3. Use the "auto" driver: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" EndSection -- Jonathan Chen ---------------------------------------------------------------------- "Lots of folks confuse bad management with destiny" - Kin Hubbard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message