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

Update for loading the module at boot #8

Open
Circu1tI0N3rd opened this issue Nov 28, 2022 · 0 comments
Open

Update for loading the module at boot #8

Circu1tI0N3rd opened this issue Nov 28, 2022 · 0 comments

Comments

@Circu1tI0N3rd
Copy link

To quote from the README:

$ sudo modprobe snd-i2s_rpi rpi_platform_generation=0

# rpi_platform_generation=0 for Raspberry Pi 1 B/A/A+, 0
# do not add anything for everything else (2/3).

In order for arecord to detect the mic on bootup for Raspberry Pi 1 (as I had) and Zero, creating /etc/modprobe.d/snd-i2s_rpi.conf with the following line:

options snd-i2s_rpi rpi_platform_generation=0

should allow the module to load with that option by default.

Testing with sudo modprobe snd-i2s_rpi after generating that config should also work.

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