raspberry pi 3 B+ - working but rc.conf problem

Rodney W. Grimes freebsd-rwg at gndrsh.dnsmgr.net
Wed May 20 20:10:30 UTC 2020


> 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 at freebsd.org


More information about the freebsd-hackers mailing list