[BPI-R4] SD Debian Bookworm/Bullseye images on kernel 6.8.0-dango

Yes it works, all my docker containers are running.

But still the problems with the network services.

I use the WebGUI

The wait-online is a common issue in systemd where it waits for all interfaces…there was a workaround,but i do not remember exactly…just google for it. Networkmanager is new to me,afaik it is not installed by default

interesting, when I restart the network-manager service manually, it runs.

Make a clean boot and when these 2 are still in failed look in the logs/journal

It seems to be that is race condition. At boot process the following message appears for about 15 seconds before the process is completed image

In /etc/systemd/network/*.network files:

For a bridge I put:

[Link]
RequiredForOnline=degraded-carrier

For lan ports (bridge slaves):

[Link]
RequiredForOnline=no 

For ip-forwarded port (not part of a bridge) choose what you want, but “no” makes it a lot easier…

Have you found something in the log why hostapd cannot be started? Maybe wifi-interface is not there yet,but i have not changed the order…wifi-interface is up after firmware was loaded by mt76 module. So full log (hostapd messages and kernellog) would be good.

sorry for my late response, next week I will look for it

Hello frank, I disabled the hostapd service, because I don’t use a WiFi Modul. Now everthing runs fine.

Ok,thanks for reporting

maybe i should disable it in the buildimg script

I believe it is better, if everyone can decide of his own, if needed or not. So the default with enabled would be better.

1 Like