10-30-2021, 12:53 PM
Looks like you might have Bluetooth ON in Audio Config but have disabled the integrated BT adapter in System Config. See the help text below for the Bluetooth renderer in Audio Config.
Run the command below to programmatically turn off the Bluetooth renderer then reboot.
There are Backup/Restore options on System Config.
Code:
"WARNING: A Bluetooth adapter must be physically attached and enabled before turning this ON otherwise moOde startup will fail."
Run the command below to programmatically turn off the Bluetooth renderer then reboot.
Code:
moodeutl -q "update cfg_system set value='0' where param='btsvc'"
There are Backup/Restore options on System Config.