I finally got around to installing Void GNU/Linux on my main computer. Rolling release, non-systemd, need I say more? As with all GNU/Linux distributions, wireless networks had me in a fix. If you can see this post, it means I’ve managed to get online. It turns out, wpa_supplicant was detecting the wrong interface by default (does it ever select the right one?). Let us fix that: $ sudo rm -r /var/service/wpa_supplicant $ sudo killall dhcpcd What is the right interface though? $ iw dev ... I...