raspberry pi 3 B+ - working but rc.conf problem
Ian Lepore
ian at freebsd.org
Wed May 20 20:39:26 UTC 2020
On Wed, 2020-05-20 at 21:32 +0200, Wojciech Puchar 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 trying to configure the interface before it has registered.
Try adding netwait_if="ue0" to rc.conf.
-- Ian
More information about the freebsd-hackers
mailing list