I'm having issues connecting my Raspberry Pi 4 to my wifi network. I have 2 radios, both on WPA2. Screenshot of my openwrt settings below. What settings do I configure for the dietpi-wifi.txt file? Do I have to do WPA-EAP instead? If so what do I fill in? It was minimal setup on my router for WPA2.
Many thanks for your message. Is DietPi already running? Or do you like to configure WiFi together with the initial setup?
I ended up switching one of my WiFi settings to be WPA-PSK on the router for the 2.4 band, so I’m setup and running on that.
My question is how can I connect to my 5.0 band network that now runs with WPA2/WPA3? It seems like only WPA-PSK security works and nothing higher with just using a password
I tested it with my RPi3B+ without issues. I created an unique 5GHz WiFi using WP2/WPA3 and could connect with the RPi using WPA-PSK without issues. The RPi was connected using WPA2.
root@DietPi3:~# ip a
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether xxx brd ff:ff:ff:ff:ff:ff
inet 192.168.0.70/24 brd 192.168.0.255 scope global dynamic wlan0
valid_lft 86372sec preferred_lft 86372sec
root@DietPi3:~#
root@DietPi3:~# cat /etc/wpa_supplicant/wpa_supplicant.conf
# Grant all members of group "netdev" permissions to configure WiFi, e.g. via wpa_cli or wpa_gui
ctrl_interface=DIR=/run/wpa_supplicant GROUP=netdev
# Allow wpa_cli/wpa_gui to overwrite this config file
update_config=1
network={
ssid="Home WLAN5"
scan_ssid=1
key_mgmt=WPA-PSK
psk="xxx"
}
root@DietPi3:~#
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
I tested it with my RPi3B+ without issues. I created an unique 5GHz WiFi using WP2/WPA3 and could connect with the RPi using WPA-PSK without issues. The RPi was connected using WPA2.
Hey so I tried changing my 2.4 network to be WPA2-PSK and that worked fine... but I still can't connect to my 5.0 network on WPA2.
I tried switching my 5.0 network to WPA-PSK and that connected fine, but WPA2 I'm still having issues.
What am I missing? Below are the 2 commands you ran:
GNU nano 3.2 /etc/wpa_supplicant/wpa_supplicant.conf
# Grant all members of group "netdev" permissions to configure WiFi, e.g. via w$
ctrl_interface=DIR=/run/wpa_supplicant GROUP=netdev
# Allow wpa_cli/wpa_gui to overwrite this config file
update_config=1
network={
ssid="Wireless 5.0"
scan_ssid=1
key_mgmt=WPA-PSK
psk="XXXX"
}
network={
ssid="Wireless 2.4"
scan_ssid=1
key_mgmt=WPA-PSK
psk="XXXX"
}