Compare commits
2 Commits
4fda3f35bb
...
a37f6fdd23
| Author | SHA1 | Date | |
|---|---|---|---|
| a37f6fdd23 | |||
| 02b6d792e7 |
19
README.md
19
README.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user