Reply To: [SOLVED] WiFi fails after restart

Max2Play Home Forums Max2Play on Raspberry PI [SOLVED] WiFi fails after restart Reply To: [SOLVED] WiFi fails after restart

31. März 2019 at 9:38 #44933

I had this problem, which I resolved by adding these lines to the end of /etc/rc.local:

sleep 2

sudo /etc/init.d/dnsmasq restart
sudo /etc/init.d/hostapd restart

Now works fine.

Tom