Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 470 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 470 Bytes

#RaspberryPiWakeUp

C# Tool to make a wake up (dimm LED and play music) with a Raspberry Pi

##Needed Tools

##Config

  • actions.xml

##Setting up USB-Audio

vi /etc/mpd.conf

uncomment

#mixer_type "software"

vi /etc/modprobe.d/alsa-base.conf

set the index of "snd-usb-audio" to 0

options snd-usb-audio index=0