Skip to content

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

Closed
@utajum

Description

@utajum

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions