05-18-2020, 10:25 PM
Bluetooth adapter is on by default. You have to explicitly turn it off in System Config. In Audio Config there is the warning below the Bluetooth ON/OFF option.
"WARNING: A Bluetooth adapter must be physically attached and enabled before turning this ON otherwise moOde startup will fail."
Via ssh run the sql command below and reboot. This turns off the Bluetooth service.
"WARNING: A Bluetooth adapter must be physically attached and enabled before turning this ON otherwise moOde startup will fail."
Via ssh run the sql command below and reboot. This turns off the Bluetooth service.
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_system set value='0' where param='btsvc'"