From owner-freebsd-arm@FreeBSD.ORG Mon Nov 5 15:08:39 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC95816A417 for ; Mon, 5 Nov 2007 15:08:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 852F713C480 for ; Mon, 5 Nov 2007 15:08:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id lA5F3DcL077388; Mon, 5 Nov 2007 08:03:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 05 Nov 2007 08:06:09 -0700 (MST) Message-Id: <20071105.080609.1723237322.imp@bsdimp.com> To: krassi@bulinfo.net From: "M. Warner Losh" In-Reply-To: <472F1A97.3090308@bulinfo.net> References: <472F1A97.3090308@bulinfo.net> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: Detecting USB devices at startup? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 15:08:39 -0000 In message: <472F1A97.3090308@bulinfo.net> Krassimir Slavchev writes: : At boot I get: ::: doesn't : But if I unplug and plug the usb device: ::: works : Any ideas why this happens? : PS1: I have this problem with all USB devices I tested. This may be a power issue. I've been running a KB2902A for months with -current with various types of ucom devices that are seen at boot without the hotplug. Maybe you can try adding a powered hub and seeing if that helps. Warner