Date: Wed, 20 May 2020 22:52:50 +0200 (CEST) From: Wojciech Puchar <wojtek@puchar.net> To: "Rodney W. Grimes" <freebsd-rwg@gndrsh.dnsmgr.net> Cc: Wojciech Puchar <wojtek@puchar.net>, freebsd-hackers@freebsd.org Subject: Re: raspberry pi 3 B+ - working but rc.conf problem Message-ID: <alpine.BSF.2.20.2005202252030.54238@puchar.net> In-Reply-To: <202005202010.04KKALku013107@gndrsh.dnsmgr.net> References: <202005202010.04KKALku013107@gndrsh.dnsmgr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
didn't work. i fixed it by adding sleep 5 to netif script. seems like netif reads interface list BEFORE ue0 is detected on USB. On Wed, 20 May 2020, Rodney W. Grimes 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? > > This sounds like > network_interfaces="auto" # List of network interfaces (or "auto"). > is not working from /etc/defaults/rc.defaults > try adding a > network_interfaces="ue0 lo0" > to your /etc/rc.conf file. > > > -- > Rod Grimes rgrimes@freebsd.org > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.2005202252030.54238>