Subject: Re: Odd Notebook PS2 Touchpad Problem with wscons under XFree86
To: Dave Berger <netbsd-current@dberg.net>
From: Lennart Augustsson <lennart@augustsson.net>
List: current-users
Date: 03/25/2002 00:23:44
use `od -X /dev/wsmouse' instead.  That will show it almost as clearly
as it can be shown. :-)

    -- Lennart


Dave Berger wrote:

> On Sun, Mar 24, 2002 at 02:02:25PM -0500, Jeff McCune wrote:
> ...
> > if any of you have experieneced something similair.  Furthermore, is there a
> > program to diagnose what /dev/wsmouse is spitting out, much like xev does
> ...
>
>   od -c /dev/wsmouse
>
>   (after shutting down X; or from a non-X virtual console).  I
> guess that's kind of a rudimentary way to go, but maybe it will
> reveal something helpful.
>
> Cheers,  --Dave