I am having issues connecting locally to my astrobox, so I’m trying the manual config method. When I enter ‘network: manager: manual’ it says -bash: network command not found.
Then I tried this:
$ sudo nano /etc/network/interfaces
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid “YOUR-WIFI-NAME”
wpa-psk “PASSWORD-TO-WIFI”
But when I go to save, it says Permission denied. Cannot save