I was following this guide to set up the internal wlan0 as accesspoint and the external wlan1 (Edimax 7811 dongle) to connect to an WiFi as client. I'm using Raspbian Stretch. The wlan0 works perfectly as accesspoint and I'm connecting to the Pi via SSH over it but I don't get wlan1 to connect to my WiFi. Driver for the dongle are installed and working, I checked using this guide. The difference for me is that my WiFi has no password, so my wpa_supplicant-wlan1.conf
looks like
country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="Hotel_WiFi"
}
Does anyone have an idea why I can't connect?
key_mgmt=NONE
in the network block. – Dirk Sep 19 '19 at 13:28