From 0b3573f227908dfa730bc74fe59def3593e73ec2 Mon Sep 17 00:00:00 2001 From: KM4ACK <42844783+km4ack@users.noreply.github.com> Date: Thu, 13 Feb 2020 09:04:41 -0600 Subject: [PATCH] add rfkill unblock rfkill seems to have wifi blocked with buster 20200205. added command at beginning of script to unblock. --- autohotspot-buster | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autohotspot-buster b/autohotspot-buster index 0b48d44..bdf3871 100644 --- a/autohotspot-buster +++ b/autohotspot-buster @@ -8,6 +8,10 @@ #Stretch users should use https://github.com/km4ack/pi-scripts/blob/master/autohotspotN-setup #km4ack 20190923 +#unblock wifi +#needed after buster 20200205 +rfkill unblock all > /dev/null 2>&1 + #update packages apt-get update