Date: Sun, 23 Sep 2007 19:57:41 -0400 From: Joe Altman <fj@panix.com> To: freebsd-questions@freebsd.org Cc: Nick Evans <nevans@talkpoint.com> Subject: Re: Moused issues? Message-ID: <20070923235741.GA22027@panix.com> In-Reply-To: <46F5854D.7010400@talkpoint.com> References: <20070922202934.GA28776@panix.com> <46F5854D.7010400@talkpoint.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070923235741.GA22027>