I'm looking for the most basic way to join a wifi network directly after installing Ubuntu Server 24.04.2
I asked ChatGPT, it suggested nmcli and dhclient, neither of which are installed. Using wpa_supplicant returned this error:
> wpa-supplicant -B -i wlp1s0 -c <(wpa_passphrase Name Password)Successfully initialized wpa_supplicant[] debugfs: Directory 'netdev:p2p-dev-wlp1s0' with parent 'phy0' already present!n180211:Could not set interface 'p2p-dev-wlp1s0' UPn180211: deinit ifname=p2s-dev-wlp1s0 disabled_11b_rates=0p2p-dev-wlp1s0: Failed to initialize driver interfaceP2P: Failed to enable P2P Device interfaceSurely there is a way to simply enter SSID and Password. How Ubuntu Server can't "just work" with wifi in 2025 is inconceivable