From owner-freebsd-questions@FreeBSD.ORG Mon Jan 30 08:58:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD7D016A420 for ; Mon, 30 Jan 2006 08:58:55 +0000 (GMT) (envelope-from mailings.freebsd@o0l0o.org) Received: from smartmx-09.inode.at (smartmx-09.inode.at [213.229.60.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5168D43D46 for ; Mon, 30 Jan 2006 08:58:55 +0000 (GMT) (envelope-from mailings.freebsd@o0l0o.org) Received: from [81.223.62.146] (port=58436 helo=masternotebo.mhr.lan) by smartmx-09.inode.at with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1F3UsA-00032A-1w for freebsd-questions@freebsd.org; Mon, 30 Jan 2006 09:58:54 +0100 From: FreeBSD Prospect To: freebsd-questions@freebsd.org Date: Mon, 30 Jan 2006 09:53:33 +0100 User-Agent: KMail/1.9 References: <200601291857.18218.mailings.freebsd@o0l0o.org> In-Reply-To: <200601291857.18218.mailings.freebsd@o0l0o.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601300953.33591.mailings.freebsd@o0l0o.org> Subject: Re: FreeBSD 6.0: Microsoft Wireless Optical Desktop -> mouse not working??? 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: Mon, 30 Jan 2006 08:58:56 -0000 Am Sonntag, 29. Januar 2006 18:57 schrieb FreeBSD Prospect: > Using the GENERIC kernel, USB is enabled (ohci & ehci on an Asus A7N8X > deluxe motherboard), the mouse is found during boot as follows: > > ----- cut ----- > # cat /var/run/dmesg.boot | grep ums > ums0: Microsoft Microsoft Wireless Optical Desktop\M-. 1.00, rev > 2.00/17.17, addr 3, iclass 3/1 > ums0: 3 buttons and Z dir. > ----- cut ----- Some more digging led me to this bug: http://www.freebsd.org/cgi/query-pr.cgi?pr=90162 It is about a similar mouse, but the identification is different (0x0063), and keyboard + mouse show up only as one entry due to the wireless receiver). I applied the first set of patches mentioned in that bugreport, and recompiled the kernel, but it did not work (I assume those patches apply especially for the MS Wireless Optical Mouse, although I changed the necessary identification parts in those patches). The only difference I could observe was, that the mouse LED was flickering when moved (instead of beeing steady before applying the patch). In the meantime I found another idea, to try to use the wireless receiver with a USB->PS/2 mouse adapter, and that approach indeed worked! So using the PS/2 connectors for keyboard + mouse for that MS Wireless Optical Desktop seems to be the solution. Nevertheless there is no doubt, that there is a bug in /usr/src/sys/dev/ums.c, so I will send a message to the freebsd-usb mailinglist (or should I submit a bug-report by myself?). Sincerely, Michael -- A FreeBSD Prospect, who is actually using Gentoo Linux