03-20-2023, 09:38 PM
(03-20-2023, 09:12 PM)jonners Wrote:(03-20-2023, 08:25 PM)Tim Curtis Wrote: @bitlab suggested that the DAC's might be reporting an invalid USB mixer profile to ALSA.
@jonners and @ycdtosa, run the command below and then post/attach the log file. It may contain some info about whats going on and possibly lead to a method for detection so moOde will not flag these or other similar DAC's as having Hardware volume.
It might print a couple odd messages but they are harmless
Code:alsa-info --stdout > /tmp/alsa.log
cat /tmp/alsa_log.txt
Either copy/paste into a code box in the post or upload it as an attachment.
Nothing very useful here:
Code:pi@moode:~ $ alsa-info --stdout > /tmp/alsa.log
cat /tmp/alsa_log.txt
cat: /tmp/alsa-info.fDGiYfTgFN/acpidevicestatus.tmp: No such file or directory
cat: /tmp/alsa_log.txt: No such file or directory
Hmmm,
probably the commands Tim posted were some unchecked copy/paste... I think the file to be cat'ed was /tmp/alsa.log, not /tmp/alsa_log.txt
there is no need for you to run the alsa-info command again, just cat the correct file and post its contents again. I might be a lot of info, and wrapping it in a code box as already suggested is recommended.