Skip to content

Commit

Permalink
Add example for blacklisting the on board audio driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
ensonic authored and jgarff committed Nov 5, 2016
1 parent c8b7ee1 commit fd1f679
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Expand Up @@ -58,9 +58,13 @@ reponsibility for damage, harm, or mistakes.

Since this library and the onboard Raspberry Pi audio both use the PWM,
they cannot be used together. You will need to blacklist the Broadcom
audio kernel module. Some distributions use audio by default, even
if nothing is being played. If audio is needed, you can use a USB audio
device instead.
audio kernel module by creating a file /etc/modprobe.d/snd-blacklist.conf
with

blacklist snd_bcm2835

Some distributions use audio by default, even if nothing is being played.
If audio is needed, you can use a USB audio device instead.

### Usage:

Expand Down

0 comments on commit fd1f679

Please sign in to comment.