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

Eugene Grosbein eugen at grosbein.net
Thu May 21 16:34:03 UTC 2020


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