mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22:02 +00:00
asdfghjk
This commit is contained in:
parent
7db595259f
commit
63bd17b71e
1 changed files with 6 additions and 0 deletions
6
setup.sh
6
setup.sh
|
|
@ -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..."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue