mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-10 11:10:27 +02:00
11 lines
207 B
Markdown
11 lines
207 B
Markdown
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
|
|
```
|