Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soundcard conflict on RPi3 #49

Closed
AdyiPool opened this issue Jul 8, 2016 · 1 comment
Closed

Soundcard conflict on RPi3 #49

AdyiPool opened this issue Jul 8, 2016 · 1 comment

Comments

@AdyiPool
Copy link

AdyiPool commented Jul 8, 2016

The file mentioned in the radme wasn't found on my RPi3/Raspbian. This worked for me

Create a kernel module blacklist file that prevents all the sound drivers from loading:

  1. sudo vi /etc/modprobe.d/blacklist-rgb-matrix.conf
  2. add the following lines:
blacklist snd_bcm2835
blacklist snd_pcm
blacklist snd_timer
blacklist snd_pcsp
blacklist snd
  1. Save the file and quit vi
  2. sudo update-initramfs -u
  3. reboot and confirm no snd modules are running by executing the command lsmod
@usefulthink
Copy link
Member

Hi @AdyiPool, thanks for this report! That could be a newer raspbian-version handling this differently. Would you mind putting that information into the README and prepare a pull-request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants