Networking
DevelOS uses NetworkManager for wired and wireless networking. Use nmcli from a terminal to connect to Wi-Fi, inspect devices, and manage saved connections.
Check Status
nmcli device status
nmcli connection showConnect To Wi-Fi
List nearby networks:
nmcli device wifi listConnect to a protected network:
nmcli device wifi connect "SSID" password "password"For open networks, omit the password:
nmcli device wifi connect "SSID"Reconnect Later
NetworkManager saves successful connections. To reconnect manually:
nmcli connection up "SSID"Troubleshooting
Check that NetworkManager is running:
systemctl status NetworkManager.serviceIf Wi-Fi is blocked, inspect rfkill state:
rfkill list
rfkill unblock wifi