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

AudioInjector.net iso. soundcard needs module loaded with old kernels #2003

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flatmax
Copy link
Contributor

@flatmax flatmax commented Sep 26, 2020

The audio injector isolated soundcard requires the snd_soc_cs4271_i2c
module to be manually loaded with old 4.x.x kernels.

The audio injector isolated soundcard requires the snd_soc_cs4271_i2c 
module to be manually loaded with old 4.x.x kernels.
@flatmax
Copy link
Contributor Author

flatmax commented Oct 5, 2020

Autoload module for old Raspberry Pi Kernels.

@volumio
Copy link
Owner

volumio commented Oct 6, 2020

@flatmax

Couple of comments:

  • Did you test it, does it work?
  • To make it future proof, for when we will update the kernel (no module loading necessary), what about using a script that checks if kernel < 5.x (with uname -a) then loads the kernel?

@flatmax
Copy link
Contributor Author

flatmax commented Oct 6, 2020

The procedure for testing isn't clear.
Can you please guide on testing this ?

I can't imagine it would matter if it were attempted to load in a kernel which has already loaded it ?

@volumio
Copy link
Owner

volumio commented Oct 6, 2020

To test: simply make the mod on your system. Disable i2s, reboot, enable i2s with this DAC and see if that works (also after a reboot).

@volumio
Copy link
Owner

volumio commented Nov 9, 2020

@flatmax do you have any news on the testing?

@flatmax
Copy link
Contributor Author

flatmax commented Nov 9, 2020

I haven't had a chance to work on Volumio unfortunately.

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

Successfully merging this pull request may close these issues.

None yet

2 participants