Files
pi.bluetooth.speaker/README.md
2022-01-15 11:27:29 +00:00

64 lines
1.0 KiB
Markdown

# Hardware
- Raspberry PI W
- HiFiBerry - DAC Plus
# Setup
- OS setup, [instructions](/marcio.fernandes/raspberrypi)
- HiFiBerry Setup ([information source](https://www.hifiberry.com/docs/software/configuring-linux-3-18-x/))
1. remove driver for the onboard sound
Remove the line
dtparam=audio=on
from /boot/config.txt if it exists.
2. add this lines
force_eeprom_read=0
dtoverlay=hifiberry-dacplus
to /boot/config.txt
3. reboot
- Pulseaudio
1. uninstall ALSA
sudo apt purge alsa-utils
1. Install
sudo apt install pulseaudio
- SqueezeLite
1. check latest [version](https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/)
2. download latest version
wget https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-pulse-1.9.9.1392-armhf.tar.gz
3. untar downloaded files
tar -xvzf download
4. Install squeezelite