raspberry pi 3 B+ - working but rc.conf problem
Wojciech Puchar
wojtek at puchar.net
Fri May 22 07:21:57 UTC 2020
i simply wrote a script to wait for ue0 (and ue1 - external ethernet port
i've added) to appear
On Thu, 21 May 2020, Eugene Grosbein wrote:
> 21.05.2020 16:15, Wojciech Puchar wrote:
>>>>
>>>> doesn't work.
>>>> well.. it waits but after netif
>>>>
>>>
>>> Doesn't it get configured when devd starts and emits the attach event
>>> for it? The idea for the netwait_if list is it waits for the devices
>> i don't run devd.
>
> This is real reason. In modern FreeBSD, USB ethernet is not configured synchronously
> with other procedures at boot time. Instead, USB ethernet devices are configured asynchronously
> by devd that starts its configuration in background, in parallel with other booting procedures.
>
> You really need to run devd if you want ue0 to be configured as expected by system startup scripts.
> If you don't run devd, you are asking for troubles you observe.
>
>
>
>
>
More information about the freebsd-hackers
mailing list