06-09-2019, 12:59 PM
Here's the fix. It will be included in upcoming update to moOde 5.3 as either the single file or as part of a kernel bump.
Reboot after applying the fix.
-Tim
Code:
wget http://moodeaudio.org/test/pi3-disable-wifi.dtbo.zip
unzip -q ./pi3-disable-wifi.dtbo.zip
sudo chown root:root ./pi3-disable-wifi.dtbo
sudo mv ./pi3-disable-wifi.dtbo /boot/overlays
sudo rm ./pi3-disable-wifi*
Reboot after applying the fix.
-Tim