From owner-freebsd-arm@FreeBSD.ORG Thu Aug 1 06:27:32 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A984391; Thu, 1 Aug 2013 06:27:32 +0000 (UTC) (envelope-from rpaulo@felyko.com) Received: from felyko.com (felyko.com [174.136.100.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7E4632BBC; Thu, 1 Aug 2013 06:27:32 +0000 (UTC) Received: from [IPv6:2601:9:4d00:119:c060:f1df:12a7:d6c4] (unknown [IPv6:2601:9:4d00:119:c060:f1df:12a7:d6c4]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id D1F9B3982B; Wed, 31 Jul 2013 23:27:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=felyko.com; s=mail; t=1375338446; bh=kBxnkNzrv6vJgjU0JHtW/yLZv1s1bjllwBHhUqB/+nU=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=FW782fvPcutsGqDGmqg+uH5kqXR/PIhQOFSar9p3fMJ5QPJQioh0jCBKyZzxGjrp3 Q9L/XbocQBCN3at+j9Xxx0Kbxg2NteCLYArcvYnjTBZXRZCv6Aty/IMdf/Y168x7AK Z1ivoZx0gB/G9d0x9Dc0l9vFfgu+kaym2BjZxHdk= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: My WLI-UC-GNM up crash From: Rui Paulo In-Reply-To: Date: Wed, 31 Jul 2013 23:27:25 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <4A2B91AC-286D-4D13-8C1B-DA4822FEDE98@felyko.com> References: <20130729211540.GZ26412@funkthat.com> <1375151095.45247.54.camel@revolution.hippie.lan> To: XiaoQI Ge X-Mailer: Apple Mail (2.1508) Cc: freebsd-arm , "freebsd-wireless@freebsd.org" , Ian Lepore , Hans Petter Selasky X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 06:27:32 -0000 On 31 Jul 2013, at 01:28, XiaoQI Ge wrote: > Last night, I use the latest FreeBSD source (r253827) and > crochet-freebsd compile img > My WLI-UC-GNM will be disconnected after a period of operation >=20 > run0: device timeout > run0: at uhub0, port 1, addr 2 (disconnected) If you are using the USB cable to power the BBB, then that's your = problem. You need a 5V 1A+ power adapter to be able to use USB WiFi = cards with the BeagleBone. -- Rui Paulo