I’m working on an application that requires midi, but when I run the application I get this error:
ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
MidiInAlsa::initialize: error creating ALSA sequencer client object.
It appears that the ALSA module that provides midi functionality (snd_seq
) is not loaded.
I see the following potentially relevant modules:
./modules/4.9.140-tegra/kernel/sound/drivers/opl3/snd-opl3-lib.ko
./modules/4.9.140-tegra/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko
./modules/4.9.140-tegra/kernel/sound/synth/snd-util-mem.ko
./modules/4.9.140-tegra/kernel/sound/pci/ymfpci/snd-ymfpci.ko
./modules/4.9.140-tegra/kernel/sound/pci/trident/snd-trident.ko
./modules/4.9.140-tegra/kernel/sound/pci/snd-intel8x0.ko
./modules/4.9.140-tegra/kernel/sound/pci/snd-atiixp.ko
./modules/4.9.140-tegra/kernel/sound/pci/oxygen/snd-oxygen-lib.ko
./modules/4.9.140-tegra/kernel/sound/pci/oxygen/snd-virtuoso.ko
./modules/4.9.140-tegra/kernel/sound/pci/nm256/snd-nm256.ko
./modules/4.9.140-tegra/kernel/sound/pci/snd-ad1889.ko
./modules/4.9.140-tegra/kernel/sound/pci/ac97/snd-ac97-codec.ko
./modules/4.9.140-tegra/kernel/sound/pci/snd-intel8x0m.ko
./modules/4.9.140-tegra/kernel/sound/pci/snd-atiixp-modem.ko
./modules/4.9.140-tegra/kernel/sound/pci/mixart/snd-mixart.ko
./modules/4.9.140-tegra/kernel/sound/pci/au88x0/snd-au8810.ko
./modules/4.9.140-tegra/kernel/sound/pci/emu10k1/snd-emu10k1x.ko
Can anyone point me to how I can get the right module loaded to have midi functionality on the Nano?