motioneyeos icon indicating copy to clipboard operation
motioneyeos copied to clipboard

wpa_supplicant.conf reset after changing settings

Open fei0316 opened this issue 6 years ago • 4 comments

Preliminary Docs

I confirm that I have read the CONTRIBUTING guide before opening this issue.

I confirm that I have read the FAQ before opening this issue.

motionEyeOS Version

I am running motionEyeOS version: 20180401

Board Model

I am using the following board/model: Raspberry Pi 3

Network Connection

My motionEyeOS unit is connected to the network via: WiFi

I am using WPA2 EAP (Enterprise) for my WiFi, and I can connect successfully using the following configuration:

(irrelevant parts ommitted)

network={
key_mgmt=WPA-EAP
ssid="xxxxx"
pairwise=CCMP
group=CCMP
auth_alg=OPEN
eap=PEAP
proto=RSN
identity="xxxx"
password="xxxxxx"
}

However, after changing settings from the web ui (that are unrelated to WiFi, I didn't touch the settings for WiFi), the key_mgmt=WPA-EAP changes to key_mgmt=NONE and thus making the connection fail on boot.

fei0316 avatar May 28 '18 09:05 fei0316