Hi, I'm trying to connect my Raspberry Pi4 to an wpa2 enterprise network.
I have a working wpa_supplicant.conf, copied it in .cache, it is the same I'm using on another Pi4 connected to the same network, but I don't know how to start wpa_supplicant using it.
I tried checking in STORAGE/.config/system.d to edit the systemctl script, adding:
Code
ExecStart=/usr/bin/wpa_supplicant -u -iwlan0 -Dnl80211,wext -c/storage/.cache/wpa_supplicant.conf
but without success.
Can anyone help?
Thank you.