924 B
924 B
Hardware
- Raspberry PI W
- HiFiBerry - DAC Plus
Setup
-
OS setup, instructions
-
HiFiBerry Setup
-
remove driver for the onboard sound Remove the line
dtparam=audio=on
from /boot/config.txt if it exists.
-
add this line
dtoverlay=hifiberry-dacplus
to /boot/config.txt
- reboot
-
-
Pulseaudio
-
uninstall ALSA
sudo apt purge alsa-utils -
Install
sudo apt install pulseaudio
-
-
SqueezeLite
-
check latest version
-
download latest version
wget https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-pulse-1.9.9.1392-armhf.tar.gz -
untar downloaded files
tar -xvzf download -
Install squeezelite
-