2. Edited dietpi.txt to use wifi and added ssid and pw. Left it dhcp
3. Had wifi dongle plugged in. Plugged in sd card and powered up.
4. Green light went from dim to bright and repeating blue double flash light started.
5. Ethernet plug (no cable inserted) have green and orange lights continuously lit
Then nothing.
Dongle LED did not light and no connection to router.
powered down and up and same thing.
I'm guessing your wifi/ethernet script is not working.
edited dietpi.txt
Ethernet_Enabled=1
Wifi_Enabled=0
booted and ssh in.
**Execute armbian-config to change some system settings** quickly shown before dietpi license.
set up locale and time - all OK
went install with nothing selected to get out of menu system without warning that nothing was installed and get back to command prompt. Goes through install but nothing happens - I don't know if this is what you intended .....
Got to command prompt and tried "armbian-config" to see what that was about.
root@DietPi:~# armbian-config
Warning. Configurator can't work properly without internet connection. Press CTRL C to stop to stop or any key to ignore and continue.Downloading dependencies ...
/usr/bin/armbian-config: line 54: lsb_release: command not found
/usr/bin/armbian-config: line 55: lsb_release: command not found
Stalled at this point. ^C to stop.
root@DietPi:~# lsmod
Module Size Used by
evdev 9979 0
ath9k_htc 45420 0
ath9k_common 22917 1 ath9k_htc
ath9k_hw 386734 2 ath9k_htc,ath9k_common
ath 17628 3 ath9k_htc,ath9k_hw,ath9k_common
mac80211 325145 1 ath9k_htc
cfg80211 192770 4 ath9k_htc,mac80211,ath,ath9k_common
rfkill 10928 1 cfg80211
sun8i_codec_analog 13766 0
snd_soc_core 115473 1 sun8i_codec_analog
snd_pcm_dmaengine 4221 1 snd_soc_core
sun8i_ths 3134 0
snd_pcm 70145 2 snd_pcm_dmaengine,snd_soc_core
cpufreq_dt 3522 0
uio_pdrv_genirq 3354 0
thermal_sys 43232 2 cpufreq_dt,sun8i_ths
gpio_keys 8517 0
uio 8012 1 uio_pdrv_genirq
g_serial 3737 0
libcomposite 34692 1 g_serial
fuse 70718 1
root@DietPi:~# lsusb
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Go back to dietpi menu to try and start wifi.
enabled wifi
now says
Ethernet : Available | Enabled | Connected │
Wifi : Not Found | Enabled | Disconnected
Wifi not found


Cant enter ssid or pw through menu system.
Change wired ethernet to static - wifi didn't come up
disabled ethernet - both wired ethernet lights came on. SSH connection lost - wifi didn't come up. Bricked.

Gordon