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

Re-enable ALSA Sequencer Support in Kernels > 5.10.x (CONFIG_SND_SEQUENCER ) #2789

Closed
utajum opened this issue Feb 9, 2025 · 2 comments
Closed

Comments

@utajum
Copy link
Contributor

utajum commented Feb 9, 2025

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.

ubuntu@armbian:~$ sudo modprobe snd_seq
modprobe: ERROR: ../libkmod/libkmod-module.c:838 kmod_module_insert_module() could not find module by name='snd_seq'
modprobe: ERROR: could not insert 'snd_seq': Unknown symbol in module, or unknown parameter (see dmesg)
modprobe: ERROR: ../libkmod/libkmod-module.c:990 command_do() Error running install command '/sbin/modprobe --ignore-install snd-seq  && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }' for module snd_seq: retcode 1
modprobe: ERROR: could not insert 'snd_seq': Invalid argument
ubuntu@armbian:~$ lsmod | grep snd_seq^C
@utajum utajum changed the title Request to enable # CONFIG_SND_SEQUENCER is not set in latest kernel Re-enable ALSA Sequencer Support in Kernels > 5.10.x (CONFIG_SND_SEQUENCER ) Feb 9, 2025
@utajum
Copy link
Contributor Author

utajum commented Feb 9, 2025

For example, in kernel 5.10.x, this module is enabled:

# config-5.10 (line 5178)
CONFIG_SND_SEQUENCER=m

But in kernel 6.6.x, it is disabled:

# config-6.6 (line 5659)
# CONFIG_SND_SEQUENCER is not set

This breaks MIDI (and other ALSA) functionality. See the full configs here:

@ophub
Copy link
Owner

ophub commented Feb 9, 2025

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)
@ophub ophub closed this as completed Feb 10, 2025
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

2 participants