Open main menu

Changes

X450/X5500 Software Configuration

351 bytes added, 13:24, 3 August 2023
{{GD Template Impl}}
==Raspbian Stretch==
The following operation is in the <span style="color:red;">config.txt</span> file
 
REMOVE THE DRIVER FOR THE ONBOARD SOUND
<pre>
sudo nano /boot/config.txt
 
#Remove the line or add the '#' at the begin of this line;
#dtparam=audio=on
</pre>
 
CONFIGURE DEVICE TREE OVERLAY FILE
<pre>
#Add the following line at the end of config.txt file;
dtoverlay=hifiberry-dac
 
#Save config.txt file(Ctrl-x then Y), then reboot raspberry pi
sudo reboot
</pre>
 
==Volumio (Version: 2.118)==
Select the<span style="color:red;">“PLAYBACK OPTIONS”</span>menu, Turn on <span style="color:red;">"I2S DAC"</span> and select <span style="color:red;">"Hifiberry DAC"</span> under<span style="color:red;">“DAC Model.”</span> Then reboot and you are done.
7. Done!
==Raspbian StretchPicoreplayer==REMOVE THE DRIVER FOR THE ONBOARD SOUND<pre>for the picoreplayer the correct hardware is the '''Audiophonics ISabre Q2M'''1) pi@raspberrypi ~ $ sudo nano /boot/config.txt 2) Remove the linehw: dtparamCARD=audioDAC,DEV=on0 - I-Sabre Q2M DAC, I-Sabre Q2M DAC i-sabre-codec-i2c.1-0048-0</pre>CONFIGURE DEVICE TREE OVERLAY FILEThanks to '''Ignace Sannen''' <pre>3) Add the following line dtoverlay=hifiberry!-- ignace.sannen@gmail.com-dac4) Save your changes by pressing Ctrl-x then Y>5) Reboot your Raspberry Pi pi@raspberrypi ~ $ sudo reboot</pre>
Return to [[X5500]] [[X450]]