From owner-freebsd-current@FreeBSD.ORG Wed Sep 3 12:28:07 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 C839216A4C0 for ; Wed, 3 Sep 2003 12:28:07 -0700 (PDT) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E4443FE3 for ; Wed, 3 Sep 2003 12:28:06 -0700 (PDT) (envelope-from georgiev@vt.edu) Received: from zidane.cc.vt.edu (IDENT:mirapoint@evil-zidane [10.1.1.13]) by lennier.cc.vt.edu (8.12.8/8.12.8) with ESMTP id h83JS6Dd331810 for ; Wed, 3 Sep 2003 15:28:06 -0400 (EDT) Received: from owl.phys.vt.edu (owl.phys.vt.edu [128.173.176.86]) by zidane.cc.vt.edu (Mirapoint Messaging Server MOS 3.3.2-CR) with ESMTP id BWU53676; Wed, 3 Sep 2003 15:28:04 -0400 (EDT) From: Ivan Georgiev To: freebsd-current@freebsd.org Date: Wed, 3 Sep 2003 15:28:03 -0400 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309031528.03652.georgiev@vt.edu> Subject: 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: Wed, 03 Sep 2003 19:28:07 -0000 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