From owner-freebsd-arm@FreeBSD.ORG Wed Sep 26 16:28:32 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 419AE106566B; Wed, 26 Sep 2012 16:28:32 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 925EF8FC08; Wed, 26 Sep 2012 16:28:31 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 326953354; Wed, 26 Sep 2012 18:23:23 +0200 From: Hans Petter Selasky To: freebsd-arm@freebsd.org Date: Wed, 26 Sep 2012 18:24:46 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <506327AD.8030103@gmail.com> In-Reply-To: <506327AD.8030103@gmail.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201209261824.46257.hselasky@c2i.net> Cc: "arm@freebsd.org" Subject: Re: Unable to boot Pi successfully with ethernet interface configured 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: Wed, 26 Sep 2012 16:28:32 -0000 On Wednesday 26 September 2012 18:05:01 Sevan / Venture37 wrote: > Hi, > My Pi rev2 hangs after smsc0: chip 0xec00, rev. 0002 on boot if I have > ue0 configured in my rc.conf, > with the interface configured to use DHCP the system hangs & issuing ^C > result in > smsc0: warning: Failed to read register 0x114 > smsc0: warning: MII is busy > Issuing ^C again results in > smsc0: warning: Failed to read register 0x118 > Issuing ^C a third time reverts back to first warning & repeats. > > Configuring the interface with a static IP address automatically spits > out smsc0: warning: Failed to read register 0x114 > smsc0: warning: MII is busy & then hangs. Pressing ^C just prints out > smsc0: warning: Failed to read register 0x114 > smsc0: warning: MII read timeout > & not 0x118 Hi, Is this the latest 10-current? There has been some changes in this area recently. --HPS