JanLahmann / RasQberry

The RasQberry project: Exploring Quantum Computing and Qiskit with a Raspberry Pi and a 3D Printer
Apache License 2.0
138 stars 25 forks source link

WLAN does not work. "No wireless LAN interfaces found" #142

Closed JanLahmann closed 1 year ago

JanLahmann commented 1 year ago

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

JanLahmann commented 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: