From owner-freebsd-arm@FreeBSD.ORG Sat Dec 1 06:50:27 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 973155E0 for ; Sat, 1 Dec 2012 06:50:27 +0000 (UTC) (envelope-from mats@exmandato.se) Received: from ext.mellstrand.net (ext.mellstrand.net [IPv6:2001:2040:4:2::51]) by mx1.freebsd.org (Postfix) with ESMTP id 47C798FC08 for ; Sat, 1 Dec 2012 06:50:26 +0000 (UTC) Received: by ext.mellstrand.net Sat, 1 Dec 2012 06:50:22 GMT Subject: Re: FreeBSD on Raspberry Pi 512MB (with U-Boot + ubldr) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 From: Mats Mellstrand X-Priority: 3 In-Reply-To: <58C8BBA0E60440B2BE5038F73C29F49F@ad.peach.ne.jp> Date: Sat, 1 Dec 2012 07:50:22 +0100 Content-Transfer-Encoding: 7bit Message-Id: <24F6C09D-E489-4940-BA3A-F06BDE488DCE@exmandato.se> References: <3988C1622A974F19A9D3888F0334FF10@ad.peach.ne.jp> <67266790-55B9-4CAB-992B-A68C73912995@exmandato.se> <58C8BBA0E60440B2BE5038F73C29F49F@ad.peach.ne.jp> To: Daisuke Aoyama Cc: freebsd-arm@freebsd.org 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: Sat, 01 Dec 2012 06:50:27 -0000 On 1 dec 2012, at 01:18, Daisuke Aoyama wrote: >> I tried ifconfig_ue0="DHCP" in /etc/rc.local, this however don't work: >> This gives : >> /etc/rc.d/dhclient: WARNING: failed to start dhclient >> in the boot message >> But I can start dhclient manually after boot. > > Did you try to use "SYNCDHCP"? No, but I just did, and it works. Thanks. /mm > > -- > Daisuke Aoyama