From owner-freebsd-hardware@FreeBSD.ORG Thu Apr 15 07:52:09 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D65C16A4CE for ; Thu, 15 Apr 2004 07:52:09 -0700 (PDT) Received: from neverwhere.in-flux.org (neverwhere.in-flux.org [65.103.12.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 7EB0943D3F for ; Thu, 15 Apr 2004 07:52:08 -0700 (PDT) (envelope-from talon@neverwhere.in-flux.org) Received: (qmail 76367 invoked by uid 1100); 15 Apr 2004 14:52:07 -0000 Date: Thu, 15 Apr 2004 09:52:07 -0500 From: "10,000 Screaming Monkeys" To: freebsd-hardware@freebsd.org Message-ID: <20040415145207.GA76250@neverwhere.in-flux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: Microsoft wireless mouse problem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 14:52:09 -0000 I've done a couple of searches of the mailing list archives & Google and have found a handful of references to problems with this setup, but I haven't really found anything that describes what's happening to me. So, if this has already been answered in the past, go easy on me. ;) I'm running FreeBSD 5.2-CURRENT (last built on Jan 15th, 2004). I recently purchased a "Microsoft Wireless Optical Desktop," which is a wireless setup with a PS/2 keyboard and a USB mouse (with a USB->PS/2 converter, if I need it). The system recognizes both the keyboard and mouse during boot (and the keyboard actually works right from the loader): ] ums0: Microsoft Microsoft Wireless Optical Desktop\M-. 1.00, rev ] 2.00/73.73, addr 2, iclass 3/1 ] ums0: 5 buttons ] atkbdc0: port 0x64,0x60 irq 1 on acpi0 ] atkbd0: flags 0x1 irq 1 on atkbdc0 ] kbd0 at atkbd0 The system also correctly detects when the USB mouse is unplugged and re-plugged back in: ] ums0: at uhub0 port 1 (addr 2) disconnected ] ums0: detached moused starts just fine (automatically) during the system boot, and XF86, using /dev/sysmouse, starts without complaining about anything. "XFree86 -config" detects the mouse as sysmouse, as well. Unfortunately, the mouse doesn't respond at all. On the console & in X, I get the mouse pointer in the center of the screen, but it doesn't respond to the movement of the mouse. When I plug in a regular, non-wireless USB mouse (an IntelliMouse Explorer, to be precise), it's detected as /dev/ums1 and works just fine both on the console (with moused running) and in X. ] ums1: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM), rev ] 1.10/3.00, addr 3, iclass 3/1 ] ums1: 5 buttons and Z dir. So, I'm assuming my kernel & USB configurations are correct. I've tried killing moused and starting X using the ums0 device directly, but that didn't work either. Plugging the mouse cord on the wireless receiver into the PS/2 mouse port doesn't seem to have any effect on the matter -- the system detects a mouse on the psm0 port, but it still doesn't respond to movement. Has anybody else seen a similar problem? Any suggestions as to what to do next? Nothing I've tried seems to be working and I could use all the help I can get... - Jamie