Skip to content

Instantly share code, notes, and snippets.

@dbaldwin
Created April 6, 2020 17:40
Show Gist options
  • Select an option

  • Save dbaldwin/fa1baac11b0ae2f000092b695c3d0b33 to your computer and use it in GitHub Desktop.

Select an option

Save dbaldwin/fa1baac11b0ae2f000092b695c3d0b33 to your computer and use it in GitHub Desktop.
Ubuntu Server 18.04.04 LTS Raspberry Pi 4 Wireless Config with Netplan
From this article:
https://unix.stackexchange.com/questions/550296/how-to-set-up-wifi-on-ubuntu-19-10-server-running-on-raspberry-pi-4
# This file is generated from information provided by the datasource. Changes
# to it will not persist across an instance reboot. To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
ethernets:
eth0:
dhcp4: true
optional: true
version: 2
wifis:
wlan0:
dhcp4: true
optional: true
access-points:
"[your ssid]":
password: "[your password]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment