In recent times my WiFi seems to have become a bit unstable. As if this wouldn’t be annoying enough, this also means that all my Rasperry Pis loose their WiFi connections as well and thus become unreachable.
Yet the sollution is pretty simple:
Well, there is a very simple solution:
cd /etc/ifplugd/action.d/
sudo mv
ifupdown
ifupdown.original
sudo cp /etc/wpa_supplicant/ifupdown.sh ./ifupdown
sudo reboot
That’s it. Thanks Stackexchange for the great hit.