Open main menu

Changes

X950 software

1,886 bytes added, 18:57, 15 June 2021
no edit summary
{{GD Template Impl}}
 
==Raspbian==
Please refer to here: File:DAC-setting-raspbian.pdf if you want use it on Raspbian.
 
==[https://volumio.org/get-started/ Volumio]==
* Write SD card image and boot Pi.
* connect from web browser to volumio.local
* Select the top right hand side (burger) menu and select PLAYBACK OPTIONS.
* Turn on "I2S DAC" and select "ST400" under“DAC Model.” Then reboot and you are done.
 
==[http://www.moodeaudio.org/ Moode Audio Player]==
* Connect from web browser to moode.local
* Select configure from the pull down menu, then system.
* Within the Audio section select the device you have (such as Pi-DAC+) and press SET
* Within the same selection make sure you set the volume to around 20% (not 100%) and press SET
* Select reboot
 
Once reconnected….
* Select configure from the pull down menu and then MPD
* Within Setting, select volume control - hardware and then APPLY
* Select reboot
 
==[http://www.runeaudio.com/ RuneAudio]==
* Write SD card image, boot Pi.
* login into the Pi via ssh as root (password rune) and edit /boot/config.txt to select the IQaudio Pi-DAC+ devicetree overlay. Save and reboot
* Connect from web browser to runeaudio.local
* Select the pull down settings menu and select MPD, here change audio interface to IQaudIO DAC, beneath this select Volume control: enabled-hardware
* Press SAVE AND APPLY
 
==[http://openelec.tv/get-openelec OpenElec]==
* Download Stable Openelec 6.0.3 image from http://releases.openelec.tv/OpenELECRPi2.arm-6.0.3.img.gz
* Write image to SD card
* Boot Openelec
* SSH into the Raspberry PI and edit config.txt to include the device tree
* mount -o remount,rw /flash
* nano /flash/config.txt
<pre>
# audio interfaces
dtoverlay=iqaudio-dacplus
# optional hardware interfaces
dtparam=i2s=on
</pre>
* Once above changes have been made, then ctrl+x to save.
* mount -o remount,ro /flash
* reboot