Moused issues?

Joe Altman fj at panix.com
Sun Sep 23 16:57:42 PDT 2007


On Sat, Sep 22, 2007 at 05:12:45PM -0400, Nick Evans wrote:
> 
> Try using version 1.94 of ums.c in /sys/dev/usb/. This fixes my
> Razor. Newer versions don't crash on me, but the mouse attaches then
> does nothing.

Thank you for the suggestion, Nick; but no joy: the kernel compile
fails:

/usr/src/sys/dev/usb/ums.c: In function `ums_match':
/usr/src/sys/dev/usb/ums.c:202: error: `UIPROTO_MOUSE' undeclared (first use in this function)
/usr/src/sys/dev/usb/ums.c:202: error: (Each undeclared identifier is reported only once
/usr/src/sys/dev/usb/ums.c:202: error: for each function it appears in.)
/usr/src/sys/dev/usb/ums.c: In function `ums_attach':
/usr/src/sys/dev/usb/ums.c:341: error: `UQ_MS_BAD_CLASS' undeclared (first use in this function)
*** Error code 1


Oddly, my AMD64 laptop uses ums.c 1.77.2.5 2007/06/17 along with the
new moused, etcetera; and it does not fall over with or without the
Razer attached to it. I'd mark it down to an oddness in my source
tree on the i386 desktop; but since Nick seems to have had the same
problem with a Razer, I can't.

uname for the machine on which it fails:

6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Sep  2 17:30:39 EDT 2007 i386

Is it possible to get more info on this for debugging short of putting
debugging in the kernel, and configuring a dump device; rebuilding
world, and hoping my machine does not become unusable?


More information about the freebsd-questions mailing list