Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2002 08:58:50 -0600
From:      mikea <mikea@mikea.ath.cx>
To:        stable@FreeBSD.ORG
Subject:   Re: Mouse problem
Message-ID:  <20020131085850.A40365@mikea.ath.cx>
In-Reply-To: <20020131062536.GA581@mars>; from aurelien.nephtali@wanadoo.fr on Thu, Jan 31, 2002 at 07:25:36AM %2B0100
References:  <20020131062536.GA581@mars>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020131085850.A40365>