sudo systemctl enable hostapd sudo systemctl start hostapd sudo systemctl stop hostapd sudo systemctl disable hostapd Edit this file for name, channel, password; sudo nano /etc/hostapd/hostapd.conf To fix couldn’t communicate with wpa_supplicant edit; /etc/wpa_supplicant/wpa_supplicant.conf make sure country=US Then enable WiFi …

Start and Stop hostapd WiFi Access Point on Raspberry Pi and wpa_supplicant Fix Read more »

sudo nano /etc/netplan/00-installer-config.yaml # This file describes the network interfaces available on your system # For more information, see netplan(5). network: version: 2 renderer: networkd ethernets: ens33: dhcp4: no dhcp6: no addresses: [192.168.1.100/24] gateway4: 192.168.1.1 nameservers: addresses: [8.8.8.8,8.8.4.4] sudo netplan …

Set a Static IP on Ubuntu 20.04 Read more »