wpa_supplicant fails to start with dinitctl but runs manually
I just installed the dinit version of artix and I'm trying to setup a wireless connection. Manually works just fine:
wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
But if I try to start the service, it fails. The log has these messages:
Successfully initialized wpa_supplicant
Could not read interface wlan0 flags: No such device
nl80211: Driver does not support authentication/association or connect commands
This issue is very similar to this issue in s6, but it seems that his issue was just a variable with the wrong name. In my case the environment file contains:
WPA_INTERFACE="wlan0"
Help please?