Manual wifi configuration with buster

Other software discussion
Post Reply
stereomaton
Posts: 215
Joined: Tue May 21, 2019 12:33 pm
Location: France

Manual wifi configuration with buster

Post 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.
Stereophotographer and hacker
Despite my quite active participation in the forum, I am not in the StereoPi team
StereoPi (v1) Standard Edition + CM3Lite module + a few cameras

Post Reply