From owner-freebsd-stable Thu Jan 31 6:59: 4 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mikea.ath.cx (okc-65-30-192-11.mmcable.com [65.30.192.11]) by hub.freebsd.org (Postfix) with ESMTP id 5F05037B400 for ; Thu, 31 Jan 2002 06:58:56 -0800 (PST) Received: (from mikea@localhost) by mikea.ath.cx (8.11.6/8.11.1) id g0VEwop40413 for stable@FreeBSD.ORG; Thu, 31 Jan 2002 08:58:50 -0600 (CST) (envelope-from mikea) Date: Thu, 31 Jan 2002 08:58:50 -0600 From: mikea To: stable@FreeBSD.ORG Subject: Re: Mouse problem Message-ID: <20020131085850.A40365@mikea.ath.cx> References: <20020131062536.GA581@mars> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020131062536.GA581@mars>; from aurelien.nephtali@wanadoo.fr on Thu, Jan 31, 2002 at 07:25:36AM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jan 31, 2002 at 07:25:36AM +0100, dak wrote: > Hi, > > Since (at least) 4.5-RC, i have a problem with my mouse, on boot it locks and in the > logs I can found this message: > > /kernel: psmintr: out of sync (0000 != 0008) > > the only way to unlock it is to send a SIGHUP to moused, then it works. > I'm on a laptop and I use a PS/2 mouse (but touchpad mouse is locked too). > > If anybody knows what's wrong ... > Thanks in advance.. :) > > PS: Now i'm on 4.5-STABLE and the problem is still there :< Discussed in some detail in `man psm`. My kernel config flag includes this: # device psm0 at atkbdc? irq 12 device psm0 at atkbdc? irq 12 flags 0x0084 # Bits run 15.14.13.12.11.10.09.08.07.06.05.04.03.02.01.00 # 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 # ---------- ---------- ---------- ---------- # 0 0 8 4 # # man psm: flag bits 0-3: 4 (resolution=high) # 4-7: 8 (acceleration moderate: midway from 1 to 15) # 8 NoCheckSync: set on if lots of messages # "psmintr: out of sync (xxxx != yyyy)" # to console. The bit order may be backwards, mut it still works. -- Mike Andrews mikea@mikea.ath.cx Tired old sysadmin since 1964 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message