@Sharqawi … I was having the same problem. Here is the solution thanks to @pingme :
- Format an USB stick and label it as “CONFIG”
- Create a folder “network” on that USB stick and inside this folder create a new file hassos-wifi (with no extension)
- Open hassos-wifi file with notepad++ and enter the following:
[connection]
id=hassos-wifi
uuid=72111c67-4a5d-4d5c-925e-f8ee26efb3c3
type=802-11-wireless
[wifi]
mode=infrastructure
ssid=MyWiFi
[wifi-security]
auth-alg=open
key-mgmt=wpa-psk
psk=password
[ipv4]
method=auto
[ipv6]
addr-gen-mode=stable-privacy
method=auto
- Put the USB stick in RPI and reboot.
- You can scan your network and will see that the RPI is connected to the WiFi. At that point, the file gets added to the RPI config and you can remove the USB stick.
Cheers 