03-28-2019, 12:39 PM
(03-28-2019, 12:14 PM)Tim Curtis Wrote: I don't see anything suspicious in the log. ALSA volume is zeroed out at the beginning of startup and then the knob volume 20 is restored near the end of startup. This should result in ALSA volume being set appropriately.
Here are some additional debugging commands when the problem occurs. Just remember to not alter the knob setting b4 running the cmds.
Code:sqlite3 /var/local/www/db/moode-sqlite3.db "select * from cfg_system where param='mpdmixer' or param='audioin' or param='audioout' or param='alsavolume' or param='amixname' or param='mpdmixer_local'"
/var/www/command/util.sh get-alsavol Master
Code:
pi@moode:~ $ /var/www/command/util.sh get-alsavol Master
100%
pi@moode:~ $
35|alsavolume|0
36|amixname|Master
37|mpdmixer|hardware
92|audioout|Local
93|audioin|None
96|mpdmixer_local|hardware
pi@moode:~ $