This commit is contained in:
Chris Frankland-Wright 2025-08-30 22:07:17 +01:00
parent 7db595259f
commit 63bd17b71e

View file

@ -171,6 +171,12 @@ if command -v nodogsplash &> /dev/null; then
sudo systemctl stop nodogsplash || true
fi
# Ensure NetworkManager is managing wlan0 by removing any conflicting configurations.
# This is the critical fix for the "No suitable device" error.
echo "Ensuring NetworkManager is managing wlan0..."
sudo rm -f /etc/NetworkManager/conf.d/99-unmanaged-wlan0.conf
sudo systemctl reload NetworkManager
# Configure static IP for wlan0 using NetworkManager (nmcli)
echo "Configuring static IP for wlan0 using NetworkManager..."