05-24-2018, 09:26 PM
Nothing suspicious in the logs except for the line below. There should be a value but its blank. I don't think this is related to the audio glitches. The glitches could be result of a bugs in the particular versions of ALSA, Kernel USB audio driver or MPD.
Hdwr volume =
Try the cmds below:
-Tim
Hdwr volume =
Try the cmds below:
Code:
1) Current hardware volume level
/var/www/command/util.sh get-alsavol PCM
2) Hardware volume level fetched during moOde startup
sqlite3 /var/local/www/db/moode-sqlite3.db "select * from cfg_system where param='alsavolume'"
-Tim