- Due to a TLS issue in release Buster it is easier to get this working in Raspbian Stretch, get it from here.
https://downloads.raspberrypi.org/raspbian/images/raspbian-2019-04-09/2019-04-08-raspbian-stretch.zip
-
Image it to SD as per Raspbian instructions
-
Add the following in the root of your 'boot' drive (SD card) as wpa_supplicant.conf (replacing the relevant country, SSID, identity and password details.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=IN
ap_scan=1
eapol_version=1
network={
priority=1
scan_ssid=1
mode=0
ssid="Your Wifi Network Name"
key_mgmt=WPA-EAP
auth_alg=OPEN
eap=PEAP
anonymous_identity="[email protected]"
identity="[email protected]"
password="PlaintextPasswordAtoX1to9only"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}
-
Put the SD card in the Raspberry Pi and see if it works for you (good luck!).
-
(OPTIONAL, if the above fails) There is an issue in some versions of the Pi 3B Firmware which stops them connecting to this type of network. You may need the following firmware update.
sudo rpi-update 82f49d8dfd9c000a203fb1deae64a3eb87abf3c1