1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +02:00
dockerfiles/mpd/arm/README.md
2021-02-09 16:58:42 +08:00

15 lines
234 B
Markdown

Music Player Daemon
===================
## Raspberry Pi OS
Audio is enabled by default
## ArchLinuxArm
```bash
$ echo 'snd-bcm2835' > /etc/modules-load.d/raspberrypi.conf
$ echo 'dtparam=audio=on' >> /boot/config.txt
$ reboot
```