![]() |
Multiroom receiver cannot be enabled with I2S device - 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: Multiroom receiver cannot be enabled with I2S device (/showthread.php?tid=4857) |
Multiroom receiver cannot be enabled with I2S device - allwi - 05-06-2022 Hi, finally I got my new Pi4 so that I can now try multiroom with two Pi's. The proof-of-concept with a sender and receiver worked well. The new Pi uses a DAC which is configured in Moode as RPi-DAC. I've set the volume type to fixed but with this configured, I cannot switch on multiroom receiver. When I change the output type to HDMI or headphone jack, I can enable the receiver. Am I missing something or are DACs not supported in a multiroom mode (and if so why?) Many thanks! RE: Multiroom receiver cannot be enabled with I2S device - Tim Curtis - 05-06-2022 The rpi-dac driver does not support Hardware volume. What audio device are you using? The help text from the Receiver section of Multiroom Config is not clear on what exactly is meant by "supports Hardware volume". Code: The Receiver requires an audio device that supports Hardware volume. It should prolly read something like below. I'll update it for upcoming moOde 8.1.0. Code: The Receiver requires an audio device that shows "Hardware" in the Volume type dropdown in Audio Config. RE: Multiroom receiver cannot be enabled with I2S device - allwi - 05-07-2022 (05-06-2022, 12:12 PM)Tim Curtis Wrote: The rpi-dac driver does not support Hardware volume. What audio device are you using? Thanks Tim, I'm using the Geekworm DACPi which is (somehow) compatible with the Hifiberry DAC or the RPi-DAC. I'm slowly finding my way into DACs etc but I guess, this one does offer the required features. RE: Multiroom receiver cannot be enabled with I2S device - Tim Curtis - 05-07-2022 The manufacturer should have a product information page that specifies which driver to use. RE: Multiroom receiver cannot be enabled with I2S device - TheOldPresbyope - 05-07-2022 I found a page on the GeekWorm Wiki which may be useful https://wiki.geekworm.com/DACPi It claims the DAC chip is a PCM5122. This suggests one or more of the following drivers ("DT overlay" in moOde 8 speak) may work hifiberry-dacplus iqaudio-dacplus OTOH, one of the anonymous posters to that Wiki page said that aplay -l returns PCM5102A, in which case the hifiberry-dac driver may work. ETA - Sorry, I reread the Wiki page and realized I reversed the sequence of events. The anonymous poster said "for me, it [the DACpi] works only with dtoverlay=hifiberry-dac...." aplay was merely returning strings extracted from the driver, not from the DAC board. Good luck. Regards, Kent RE: Multiroom receiver cannot be enabled with I2S device - steve4star - 11-07-2022 (05-07-2022, 02:38 PM)TheOldPresbyope Wrote: I found a page on the GeekWorm Wiki which may be useful I have configured moode successfully to use the DACPi with the following: Code: dtparam=i2s=on RE: Multiroom receiver cannot be enabled with I2S device - ColinM - 11-08-2022 I have the DACPi, and it has always been fine with 'IQaudio Pi-DAC+' set in the 'Named I2S device' dropdown and Hardware volume. Colin |