Installed Mr EngMan's RTL8812AU driver for 4.1.13-v7+ (Pi 2B+) Build 826.
Rebooted the unit.
Code: Select all
sudo apt-get install wpasupplicant
When I connected the generic Wi-Fi so I could SSH and install packages, I had used the GUI of the RasPi via HDMI output to my monitor and then entered the details at the top right of the screen into the Wi-Fi section.
Code: Select all
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="RogerPi5G"
psk="Not Telling You"
key_mgmt=WPA-PSK
}
Mine is WPA2-PSK but wpa_supplicant lists it as WPA-PSK.
Does any of this help?