First off, yes, SPI is enabled. I’m trying to use a pi zero2w for this.
Recently I acquired a pirate audio headphone amp board from Mouser. Easier to ship here, and they were out of stock on the official site (also I don’t think there’s shipping to South America at all)
I’ve seen some topics as far as 2020 and none of them seems to have a proper answer for this. Besides the “turn on spi on raspi-config”, whatever was supposed to happen just isn’t happening. I CAN get to the web interface, and I can access the pi via ssh. I also tried adding the dtoverlay line under “all” at the end of the config.txt file. Nothing seems to work.
That said, the board seems to be detected by the pi. I’m getting both card 0: sndrpihifiberry and card 1: vc4hdmi from aplay -l
edit: I’m reading the install instructions and there’s mention of an “iris” web interface? I’m not seeing that anywhere. Also, after I adjusted the directory for local music in the mopidy.conf in /etc, the scan didn’t even seem to pick up the folder, it only searched under /var/lib/mopidy/media.
There’s either something I’m missing, or I’m using the wrong install. Should I be using bullseye or bookworm for this??
edit2: I’m guessing there’s something broken with the install. mopidy-iris isn’t something I can install normally via apt, I had to force it via the following command:
sudo python3 -m pip install Mopidy-Iris --break-system-packages
Then and only then it would be available to me on the mopidy web interface, but it also doesn’t find anything I’ve put in the media folder.
edit3: After all that, I tried moving a single file to /var/lib/mopidy/media. Then and only then mopidy scanned it and it appeared in the forcefully installed iris. Worse yet, I still have a blank display. It lights up, but that’s it. Obviously this is less than optimal, but at least the audio out is working. I get no response on the buttons either.
I’d start from scratch with this install if someone pointed me what I’m missing.