1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/mpd/arm/README.md

11 lines
207 B
Markdown
Raw Normal View History

2016-08-17 03:09:57 +00: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
```