Answer the question
In order to leave comments, you need to log in
How to connect to wifi in Ubuntu Server 20.04?
Hello! There was a problem with Nvidia drivers after installing Ubuntu Server 20.04.1 on an old (i5-3210) laptop, using nomodeset booted and entered the console. Next, you need to connect to Wi-Fi (no wire, only wi-fi) from the command line.
Several methods found did not help, because. the following commands do not work (command not found, packages are not installed, but I can't download them without the Internet):
nmcli
wpa_supplicant
dhcpcd
ifup/ifdown
Answer the question
In order to leave comments, you need to log in
So netplan is now in charge of the whole thing in Ubuntu.
Konifg in /etc/netplan
Or 01-netcfg.yaml
Or 01-network-manager-all.yaml
All parameters are registered in them.
By default, in the first such command:
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
version: 2
renderer: networkd
# Let NetworkManager manage all devices on this system
network:
version: 2
renderer: NetworkManager
sudo netplan apply
sudo netplan try
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question