Closed
Description
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
Labels
No labels