Hi Hector, On 2/5/20 7:35 AM, hector(a)ikatu.com wrote: > Here is a log of a failed initialization where I have set "--interfaces wlan0", no sleep in iwd.service, and I applied your recent commit (8530396fb3179c789430264a01e506a11907f94b manager: Add brcmfmac to the blacklist), (BTW I didn't set any value to the UseDefaultInterface property). Okay. The brcmfmac commit shouldn't have any effect if you're using --interfaces command line option. But it won't hurt. > Feb 05 13:24:33 Paris-00100105 iwd[429]: Wiphy: 0, Name: phy0 > Feb 05 13:24:33 Paris-00100105 iwd[429]: Permanent Address: 10:98:c3:ff:f6:9d > Feb 05 13:24:33 Paris-00100105 iwd[429]: Bands: 2.4 GHz 5 GHz > Feb 05 13:24:33 Paris-00100105 iwd[429]: Ciphers: CCMP TKIP BIP > Feb 05 13:24:33 Paris-00100105 iwd[429]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device > Feb 05 13:24:33 Paris-00100105 iwd[429]: ../git/src/manager.c:manager_use_default() > Feb 05 13:24:33 Paris-00100105 iwd[429]: No default interface for wiphy 0 > Feb 05 13:24:33 Paris-00100105 iwd[429]: ../git/src/manager.c:manager_config_notify() Notification of command New Interface(7) Okay. Looks like commit 55f9639ee37c ("manager: Retry the interface setup if we get an EBUSY") didn't address the 'use default' path. Can you try the attach patch? Regards, -Denis