From owner-freebsd-questions@FreeBSD.ORG Sun Sep 23 23:57:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0951716A481 for ; Sun, 23 Sep 2007 23:57:42 +0000 (UTC) (envelope-from fj@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 8AEBD13C459 for ; Sun, 23 Sep 2007 23:57:41 +0000 (UTC) (envelope-from fj@panix.com) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail2.panix.com (Postfix) with ESMTP id 49F03348B0; Sun, 23 Sep 2007 19:57:41 -0400 (EDT) Received: (from fj@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id l8NNvfP24207; Sun, 23 Sep 2007 19:57:41 -0400 (EDT) Date: Sun, 23 Sep 2007 19:57:41 -0400 From: Joe Altman To: freebsd-questions@freebsd.org Message-ID: <20070923235741.GA22027@panix.com> References: <20070922202934.GA28776@panix.com> <46F5854D.7010400@talkpoint.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46F5854D.7010400@talkpoint.com> User-Agent: Mutt/1.5.10i Cc: Nick Evans Subject: Re: Moused issues? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2007 23:57:42 -0000 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?