Last active
December 2, 2020 12:22
-
-
Save BookGin/90f638817b51c301511eefc6dd1c601f to your computer and use it in GitHub Desktop.
Ubuntu 18.04 Bionic Netplan Wifi Not Working
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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