18-02-21, 23:32 -
Thanks noek.
Ryan, I finally found some time to look at the installation script.
Conclusion: it might fail on samplerbox but no matter.....
...you don't need it, as the raspaudio+ is HifiBerry DAC compatible which comes with the image.
Only thing you have to do is adapt the /boot/config.txt, I've snipped the applicable part:
should be changed for disabling onboard and enabling the proper hifiberry compatible:
and reboot for testing....
Ryan, I finally found some time to look at the installation script.
Conclusion: it might fail on samplerbox but no matter.....
...you don't need it, as the raspaudio+ is HifiBerry DAC compatible which comes with the image.
Only thing you have to do is adapt the /boot/config.txt, I've snipped the applicable part:
Code:
# for onboard, hdmi or usb dacs uncomment next parm:
dtparam=audio=on
#
# for hifiberry (compatible) dacs uncomment appropriate parm:
#dtoverlay=hifiberry-dac
#dtoverlay=hifiberry-dacplus
should be changed for disabling onboard and enabling the proper hifiberry compatible:
Code:
# for onboard, hdmi or usb dacs uncomment next parm:
#dtparam=audio=on
#
# for hifiberry (compatible) dacs uncomment appropriate parm:
dtoverlay=hifiberry-dac
#dtoverlay=hifiberry-dacplus
This post was last modified: 18-02-21, 23:34 by hansehv.
Edit Reason: confusing typo :-(