readme.md
This commit is contained in:
53
README.md
53
README.md
@@ -1,46 +1,33 @@
|
|||||||
# Hardware
|
# Hardware
|
||||||
- Raspberry PI W
|
- Raspberry PI W
|
||||||
- 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/))
|
||||||
1. remove driver for the onboard sound
|
|
||||||
Remove the line
|
- Remove the line from /boot/config.txt if it exists, for disabling onboard sound.
|
||||||
|
|
||||||
dtparam=audio=on
|
dtparam=audio=on
|
||||||
|
|
||||||
from /boot/config.txt if it exists.
|
- Add this lines to /boot/config.txt
|
||||||
|
|
||||||
|
force_eeprom_read=0
|
||||||
2. add this lines
|
dtoverlay=hifiberry-dacplus
|
||||||
|
|
||||||
force_eeprom_read=0
|
- Reboot
|
||||||
dtoverlay=hifiberry-dacplus
|
|
||||||
|
|
||||||
to /boot/config.txt
|
|
||||||
|
|
||||||
3. reboot
|
|
||||||
- Pulseaudio
|
|
||||||
1. Install
|
|
||||||
|
|
||||||
sudo apt install pulseaudio
|
|
||||||
sudo apt install pavucontrol
|
|
||||||
|
|
||||||
2. add user to audio
|
|
||||||
|
|
||||||
sudo adduser USERNAME audio
|
|
||||||
|
|
||||||
- SqueezeLite
|
- SqueezeLite
|
||||||
1. check latest [version](https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/)
|
- Check latest [version](https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/)
|
||||||
2. download latest version
|
- Download latest version
|
||||||
|
|
||||||
wget https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-pulse-1.9.9.1392-armhf.tar.gz
|
wget https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/ squeezelite-pulse-1.9.9.1392-armhf.tar.gz
|
||||||
|
|
||||||
3. untar downloaded files
|
- Untar downloaded files
|
||||||
|
|
||||||
tar -xvzf download
|
tar -xvzf download
|
||||||
|
|
||||||
4. Install squeezelite
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user