![]() |
[PROBLEM] Volume goes to Zero on change - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] Volume goes to Zero on change (/showthread.php?tid=4823) |
RE: Volume goes to Zero on change - DRONE7 - 04-05-2022 (04-05-2022, 09:34 PM)arczar Wrote:(04-05-2022, 06:38 PM)Tim Curtis Wrote: I did a few tests unplugging my Revolution DAC which has a small display that shows the volume in dB and no issues with moOde or the DAC volume being reset to 100%.DIY DAC on ak4490, but the most important part responsible for the volume is the USB converter - XMOS DIYINHK. IIRC there are/were 2 versions of the DIYinHK XMOS XU208. One had some firmware that interfaced volume control on Windows based systems and the other didn't. The second version worked with linux the first version was flakey with Linux. Is yours an XU208? Later versions XMOS XCORE-200 XU216 didn't have that problem. I will see if I can find some info. RE: Volume goes to Zero on change - dad33 - 04-06-2022 (04-05-2022, 12:46 PM)Hello,i use the build in volume control in moode... schliden Wrote:(04-05-2022, 07:51 AM)dad33 Wrote:(04-05-2022, 02:41 AM)schliden Wrote: Hello, RE: Volume goes to Zero on change - Tim Curtis - 04-06-2022 (04-05-2022, 09:34 PM)arczar Wrote:(04-05-2022, 06:38 PM)Tim Curtis Wrote: I did a few tests unplugging my Revolution DAC which has a small display that shows the volume in dB and no issues with moOde or the DAC volume being reset to 100%.DIY DAC on ak4490, but the most important part responsible for the volume is the USB converter - XMOS DIYINHK. I don't know if this will help troubleshooting but the dmesg output below shows the messages that are logged when power cycling my Rev DAC. Try it on your end and see of there are any errors. First reboot so the dmesg log is cleared. Code: # Command RE: Volume goes to Zero on change - romain - 04-07-2022 Hello, since I've been using moOde 8.0.2, I have the same problem of volume adjustment as in the initial post of this thread with the MAFA android app (MPD client): volume jumps to 0 if I try to change it. This didn't occur with moOde 7.6.1. I use Allo BOSS2 and MiniBOSS DACs. I will do more tests and let you know. Thanks, Romain RE: Volume goes to Zero on change - arczar - 04-07-2022 Code: [ 5752.031887] usb 1-1.2: new high-speed USB device number 3 using xhci_hcd This didn't occur with moOde 7.6.1. The problem occurs regardless of whether I use BubbleUPNP on Android or use the original moOde interface in the browser RE: Volume goes to Zero on change - Tim Curtis - 04-07-2022 Looks quite normal. The only difference I see is that in my case the USB port is type 2 using dwc_otg interface and in your case its a USB 3 port which uses the xhci_hcd interface. It's not obvious to me what might be going on that would cause ALSA volume to be reset to 0 when connecting. RE: Volume goes to Zero on change - dad33 - 04-08-2022 I tested the problem on my second raspberry pi 4b with moode 8. No volumegoes to zero problems with pi headphone jack and hardware volume control. It must be a problem with I2S devices. RE: Volume goes to Zero on change - arczar - 04-08-2022 but the problem doesn't exist at all in version 7.6.1 and earlier ... RE: Volume goes to Zero on change - Tim Curtis - 04-08-2022 It could be that changes in the newer OS and Linux kernel that moOde 8 runs on is causing an issue with your particular USB audio device. The challenge is how to troubleshoot. One approach is to start with plain RaspiOS Bullseye Lite and see what happens in alsamixer and the dmesg log when you power cycle the audio device, but since I don't have the specific hardware that you are using it won't be possible for me to attempt a repro. If the issue occurs on plain RaspiOS Bullseye Lite you could try posting to the Raspberry Pi Linux repo. RE: Volume goes to Zero on change - romain - 04-11-2022 (04-07-2022, 09:28 AM)romain Wrote: Hello, Problem only occurs with my BOSS2 DAC whereas it works fine with the MINIBOSS. Same install, same moOde version (8.0.2), same mpd settings on both players, the only difference is the I2S device. Changing volume type from hardware to software has no effect. |