Skip to content

Soundcard conflict on RPi3 #49

@AdyiPool

Description

@AdyiPool

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions