Compare commits

...

2 Commits

Author SHA1 Message Date
a37f6fdd23 readme.md 2022-01-17 11:08:12 +00:00
02b6d792e7 readme.md 2022-01-17 11:05:25 +00:00

View File

@@ -3,8 +3,8 @@
- HiFiBerry - DAC Plus - HiFiBerry - DAC Plus
# Setup # Setup
- OS Setup, [Instructions](/marcio.fernandes/raspberrypi) ## OS Setup, [Instructions](/marcio.fernandes/raspberrypi)
- HiFiBerry Setup ([Information source](https://www.hifiberry.com/docs/software/configuring-linux-3-18-x/)) ## HiFiBerry Setup ([Information source](https://www.hifiberry.com/docs/software/configuring-linux-3-18-x/))
- Remove/comment from /boot/config.txt if it exists, for disabling onboard sound. - Remove/comment from /boot/config.txt if it exists, for disabling onboard sound.
@@ -19,8 +19,9 @@
- Reboot - Reboot
- SqueezeLite ## SqueezeLite
- Check latest [version](https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/) - Requires Logitech Media Server check [instructions](/marcio.fernandes/lms) for setup
- Check latest [version](https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/) SqueezeLite
- Download latest version - Download latest version
cd /tmp cd /tmp
@@ -42,7 +43,7 @@
sudo chmod +x /usr/bin/squeezelite sudo chmod +x /usr/bin/squeezelite
- Start on boot (as a service) - Start on boot
- Download/copy file [etc/systemd/system/squeezelite.service](etc/systemd/system/squeezelite.service) to /etc/systemd/system/ - Download/copy file [etc/systemd/system/squeezelite.service](etc/systemd/system/squeezelite.service) to /etc/systemd/system/
*check file for squeezelite configurations* *check file for squeezelite configurations*
@@ -58,14 +59,14 @@
sudo systemctl enable squeezelite sudo systemctl enable squeezelite
- Bluealsa - using pi as bluetooth speaker ## Bluealsa
*Using pi as bluetooth speaker*
- Install - Install
sudo apt update && sudo apt install bluealsa -y sudo apt update && sudo apt install bluealsa -y
- Start on boot (as a service) - Start on boot
sudo service bluealsa enable && sudo service bluealsa start sudo service bluealsa enable && sudo service bluealsa start
@@ -82,7 +83,7 @@
sudo systemctl start bluealsaaplay sudo systemctl start bluealsaaplay
- bluealsa-aplay and squeelite ## bluealsa-aplay and Squeezelite
- squeelite on boot - squeelite on boot
sudo systemctl enable squeezelite sudo systemctl enable squeezelite