From owner-freebsd-current@FreeBSD.ORG Mon Mar 8 14:53:08 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 924FD16A4CE for ; Mon, 8 Mar 2004 14:53:08 -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 2B97B43D2D for ; Mon, 8 Mar 2004 14:53:08 -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 18B51C5; Mon, 8 Mar 2004 21:40:17 +0000 (GMT) Message-ID: <404CF953.3030202@mux.org.uk> Date: Mon, 08 Mar 2004 22:53:07 +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: 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: Mon, 08 Mar 2004 22:53:08 -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. Andrew