So, i still can't get the wifi to work, i just tried with the pi connected to my monitor. If you have a keyboard plugged in during boot and hold any key down you can watch the install/ loading process happen.
The very first line of code that starts on screen says Failed in red.
failed to activate swap /var/swap.
see 'systemctl1 status var-swap.swap" for details.
I then looked for a swap file "dietpi-set_swapfile"
Swap_Enable(){
local swap_dir="${SWAP_LOCATION_TARGET%/*}/"
local fs_type=$(findmnt -no FSTYPE -T "$swap_dir")
# Exclude devices
# - BBB
if (( $G_HW_MODEL == 71 )); then
G_DIETPI-NOTIFY 1 "Disabled swapfile generation for: $G_HW_MODEL_NAME"
Then i looked in the "hw_model" file which my pi b3+ is listed as below
G_HW_MODEL_NAME='RPi 3 Model B+ (armv7l)'
does anyone know what im doing wrong or is my pi no good?
I just loaded a current rasberry os on it and everything worked fine and it downloaded a heap of updates over the net. same issues though afterwards.
sorry for the long post.
cheers