-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Re-enable ALSA Sequencer Support in Kernels > 5.10.x (CONFIG_SND_SEQUENCER ) #2789
Comments
For example, in kernel 5.10.x, this module is enabled:
But in kernel 6.6.x, it is disabled:
This breaks MIDI (and other ALSA) functionality. See the full configs here: |
https://github.com/ophub/amlogic-s9xxx-armbian/tree/main/compile-kernel/tools/config Here is the config file. You can adjust the options here to achieve the appropriate configuration. Just submit the latest config file. |
utajum
added a commit
to utajum/amlogic-s9xxx-armbian
that referenced
this issue
Feb 9, 2025
Enable alsa sequencer
ophub
added a commit
that referenced
this issue
Feb 10, 2025
Update config-6.6 #2789 (Re-enable alsa sequencer)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In kernel version 5.10.x, ALSA sequencer support is enabled and works correctly—allowing MIDI applications (e.g., FluidSynth) to access /dev/snd/seq. In later kernels, this support is disabled, breaking MIDI functionality. The source confirms it’s enabled in 5.10.x. I can open a PR to address this, but I'm not familiar with the contribution process for this project. Any guidance or acceptance of this request would be appreciated.
The text was updated successfully, but these errors were encountered: