Archive for April, 2020

Enable Wifi on Setup

Monday, April 6th, 2020

Generate Encrypted WIFI Password:

Execute

wpa_passphrase HUAWEI-0969-2.4G 00666507

network={
ssid=”HUAWEI-0969-2.4G”
#psk=”00666507″
psk=fdc5d5d87c4bd4b28e46d0c783cf6cc674549ca43ff242243d33dfe60c8895ec
}

copy the network settings and put it in the file /boot/wpa_supplicant.conf

vi /boot/wpa_supplicant.conf

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=HK

network={
ssid=”HUAWEI-0969-2.4G”
#psk=”00666507″
psk=fdc5d5d87c4bd4b28e46d0c783cf6cc674549ca43ff242243d33dfe60c8895ec
}