-

X450/X5500 Software Configuration: Difference between revisions

From Geekworm Wiki
Jump to navigation Jump to search
Replace <comments/> with <comment-streams />
Replace <comments/> with <comment-streams />
 
Line 68: Line 68:
Return to [[X5500]] [[X450]]
Return to [[X5500]] [[X450]]


<comment-streams />
<comment-streams id="main" />




[[Category:Product Manual]]
[[Category:Product Manual]]
[[Category:Raspberry pi]]
[[Category:Raspberry pi]]

Latest revision as of 10:13, 27 May 2026

Raspbian Stretch

The following operation is in the config.txt file

REMOVE THE DRIVER FOR THE ONBOARD SOUND

sudo nano /boot/config.txt 

#Remove the line or add the '#' at the begin of this line;
#dtparam=audio=on

CONFIGURE DEVICE TREE OVERLAY FILE

#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

Volumio (Version: 2.118)

Select the“PLAYBACK OPTIONS”menu, Turn on "I2S DAC" and select "Hifiberry DAC" under“DAC Model.” Then reboot and you are done.

Volumio

Moode Audio Player (Version: 3.1)

Simply select the“Configure”menu, select "Audio" under "configuration settings", then select "HiFiBerry DAC" under “I2S audio device", Finally click “SET”and reboot.

Moode

OSMC (Version: 20170210)

1. Select My OSMC and enter "Pi Config".

OSMC-1

2. Select "Hardware Support" and choose your "hifiberry-dac-overlay" in the Soundcard Overlay parameter.

OSMC-2

3. Restart your Raspberry Pi.

OSMC-3

4. Select "Settings".

OSMC-4

5. Select "System".

OSMC-5

6. Select "Audio output" and set the Audio output device parameter to ALSA: Default (snd_rpi_hifiberry_dac Analog)

OSMC-6

7. Done!

Picoreplayer

for the picoreplayer the correct hardware is the Audiophonics ISabre Q2M

hw:CARD=DAC,DEV=0 - I-Sabre Q2M DAC, I-Sabre Q2M DAC i-sabre-codec-i2c.1-0048-0

Thanks to Ignace Sannen


Return to X5500 X450