From owner-freebsd-current@FreeBSD.ORG Sun Jul 6 01:21:47 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D1FC37B401 for ; Sun, 6 Jul 2003 01:21:47 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB2A43FE9 for ; Sun, 6 Jul 2003 01:21:47 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 0B93D72FE3; Sun, 6 Jul 2003 01:21:47 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 0882372FDC; Sun, 6 Jul 2003 01:21:47 -0700 (PDT) Date: Sun, 6 Jul 2003 01:21:47 -0700 (PDT) From: Doug White To: Bruce Cran In-Reply-To: <20030705120608.GA52927@buffy.brucec.backnet> Message-ID: <20030706011747.A79211@carver.gumbysoft.com> References: <20030705120608.GA52927@buffy.brucec.backnet> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: usb mouse on ehci controller doesn't work X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 08:21:47 -0000 On Sat, 5 Jul 2003, Bruce Cran wrote: > I'm sure I used to be able to use a usb mouse in earlier versions of FreeBSD, > but now whatever I try, I just can't get the secondary mouse (or primary, if > I don't configure the laptop mouse pad) to work. When > I plug it in, it finds it and allocates it to /dev/ums0 (ums0: Logitech > USB Receiver, rev 1.10/13.10, addr 2, iclass 3/1. ums0: 5 buttons and Z dir) > but XFree86 doesn't seem to like it - the log file Dying on a fcntl O_ASYNC, strange. > is attached. Also, moused doesn't show the > pointer when I run 'moused -p /dev/ums0 -t auto'. I can confirm that my wired mx300 mouse with a Hi-speed USB machine works fine. Note that it shouldn't be attaching to ehci but to the underlying controller, uhci most likely. 'usbdevs' will show you the device tree. Are you doing 'vidcontrol -m on' to enable the mouse in the current vty? > Has something in the ums driver changed that X11 doesn't like, or have I > not configured something. Could it be that I've always used it on a > computer with USB1 and there's something about the usb2 I've now got > that the logitech controller doesn't like? The lines from XF86Config > are: Have you tried using moused + xfree86? -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org