[SOLVED] Raspberry Pi 5 and Amp 2 - 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: [SOLVED] Raspberry Pi 5 and Amp 2 (/showthread.php?tid=6586) |
Raspberry Pi 5 and Amp 2 - ribelema - 06-11-2024 Hi Guys My config:
When I try to change to I2S and use AMP2/4 I have no sound. Simply, there is no related output device available that I could choose. Anyone has similar config and a way to get that working? Regards Ribelema RE: Raspberry Pi 5 and Amp 2 - Tim Curtis - 06-11-2024 Reboot and then post the contents of the startup log. The log can be viewed via the SSH command moodeutl -l or downloaded via the Logs section in System Config, or via Menu, System info from any of the Config screens. The startup log will be at the end of System info output. RE: Raspberry Pi 5 and Amp 2 - ribelema - 06-12-2024 (06-11-2024, 10:28 AM)Tim Curtis Wrote: Reboot and then post the contents of the startup log. It seems I had to modify dtoverlay. Initially I had there dtoverlay=hifiberry-dacplus but this need to be changed to dtoverlay=hifiberry-dacplus-std Also had to edit audio output in mpd.conf audio_output { type "alsa" name "My ALSA Device" device "hw:0,0" mixer_type "software" } All is working now, thanks. RE: Raspberry Pi 5 and Amp 2 - Tim Curtis - 06-12-2024 It looks like DAC+ and Amp2/4 need the hifiberry-dacplus-std overlay. I'll add to the TODO list. RE: Raspberry Pi 5 and Amp 2 - jezsinglespeed - 06-13-2024 Ribelema, I had this with my HifiBerry Dac2 Pro on my Rpi5, got round it by selecting the right DT Overlay, they're all there now the kernel has pulled them through from hifiberry, shown in attached screen snip. Tim, if its on your TODO would you do all of the new/updated overlays at:- https://www.hifiberry.com/docs/software/configuring-linux-3-18-x/ Don't be put off by the page title it's the list for 'Kernel >= 6.1.77' overlays, many thanks as always. RE: Raspberry Pi 5 and Amp 2 - Tim Curtis - 06-13-2024 Here is whats currently in the device table along with the proposed change. Code: 22 HiFiBerry Amp(Amp+) hifiberry-amp For the hifiberry devices not in the table I can't add them without detailed specs and an explanation of how any of the advanced chip/driver or input options function. Here's the table columns. Code: name Device name RE: Raspberry Pi 5 and Amp 2 - jezsinglespeed - 06-13-2024 Thanks Tim, now i see that list I'm sorted as the Dac2 Pro is the new Dac+ Pro and uses the same driver, its the successor 2nd revision board if you will. I'm on their forum so i'll ask if they'll provide info, regards, jez. RE: Raspberry Pi 5 and Amp 2 - ribelema - 06-19-2024 Hi Guys My modified audio_output in the mpd.conf is not persistent, what I mean that it doesn't survive the reboots. Is there anyway to address this? Regards RE: Raspberry Pi 5 and Amp 2 - Tim Curtis - 06-19-2024 (06-19-2024, 12:23 PM)ribelema Wrote: Hi Guys Try the dev tweaks feature https://moodeaudio.org/forum/showthread.php?tid=5706&pid=47753#pid47753 |