Max2Play Home › Forums › Max2Play on Raspberry PI › WLAN Problem with EDIMAX Stick Squeezeplug › Reply To: WLAN Problem with EDIMAX Stick Squeezeplug
21. September 2015 at 22:44
#15766
hi,
I always have problems with wifi adapters and max2play configuration.
I have to manually change
/opt/max2play/wpa_supplicant.conf
to be like this:
#ap_scan=1
ctrl_interface=/var/run/wpa_supplicant
update_config=1
network={
ssid=“myssid“
psk=“mypassword“
key_mgmt=WPA-PSK
}
and everything works …