From owner-freebsd-stable@FreeBSD.ORG Fri Jun 10 14:22:29 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E972B16A41C for ; Fri, 10 Jun 2005 14:22:29 +0000 (GMT) (envelope-from vanco@satro.sk) Received: from mail.satronet.sk (mail.satronet.sk [217.144.16.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BAB043D55 for ; Fri, 10 Jun 2005 14:22:29 +0000 (GMT) (envelope-from vanco@satro.sk) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.satronet.sk (Postfix) with ESMTP id C34141605A143; Fri, 10 Jun 2005 16:22:28 +0200 (CEST) Received: from mail.satronet.sk ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03163-01-4; Fri, 10 Jun 2005 16:22:27 +0200 (CEST) Received: from [192.168.12.23] (strojar.garda.sk [147.175.8.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.satronet.sk (Postfix) with ESMTP id A44C91605A142; Fri, 10 Jun 2005 16:22:27 +0200 (CEST) Message-ID: <42A9A1F0.7060503@satro.sk> Date: Fri, 10 Jun 2005 16:21:36 +0200 From: Michal Vanco User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ronald Klop , freebsd-stable@freebsd.org References: <42A997E2.1060903@satro.sk> In-Reply-To: X-Enigmail-Version: 0.90.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ANTIvirus at satronet.sk Cc: Subject: Re: Microsoft USB Wireless Mouse not working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 14:22:30 -0000 Ronald Klop wrote: > On Fri, 10 Jun 2005 15:38:42 +0200, Michal Vanco wrote: > >> Hi, >> >> I'm running 5.4-STABLE and I'm not able to get my MS USB Wireless mouse >> working. >> After plugging the mouse I see this in my dmesg: >> uhid0: Microsoft Microsoft USB Wireless Mouse, rev 2.00/0.17, addr 2, >> iclass 3/1 >> >> But there is no ums device. I have "device ums" in kernel. >> >> Is there any patch available to get this working? > > > Do you also have 'uhid' in your kernel or loaded as a module? Maybe it > attaches before ums. If yes, try removing it from your kernel and boot > again. This is just a thought, so maybe it doesn't work. > hmm ... but for other USB mices (wired) it works normaly. doesn't ums depend on uhid? michal