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

rgb-matrix.sh: Update disabling sound for quality mod for RGB matrix HAT #253

Open
rohithm8 opened this issue Jul 5, 2023 · 0 comments
Open

Comments

@rohithm8
Copy link

rohithm8 commented Jul 5, 2023

This script allows selection between two different pinouts corresponding to the quality mod (soldering a wire between gpio 4-18) and the unaltered HAT. However, the quality mod requires disabling onboard sound. Although the method in rgb-matrix.sh worked for older versions of Raspbian, for the latest Raspberry Pi OS I think that it is necessary to blacklist it in the kernel (as commented in the script). Perhaps something like:
sudo echo -n "blacklist snd_bcm2835" > /etc/modprobe.d/alsa-blacklist.conf
will do the job.

Reference to where this issue is:
https://github.com/adafruit/Raspberry-Pi-Installer-Scripts/blob/339cccfbdd8b503b53186176ff96bead9a13a2f5/rgb-matrix.sh#L276C1-L278C69

Thank you for providing this resource - it has made it significantly easier to use this HAT!

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

1 participant