Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: No EQ after upgrade to 4.3
#10
Very odd however this symptom "the EQ change had not triggered MPD Restart (putting the audio in 'pause" would suggest that something upstream is preventing MPD from restarting.

If the issue occurs again run the command below and see if there are any errors

Code:
systemctl status mpd

The only other way I can think of to troubleshoot this would be to add some debug logging to worker.php which traces the code that starts the eq's. Have a look in /var/www/command/worker.php at the cases below

Code:
case 'eqfa4p':
case 'alsaequal':
 
Add debug logging by inserting the statement below at various points in the code blocks then viewing the moode log /var/log/moode.log to verify whats going on.

Code:
workerLog('message text');

Here is the link to the CAPS plugins. They are included in Raspbian.
http://quitte.de/dsp/caps.html
apt-cache show caps

-Tim
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
No EQ after upgrade to 4.3 - by michaeleve - 11-26-2018, 11:56 PM
RE: No EQ after upgrade to 4.3 - by Tim Curtis - 11-27-2018, 12:20 AM
RE: No EQ after upgrade to 4.3 - by michaeleve - 11-27-2018, 01:46 AM
RE: No EQ after upgrade to 4.3 - by Tim Curtis - 11-27-2018, 01:55 AM
RE: No EQ after upgrade to 4.3 - by michaeleve - 11-27-2018, 02:27 AM
RE: No EQ after upgrade to 4.3 - by Tim Curtis - 11-27-2018, 02:04 AM
RE: No EQ after upgrade to 4.3 - by Tim Curtis - 11-27-2018, 03:31 AM
RE: No EQ after upgrade to 4.3 - by michaeleve - 11-27-2018, 04:08 AM
RE: No EQ after upgrade to 4.3 - by michaeleve - 11-27-2018, 07:58 PM
RE: No EQ after upgrade to 4.3 - by Tim Curtis - 11-27-2018, 12:46 PM

Forum Jump: