In Ubuntu 14.04 with oss-compat installed, I had this in /dev/snd:
- controlC0
- controlC1
- hwC0D0
- hwC0D1
- midiC1D0
- midiC1D1
- midiC1D2
- midiC1D3
- pcmC0D0c
- pcmC0D0p
- pcmC0D1c
- pcmC0D1p
- seq
- timer
Now, in Ubuntu 16.04 (just lately migrated from 14.04 to 16.04 as a new installation), I just have this:
- controlC0
- hwC0D0
- hwC0D1
- pcmC0D0c
- pcmC0D0p
- pcmC0D1p
- seq
- timer
The midiCnDn are missing.
I noticed in 16.04, oss-compat is provided by osspd (which provides oss-compat as virtual package). I though it was the issue, but after replacing osspd with oss-compat (the concrete package of that name), it’s still the same. I used meld on the new and old etc directories for a comparison, with no luck, it seems the difference does not come from a different configuration in etc.
Where does this difference may come from? How do I change what's provided? Is this a kernel option? Or is this really something I missed in etc?
/dev/snd/is related with OSS. I guess you configured something in 14.04 to make it load thesnd-virmidimodule, and the update forgot that. – CL. Sep 26 '17 at 16:33snd-virmidireminds me something, this may be a good track. As a side note, the update has not forgotten anything, I installed 16.04 in a new partition, using meta-packages and notes to re-create my previous configuration. Seems I forget something … Please, feel free to add your comment as an answer if you wish. – Hibou57 Sep 26 '17 at 17:03snd-virmidi index=1lines in/etc/modules, I missed it. Your comment solves the issue. – Hibou57 Sep 26 '17 at 17:09