-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
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:
sudo vi /etc/modprobe.d/blacklist-rgb-matrix.conf- add the following lines:
blacklist snd_bcm2835
blacklist snd_pcm
blacklist snd_timer
blacklist snd_pcsp
blacklist snd
- Save the file and quit vi
sudo update-initramfs -u- reboot and confirm no
sndmodules are running by executing the commandlsmod
Metadata
Metadata
Assignees
Labels
No labels