<div dir="ltr"><div>I discovered that on plugging in a USB MIDI device, the module snd_seq_device is loaded, bringing with it the dependency snd_rawmidi. This would suffice for apps which use the "raw" MIDI interface, but not the "sequencer" MIDI interface. I have always used the latter, and until recently this has worked.<br><br></div>I think that if the snd_seq_midi module could be loaded at the same time, using the same mechanism as the snd_seq_device module gets loaded, that would be the optimal solution.<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 5, 2015 at 2:16 PM, Elimar Riesebieter <span dir="ltr"><<a href="mailto:riesebie@lxtec.de" target="_blank">riesebie@lxtec.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* Forrest Cahoon <<a href="mailto:forrest.cahoon@gmail.com">forrest.cahoon@gmail.com</a>> [2015-06-04 21:55 -0500]:<br>
<br>
> Package: alsa-utils<br>
> Version: 1.0.28-1<br>
> Severity: normal<br>
><br>
> Kernel modules snd_seq and snd_seq_midi are no longer loaded at boot in Debian<br>
> unstable.<br>
><br>
> I apologize if this is the wrong package; this functionality was formerly<br>
> implemented in alsa-base, but that is a dummy package now. I believe this<br>
> continued to work for some time after the alsa-base implementation went away<br>
> though, so I think this functionality was maintained in the switch but recently<br>
> became broken.<br>
<br>
The mentioned drivers (modules) should be loaded dynamically by kmod<br>
if required from a midi device.<br>
<br>
Please test it.<br>
<span class="HOEnZb"><font color="#888888"><br>
Elimar<br>
--<br>
 Experience is something you don't get until<br>
  just after you need it!<br>
</font></span></blockquote></div><br></div>