Date: Fri, 19 Apr 2002 11:54:20 -0600 From: Ian <freebsd@damnhippie.dyndns.org> To: freebsd-stable <freebsd-stable@freebsd.org> Subject: Re: Belkin 8-port KVM = keyboard inactive (psmintr messages) Message-ID: <B8E5B5EB.C2B6%freebsd@damnhippie.dyndns.org> In-Reply-To: <3CBF6740.33D02228@ntplx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> From: Ted Sikora <tsikora@ntplx.net> >> [snip] >> > I just started getting these messages for about a week or so. Besides > the keyboards lights blinking occasionally it seems to work fine though. > > Apr 18 10:32:40 dhcp-209-54-72-109 /kernel: psmintr: delay too long; > resetting byte count > Apr 18 10:32:40 dhcp-209-54-72-109 /kernel: psmintr: out of sync (0040 > != 0000). > Apr 18 10:32:40 dhcp-209-54-72-109 /kernel: psmintr: discard a byte (1). > Apr 18 10:32:43 dhcp-209-54-72-109 /kernel: psmintr: delay too long; > resetting byte count > Apr 18 10:32:45 dhcp-209-54-72-109 /kernel: psmintr: out of sync (00c0 > != 0000). > Apr 18 10:32:45 dhcp-209-54-72-109 /kernel: psmintr: discard a byte (1). > Apr 18 10:32:45 dhcp-209-54-72-109 /kernel: psmintr: out of sync (00c0 > != 0000). > > -- > Ted Sikora > tsikora@ntplx.net Hmmmm, psm sounds mouse-related. When I have an intellimouse with the wheel connected to my Belkin KVM I get different behavior out of FreeBSD depending on whether the KVM was switched to the fbsd box at boot time or not. The problem manifested as tons of errors about "out of sync" as the mouse moved after switching to/from the fbsd box. I worked around it by adding "flags 0x0200" to the kernel config for the psm0 device. As I recall, that flag tells the driver to treat the mouse as generic (no wheel), which suits me fine (since the wheel annoys me and I physically ripped it out of the mouse). -- Ian 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?B8E5B5EB.C2B6%freebsd>