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

15 lines
234 B
Markdown
Raw Normal View History

2016-08-17 05:09:57 +02:00
Music Player Daemon
===================
2021-02-09 10:58:42 +02:00
## Raspberry Pi OS
Audio is enabled by default
## ArchLinuxArm
2016-08-17 05:09:57 +02:00
```bash
$ echo 'snd-bcm2835' > /etc/modules-load.d/raspberrypi.conf
$ echo 'dtparam=audio=on' >> /boot/config.txt
$ reboot
```