07-21-2020, 10:45 AM
(07-21-2020, 07:19 AM)Pixxel Wrote: I have a problem with Piano 2.1+Kali too (RPI3B+). Moode 6.5.2 is ok, Moode 6.6 and 6.7 doesnt work when I turn glb_mclk on and reboot. After that, when moode boot up, Settings and library GUI doesn't work (dont show up).
This is a bug thats fixed in upcoming 6.7.1 update.
http://moodeaudio.org/forum/showthread.php?tid=2792
Run the commands below to revert the driver setting.
Code:
sudo sed -i 's/allo-piano-dac-plus-pcm512x-audio.dtbo,glb_mclk/allo-piano-dac-plus-pcm512x-audio.dtbo/' /boot/config.txt
sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_audiodev set driver='allo-piano-dac-plus-pcm512x-audio.dtbo' where name='Allo Piano 2.1 Hi-Fi DAC'"
sudo reboot