1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-10 11:10:27 +02:00
dockerfiles/mpd/arm/README.md

11 lines
207 B
Markdown
Raw Normal View History

2016-08-17 05:09:57 +02:00
Music Player Daemon
===================
## Enable Audio Device (ArchLinuxArm)
```bash
$ echo 'snd-bcm2835' > /etc/modules-load.d/raspberrypi.conf
$ echo 'dtparam=audio=on' >> /boot/config.txt
$ reboot
```