Thread Review (Newest First) |
Posted by noek - 06-05-22, 21:49 |
Hi Besibesi, I assume that you started your actions because you don't have sound now. Some remarks: If samplerbox is started, the audio device is busy, because it's in use by samplerbox. There was no need to install extra software. Samplerbox is reported to run hifiberry out of the box, after making two changes in the config.txt. One change is adding the appropriate overlay, which you (or the install) did. I noticed you (or the install) also commented the dtparam line in the config (the second config change), which should rule out any conflicts there, but the comments state you should set it to off. You also added force_eeprom_read=0, but I doubt this has influence here and I understood this has to be used from some hifiberry models.. In other words: config looks OK apart from that dtparam line. As it happens I also use a hifiberry: debugging info gives similar results, apart from model differences Looking OK too except for one line that I see, but is missing in your log: Code: 002023.147: dtparam: audio=off It's also useful to start the debugging actions as explained on the Build it page. The messages during startup and play when running manually may reveal more. And when samplerbox is inactive, you can also test with speakertest. Hope this helps, Noek. |
Posted by besibesi - 05-05-22, 06:21 |
I have a RaspberryPi Zero W and the HifiBerry DAC. I have used it before without problems and now I have an image with [samplerbox](https://homspace.nl/samplerbox) and I added the line to `/boot/config.txt`: Code: dtoverlay=hifiberry-dac I now get the error when running `speaker-test`: Code: ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave I did also run the script for the adafruit i2s DAC: Code: curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash Some debugging: Code: cat /proc/asound/cards config.txt Code: # For more options and information see dmesg Code: [ 0.000000] Booting Linux on physical CPU 0x0 Please note that I did cross-post my question to https://raspberrypi.stackexchange.com/q/137342 |