Hello, I really need to get Alsa MIDI working but it looks like the Rock Pi kernel wasn’t compiled with CONFIG_SND_SEQUENCER enabled. I’m getting this output when typing aconnect
ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
can't open sequencer
Typing amidi -l
returns
Dir Device Name
cannot determine device number: Inappropriate ioctl for device
Please advise how I can get MIDI enabled without recompiling the kernel. I’m using a base Raspbian install with DietPi for what it’s worth. Thanks in advance.