From owner-freebsd-current@FreeBSD.ORG Thu Sep 4 05:39:45 2003 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 0344C16A4BF for ; Thu, 4 Sep 2003 05:39:45 -0700 (PDT) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FD143FBD for ; Thu, 4 Sep 2003 05:39:42 -0700 (PDT) (envelope-from georgiev@vt.edu) Received: from steiner.cc.vt.edu (IDENT:mirapoint@evil-steiner [10.1.1.14]) by lennier.cc.vt.edu (8.12.8/8.12.8) with ESMTP id h84CdgDd273986; Thu, 4 Sep 2003 08:39:42 -0400 (EDT) Received: from owl.phys.vt.edu (owl.phys.vt.edu [128.173.176.86]) by steiner.cc.vt.edu (Mirapoint Messaging Server MOS 3.3.6-GR) with ESMTP id BSQ34726; Thu, 4 Sep 2003 08:39:40 -0400 (EDT) From: Ivan Georgiev To: Mark Dixon Date: Thu, 4 Sep 2003 08:39:38 -0400 User-Agent: KMail/1.5 References: <200309031528.03652.georgiev@vt.edu> <3F5667F1.7010901@markdnet.demon.co.uk> In-Reply-To: <3F5667F1.7010901@markdnet.demon.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309040839.38964.georgiev@vt.edu> cc: freebsd-current@freebsd.org Subject: Re: usb mouse : /dev/ums0 not created ... 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: Thu, 04 Sep 2003 12:39:45 -0000 On Wednesday 03 September 2003 18:15, Mark Dixon wrote: > Ivan Georgiev wrote: > >Hello, > > > >I am trying to use a USB mouse on 5.1-CURRENT (compiled today from the > > src), but the /dev/ums0 is not created by the device ... Tried with and > > without ACPI - in either case the ums0 is not created. > > > >in dmesg I see: > > > >... > >device_probe_and_attach: ums0 attach returned 6 > >ugen0: setting configuration index 0 failed > >... > > > >Please, let me know what to do in order to get it working. > >Ivan > > Its not a Microsoft Mouse is it? Mine (a Wheel Mouse Optical) > occasionally does this but works 9 times out of 10, > > Mark No, it is not a Microsoft Mouse (wheel, optical, brand creative). It doesn't work under Linux either. Although, in linux /dev/input/mouse0 gets created ... but if I "cat /dev/input/mouse0" nothing shows up when I move the mouse. The only place where it works is windows ... Do you think I should try another mouse ? Thanks, Ivan