Ok, I at least managed to get rid of the first error. I'm not too sure if it's correct the way I've done though.
I edited /etc/modprobe.d/alsa-base. The following line was commented out:
Code:
#install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
I removed the "#" so and reloaded ALSA (sudo /usr/sbin/alsa reload).
Important note though: a few lines above this one is the line:
Code:
# Workaround at bug #499695
So perhaps it's commented out for a good reason?
Now, the result of amidi -l is:
Code:
bart@bart-desktop:~/Desktop$ amidi -l
Dir Device Name
Still not good, but I THINK it's better than an error. Or am I wrong? Anyways, can't get MIDI to work