Date: Wed, 20 May 2020 14:18:03 -0700 From: Mark Millard <marklmi@yahoo.com> To: Wojciech Puchar <wojtek@puchar.net> Cc: freebsd-hackers@freebsd.org Subject: Re: raspberry pi 3 B+ - working but rc.conf problem Message-ID: <3443DEE1-CB3B-4E6A-8C50-5E6834649D71@yahoo.com> In-Reply-To: <alpine.BSF.2.20.2005202129440.33374@puchar.net> References: <alpine.BSF.2.20.2005202129440.33374@puchar.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2020-May-20, at 12:32, Wojciech Puchar <wojtek@puchar.net> wrote: > i have working raspberry pi 3B+ now but: > > i've put in rc.conf > > ifconfig_ue0="inet 10.1.1.7/24 up" > > and when starting FreeBSD it first displays ue0 detected fine then > it says "Starting network interfaces: lo0" > > no ue0 > > and ue0 is not configured at all. > > when i configure it manually everything is OK. > > what am i doing wrong? > It may be that I do not see ue0 problems with my /etc/rc.conf ifconfig use because in /boot/loader.conf I have: kern.cam.boot_delay=10000 vfs.mountroot.timeout=10 vfs.root_mount_always_wait=1 I have / on a USB SSD (that is on a powered hub that is in turn plugged into a RPi3 port). May be some combination of those guarantees to wait long enough early on that the ifconfig_ue0 that I use always sees everything it needs as ready. === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3443DEE1-CB3B-4E6A-8C50-5E6834649D71>