Support for Pimoroni Audio DAC SHIM #190
-
I have acquired this new DAC from Pimoroni for use with my RPi Zero W, see: https://shop.pimoroni.com/products/audio-dac-shim-line-out The details suggest that it should work with the HifiBerry DAC settings and I have configured rAudio-1 (2021020121) to use this DAC however with this selected the MPD page either cannot be displayed or appears to show no sound card installed. Could rAudio-1 be updated to use this DAC ? Thanks Chris |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Try: wget -O /srv/http/settings/system-i2s.json https://github.com/rern/rAudio-1/blob/UPDATE/srv/http/settings/system-i2s.json
wget -O /srv/http/bash/system.sh https://github.com/rern/rAudio-1/raw/UPDATE/srv/http/bash/system.sh |
Beta Was this translation helpful? Give feedback.
-
Set I2S back to disabled and: wget -O /srv/http/settings/system-i2s.json https://github.com/rern/rAudio-1/raw/UPDATE/srv/http/settings/system-i2s.json
wget -O /srv/http/bash/mpd-devices.sh https://github.com/rern/rAudio-1/raw/UPDATE/srv/http/bash/mpd-devices.sh
rm /etc/asound.conf |
Beta Was this translation helpful? Give feedback.
-
@rern Many thanks Chris |
Beta Was this translation helpful? Give feedback.
@rern
Replacement card arrived over the weekend and now works fine with the updates you made to rAudiio-1.
Many thanks
Chris