05-23-2020, 11:48 AM
(This post was last modified: 05-23-2020, 05:16 PM by R2ots.
Edit Reason: Problem solved
)
Hello,
First of all thank you for this software, which is really great !
Since a Moode update a few months ago (I cannot remember which version I was running at this time), I cannot use Bluetooth anymore. It is set to ON in the System Config, but everytime I try to put it ON in the Audio Settings the system startup fails.
Then I need to install a fresh image, or to run the SQL command below via SSH to deactivate Bluetooth:
I am now running Moode 6.5.2 on a RPI 3b with the x20 HiFi Audio Kit (http://www.suptronics.com/miniPCkits/x20.html).
Am I missing something ? Maybe my integrated Bluetooth adapter stopped working correctly ?
Many thanks in advance for your help.
First of all thank you for this software, which is really great !
Since a Moode update a few months ago (I cannot remember which version I was running at this time), I cannot use Bluetooth anymore. It is set to ON in the System Config, but everytime I try to put it ON in the Audio Settings the system startup fails.
Then I need to install a fresh image, or to run the SQL command below via SSH to deactivate Bluetooth:
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_system set value='0' where param='btsvc'"
I am now running Moode 6.5.2 on a RPI 3b with the x20 HiFi Audio Kit (http://www.suptronics.com/miniPCkits/x20.html).
Am I missing something ? Maybe my integrated Bluetooth adapter stopped working correctly ?
Many thanks in advance for your help.