Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2020 13:10:21 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd-rwg@gndrsh.dnsmgr.net>
To:        Wojciech Puchar <wojtek@puchar.net>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: raspberry pi 3 B+ - working but rc.conf problem
Message-ID:  <202005202010.04KKALku013107@gndrsh.dnsmgr.net>
In-Reply-To: <alpine.BSF.2.20.2005202129440.33374@puchar.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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?202005202010.04KKALku013107>