Respberry Pi 4b Special Attention
My Respberry Pi model is 4b.
Wifi Connect to a WPA2 Enterprise Network
You need to connect to internet at first by any way
Install the needed packages with the following command:
1
sudo apt install network-manager network-manager-gnome openvpn openvpn-systemd-resolved network-manager-openvpn network-manager-openvpn-gnome
Remove unneded packages:
1
sudo apt purge openresolv dhcpcd5
Replace
/etc/resolv.conf
with a symlink to/lib/systemd/resolv.conf
. Do not execute this command on Raspbian 10, it will break your DNS:1
sudo ln -sf /lib/systemd/resolv.conf /etc/resolv.conf
Now go to the top of your screen and reconfigure the panel: open “Panel Settings“ -> “Panel Applets“: remove “Wireless & Wired Network“. The network manager applet should appear after a reboot.
Replace Vi-tiny with Vi-full
1 | sudo apt-get remove vi-common # uninstall vi-tiny |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment