From owner-freebsd-current@FreeBSD.ORG Mon Mar 8 16:51:45 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 21F3516A4F0 for ; Mon, 8 Mar 2004 16:51:45 -0800 (PST) Received: from smtp-out6.xs4all.nl (smtp-out6.xs4all.nl [194.109.24.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DAD043D1F for ; Mon, 8 Mar 2004 16:51:44 -0800 (PST) (envelope-from miketemp@xs4all.nl) Received: from mojojojo (a80-126-82-35.adsl.xs4all.nl [80.126.82.35]) by smtp-out6.xs4all.nl (8.12.10/8.12.10) with ESMTP id i290pgrd079665; Tue, 9 Mar 2004 01:51:43 +0100 (CET) To: Andrew Boothman References: <404CF953.3030202@mux.org.uk> Message-ID: From: Mike Crosland Content-Type: text/plain; format=flowed; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Tue, 09 Mar 2004 01:51:08 +0100 In-Reply-To: <404CF953.3030202@mux.org.uk> User-Agent: Opera7.23/Win32 M2 build 3227 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 00:51:45 -0000 On Mon, 08 Mar 2004 22:53:07 +0000, Andrew Boothman wrote: > 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 > 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. Thanks anyway Mike