Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2001 10:33:11 -0400
From:      Daniel Frazier <dfrazier@magpage.com>
To:        Joseph Holland King <insanc@cc.gatech.edu>
Cc:        questions@FreeBSD.ORG
Subject:   Re: psmintr: out of sync
Message-ID:  <3B5ED8A7.5040108@magpage.com>
References:  <Pine.SOL.4.21.0107242125130.2367-100000@felix.cc.gatech.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Joseph Holland King wrote:

> since i have hooked up a kvm i have started to get this message:
> /kernel: psmintr: out of sync (0000 != 0008) 
> i get this message when the mouse is working correctly. when it
> doesn't work i lose control of the mouse and keyboard. what does it mean
> and more importantly what can i do to fix it? thank you.
> 


from man pcm...

   Driver Flags
      bit 8 NOCHECKSYNC
             The psm driver tries to detect the first byte of the data 
packet
             by checking the bit pattern of that byte.  Although this method
             should work with most PS/2 pointing devices, it may 
interfere with
             some devices which are not so compatible with known 
devices.  If
             you think your pointing device is not functioning as 
expected, and
             the kernel frequently prints the following message to the 
console,

                   psmintr: out of sync (xxxx != yyyy).

             set this flag to disable synchronization check and see if it
             helps.

to set this flag recompile a kernel with "flags 0x100" added to the end
of the psm line.

device          psm0    at atkbdc? irq 12 flags 0x100


-- 
----------------------------------------------------------------------
Daniel Frazier  <dfrazier@magpage.com>   Tel:  302-239-5900 Ext. 231
Systems Administrator                    Fax:  302-239-3909
MAGPAGE, We Power the Internet           WWW:  http://www.magpage.com/

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
         - Benjamin Franklin, Historical Review of Pennsylvania, 1759.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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