From owner-freebsd-questions Tue Dec 17 17:25:31 2002 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 A23D037B401 for ; Tue, 17 Dec 2002 17:25:30 -0800 (PST) Received: from wonkity.com (wonkity.com [63.93.4.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C8A43EB2 for ; Tue, 17 Dec 2002 17:25:30 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost.wonkity.com [127.0.0.1]) by wonkity.com (8.12.1/8.11.6) with ESMTP id gBI1PSuF055720; Tue, 17 Dec 2002 18:25:29 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.1/8.12.1/Submit) with ESMTP id gBI1PSh1055717; Tue, 17 Dec 2002 18:25:28 -0700 (MST)?g (envelope-from wblock@wonkity.com) Date: Tue, 17 Dec 2002 18:25:27 -0700 (MST) From: Warren Block To: Mark-Nathaniel Weisman Cc: questions@FreeBSD.ORG Subject: Re: Wireless USB Mouse. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 17 Dec 2002, Mark-Nathaniel Weisman wrote: > Can anyone point me to a good how-to regarding the setup of a wireless > USB mouse that will be recognized in XFree86? I've got a Wireless MS > Explorer mouse, and I've recomplied the kernel to ensure that the USB > recognition stuff was in there, I rebuilt the driver in /dev, and the > silly thing still won't recognize. Any ideas? Wireless should not be an issue, it's just USB to the computer. This is what I've got for my USB mouse: /etc/rc.conf: usbd_enable="YES" /usr/X11R6/lib/X11/XF86Config: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" EndSection That's it. If I've done anything else, I've forgotten it. The mouse works both in X and in the console. -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message