Page 1 of 1

Manual wifi configuration with buster

Posted: Sat Apr 11, 2020 8:22 pm
by stereomaton
I had problems to connect with my WiFi dongle with the buster image.
It looks like the wlan0 interface is created by the system, but there is a problem with the GUI and more probably with the wpa/dbus gateway.
I suspect that it is linked with the fact that this dongle uses a "wext" driver not handled, but I did not manage to make it work with the regular way.

I finally managed to make the dongle work (without gui), so I document the simple steps:

1) Create a /etc/wpa_supplicant/wpa_supplicant-wlan0.conf configuration with all the WiFi SSID you want :

Code: Select all

wpa_passphrase "SSID" "password" >> /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
2) Enable wpa_supplicant@wlan0 via systemd:

Code: Select all

systemctl enable wpa_supplicant@wlan0
3) Enjoy, it connects at startup.