Skip to content

Instantly share code, notes, and snippets.

@BookGin
Last active December 2, 2020 12:22
Show Gist options
  • Save BookGin/90f638817b51c301511eefc6dd1c601f to your computer and use it in GitHub Desktop.
Save BookGin/90f638817b51c301511eefc6dd1c601f to your computer and use it in GitHub Desktop.
Ubuntu 18.04 Bionic Netplan Wifi Not Working
# https://gist.github.com/austinjp/9b968c75c3e54004be7cd7a134881d85
# make sure your wifi SSID and password are correct again
vim /etc/netplan/01-netcfg.yaml
# this package should solve all the problem
apt install wpasupplicant
# generate and apply the config file
netplan apply
# remember to enable the device
ip link set wlp2s0 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment