05-23-2024, 10:44 AM
I instrumented one of the detection routines to see what might be going on.
1. DAC plugged in, turned on and configured in Audio Config
2. Turn on Debug logging in System Config
3. Run the command block below to install the updated files
4. Reboot
5. Post the startup log (moodeutl -l)
1. DAC plugged in, turned on and configured in Audio Config
2. Turn on Debug logging in System Config
3. Run the command block below to install the updated files
4. Reboot
5. Post the startup log (moodeutl -l)
Code:
sudo bash -c '
wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/daemon/worker.php -O /var/www/daemon/worker.php;
wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/inc/alsa.php -O /var/www/inc/alsa.php'