From owner-freebsd-current@FreeBSD.ORG Mon Mar 8 17:38:13 2004 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 854CA16A4CE for ; Mon, 8 Mar 2004 17:38:13 -0800 (PST) Received: from 82-41-27-158.cable.ubr04.edin.blueyonder.co.uk (82-41-27-158.cable.ubr04.edin.blueyonder.co.uk [82.41.27.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D0743D4C for ; Mon, 8 Mar 2004 17:38:13 -0800 (PST) (envelope-from andrew@mux.org.uk) Received: from mux.org.uk (spatula.flat [192.168.0.2]) by myriad.flat (Postfix) with ESMTP id 99B6EC5; Tue, 9 Mar 2004 00:25:21 +0000 (GMT) Message-ID: <404D2004.2000003@mux.org.uk> Date: Tue, 09 Mar 2004 01:38:12 +0000 From: Andrew Boothman User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040228 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Crosland References: <404CF953.3030202@mux.org.uk> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: FreeBSD 5.2.1 usb problem 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: Tue, 09 Mar 2004 01:38:13 -0000 Mike Crosland wrote: >>> I have a problem with getting my usb mouse/keyboard combination >>> running in FreeBSD. It's a Logitech diNovo, and although both >>> keyboard and mouse both work fine under Linux I can only get the >>> keyboard working under FreeBSD. The mouse is correctly recognised >>> when booting, but is given the same usb device address as the >>> keyboard. Using 'cat /dev/usm0' gives no output, and attempts to use >>> /dev/usm0 reports that the device is busy. Is it possible to manually >>> assign usb device addresses in order to try and work round this? >> >> >> If your ums0 is being probed then usbd (if it is running) will start a >> moused attached to /dev/ums0, you can then tell X (or whatever) to use >> /dev/sysmouse >> >> Use "usbdevs -d" to check if your mouse has been probed, then check >> "ps ax|grep moused" to see if a moused has been started for you. > > That's exactly what I tried to do. Doesn't work I'm afraid :-/ No signal > from the mouse is getting detected as as far as I can tell. What did you try to do? Could you show the output of "dmesg|grep ums0" and "usbdevs -d"? Andrew