File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -125,4 +125,17 @@ A short checklist of what you will need:
125125You can buy everything at [ adafruit.com] ( https://adafruit.com ) ,
126126[ sparkfun] ( https://sparkfun.com ) , on ebay or your favourite electronics
127127retailer (germany: check [ conrad electronic] ( http://www.conrad.de )
128- or [ watterott] ( http://watterott.com ) where i bought most of my stuff).
128+ or [ watterott] ( http://watterott.com ) where i bought most of my stuff).
129+
130+ ## Known Issues
131+
132+ There is a conflict where the internal soundcard uses the same
133+ GPIO / DMA / PWM functions that are needed to run the LED-drivers.
134+ As far as I know you can not use both at the same time.
135+
136+ One workaround is to use an external (USB) soundcard and make it the
137+ default device:
138+
139+ Edit /etc/modprobe.d/alsa-base.conf and comment out the line
140+ options snd-usb-audio index=-2
141+ If anyone finds a better solution please get in touch!
You can’t perform that action at this time.
0 commit comments