Steps
- Inspect eth0 and wlan0:
ifconfig. See wlan0 is RUNNING and eth0 is not. - Edit
/etc/netplan/*.ymlto have the following:network: version: 2 ethernets: renderer: networkd eth0: dhcp4: true - Apply:
sudo netplan apply - Inspect eth0 and wlan0:
ifconfig. See eth0 is RUNNING and wlan0 is not.