Moode Forum
Moode audio on rpi 3 won't boot after enabling driver - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: Moode audio on rpi 3 won't boot after enabling driver (/showthread.php?tid=2792)



Moode audio on rpi 3 won't boot after enabling driver - OhOli - 07-20-2020

Hi,
So i tried using the Raspberry Pi 3 with the Allo Boss DAC.
I went to the audio configuration and chose the Allo Boss. As instructed I then restarted the device (it started just fine) and then enabled the driver one row beneath the i2s in the audio configuration. Ait then asked me to reboot and i i restart again but now it won't boot.


RE: Moode audio on rpi 3 won't boot after enabling driver - Tim Curtis - 07-20-2020

What does this mean

"and then enabled the driver one row beneath the i2s in the audio configuration."


RE: Moode audio on rpi 3 won't boot after enabling driver - OhOli - 07-20-2020

(07-20-2020, 12:56 PM)Tim Curtis Wrote: What does this mean

"and then enabled the driver one row beneath the i2s in the audio configuration."

Under "driver options" i enabled slave.


RE: Moode audio on rpi 3 won't boot after enabling driver - Tim Curtis - 07-20-2020

This is a bug :-0

To revert to "slave Disabled" run the commands below.

Code:
sudo sed -i 's/allo-boss-dac-pcm512x-audio,slave/allo-boss-dac-pcm512x-audio/' /boot/config.txt

sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_audiodev set driver='allo-boss-dac-pcm512x-audio' where name='Allo Boss DAC'"

sudo reboot

This will be fixed in upcoming 6.7.1 bug fix update but until then the Boss/MiniBoss slave option and the Piano glb_mclk option will cause breakage.


RE: Moode audio on rpi 3 won't boot after enabling driver - OhOli - 07-20-2020

(07-20-2020, 01:43 PM)Tim Curtis Wrote: This is a bug :-0

To revert to "slave Disabled" run the commands below.

Code:
sudo sed -i 's/allo-boss-dac-pcm512x-audio,slave/allo-boss-dac-pcm512x-audio/' /boot/config.txt

sqlite3 /var/local/www/db/moode-sqlite3.db "update cfg_audiodev set driver='allo-boss-dac-pcm512x-audio' where name='Allo Boss DAC'"

sudo reboot

This will be fixed in upcoming 6.7.1 bug fix update but until then the Boss/MiniBoss slave option and the Piano glb_mclk option will cause breakage.
Thank you !!