Closed JanLahmann closed 1 year ago
error is caused by misconfigured or non-existent file /etc/wpa_supplicant/wpa_supplicant.conf
Solution: /etc/wpa_supplicant/wpa_supplicant.conf should contain the following entries:
country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
Resolution procedure:
sudo cat /etc/wpa_supplicant/wpa_supplicant.conf
sudo vi /etc/wpa_supplicant/wpa_supplicant.conf
and add the above three lines, or issue the following command
sudo bash -c 'cat << EOF > /etc/wpa_supplicant/wpa_supplicant.conf
country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
EOF'
WLAN does not work. Message on desktop "No wireless LAN interfaces found" Error message in raspy-config "Could not communicate with wpa_supplicant" ifconfig shows etth0 and wlan0