Hello! I’m struggling (3 hours+) to get my piaware image to access a wpa_supplicant configuration for wired 802.1x authentication on boot.
I have been trying to follow these directions:
https://www.raspberrypi.org/forums/viewtopic.php?f=36&t=285379&p=1727142#p1727142
but am being “foiled” by the piaware network configuration script that seems to overwrite EVERYTHING on boot time. I have my wpa_supplicant.conf configured correctly, and I can manually invoke it on an SSH session via:
sudo wpa_supplicant -c /etc/wpa_supplicant.conf -D wired -i eth0
honestly at this point i’d be happy to just manually run this command at boot time to. any ideas?