Moode Forum

Full Version: moode 5.3 the internal wifi can not be switched off anymore
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Since the update from 5.2 to 5.3, the internal wifi of my Raspberry 3 can not be turned off.
So I see moodeaudio 2 times in my router.
I have already tried everything, the switch again, restarted, switch off again and restarted.
Nothing led to success, then moode 5.2 again and it worked again.
Same here with 5.3.
I can repro. It appears to be a kernel regression. You can track the issue at the link below.
https://github.com/raspberrypi/linux/issues/3007

The workaround until the issue is resolved is to set WiFi SSID to "blank" in moOde Network Config.

-Tim
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.

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
Thanks Tim, worked very well.

I wish you a nice time and thanks for this great software.