From owner-freebsd-questions@FreeBSD.ORG Fri Jul 20 03:45:17 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 30F0A16A419 for ; Fri, 20 Jul 2007 03:45:17 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id 1929F13C461 for ; Fri, 20 Jul 2007 03:45:14 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 685AC33C5D for ; Thu, 19 Jul 2007 20:45:50 -0700 (PDT) Received: from postfix.alerce.com (adsl-75-18-204-80.dsl.pltn13.sbcglobal.net [75.18.204.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "alerce.com" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id BA98033C5B for ; Thu, 19 Jul 2007 20:45:49 -0700 (PDT) Received: by postfix.alerce.com (Postfix, from userid 501) id 02DFE100033; Thu, 19 Jul 2007 20:45:07 -0700 (PDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18080.12227.467162.73314@almost.alerce.com> Date: Thu, 19 Jul 2007 20:45:07 -0700 To: freebsd-questions@freebsd.org X-Mailer: VM 7.19 under Emacs 22.1.1 X-Virus-Scanned: ClamAV using ClamSMTP Subject: Any luck with Microsoft Wireless Optical Desktop USB mouse? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2007 03:45:17 -0000 Hi, I'm trying to get a Microsoft Wireless Optical Desktop working on a Mac Pro running today's -STABLE amd64. The "Desktop" has a single wireless puck that supports a keyboard and a mouse. The puck has two connectors, a usb dongle and a old-fashioned mouse connector (din-9?). I've had the set working with -STABLE i386 on "normal" pc hardware but only if I hooked up both the usb and the "mouse" connector. The mac pro only supports usb hardware. The mouse shows up in dmesg as ums0: Microsoft Microsoft Wireless Optical Desktop\M-. 1.00, rev 2.00/17.17, addr 3, iclass 3/1 and a moused gets started for it automagically (presumably by usbd). Plugging in a wired usb mouse works fine. I've enabled USB_DEBUG and tried fiddling various sysctl knobs (hw.usb.ums.debug, hw.usb.ukbd.debug, hw.usb.debug) and I kind of think that the mouse might not even be talking out of the puck's usb connector but out of the standard mouse connector. Both the mouse and the keyboard work fine on the Mac using stock OS X and also after loading Microsoft's drivers. Is it possible that the puck needs to somehow be told to route the mouse out the usb connector? Any other suggestions? Thanks, g.