From owner-freebsd-current@FreeBSD.ORG Tue Mar 9 08:49:21 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 739D316A4D2 for ; Tue, 9 Mar 2004 08:49:21 -0800 (PST) Received: from smtp-out6.xs4all.nl (smtp-out6.xs4all.nl [194.109.24.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id B970F43D46 for ; Tue, 9 Mar 2004 08:49:20 -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 i29Gn7rd041617; Tue, 9 Mar 2004 17:49:09 +0100 (CET) Date: Tue, 09 Mar 2004 17:48:32 +0100 To: ticso@cicely.de, Mathew Kanner References: <20040308232730.GA1323@cnd.mcgill.ca> <20040309015423.GV95533@cicely12.cicely.de> From: Mike Crosland Content-Type: text/plain; format=flowed; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20040309015423.GV95533@cicely12.cicely.de> 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 16:49:21 -0000 On Tue, 9 Mar 2004 02:54:24 +0100, Bernd Walter wrote: > On Mon, Mar 08, 2004 at 06:27:30PM -0500, Mathew Kanner wrote: >> On Mar 08, 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? >> >> Hello Mike, >> ISTR that we have problem with mice/keyboards using different >> interfaces on the same device (my usb memory is extremly hazy). > > This shouldn't happen (tm). > Both ums(4) and ukbd(4) are interface level driver and shouldn't have > problems with other drivers on different interfaces of the same device. > It seems a similar problem has already been submitted. A search on freebsd bugs shows this problem has already been reported. http://news.gw.com/freebsd.bugs/28887 My excuses for the duplication.