I'm trying to debug MIDI on my M-Audio 1010LT card. I have jack running, a2jmidid -e and aseqdump work with my USB MIDI keyboard, but I can't seem to verify ANY incoming or outgoing MIDI data on the M-Audio 1010LT card.
aconnect -li
client 0: 'System' [type=kernel]
0 'Timer '
1 'Announce '
Connecting To: 128:0, 130:0
client 14: 'Midi Through' [type=kernel]
0 'Midi Through Port-0'
Connecting To: 130:0[real:0]
Connected From: 130:0
client 16: 'M Audio Delta 1010LT' [type=kernel]
0 'M Audio Delta 1010LT MIDI'
Connecting To: 130:0[real:0]
Connected From: 130:0
proc/asound/M1010LT/midi0 shows
M Audio Delta 1010LT MIDI
Output 0
Tx bytes : 0
Owner PID : 5445
Mode : native
Buffer size : 4096
Avail : 4096
Input 0
Rx bytes : 0
Owner PID : 5445
Buffer size : 4096
Avail : 0
Overruns : 0
I've tried two different MIDI note generators and two different cables to rule that out. My FCB1010 foot controller will send MIDI to other devices, but I'm not getting anything on the M1010LT card. One thing I noticed, while mulling through the mailing list archives is that I have no snd-virmidi module loaded. aconnect -li
client 0: 'System' [type=kernel]
0 'Timer '
1 'Announce '
Connecting To: 128:0, 130:0
client 14: 'Midi Through' [type=kernel]
0 'Midi Through Port-0'
Connecting To: 130:0[real:0]
Connected From: 130:0
client 16: 'M Audio Delta 1010LT' [type=kernel]
0 'M Audio Delta 1010LT MIDI'
Connecting To: 130:0[real:0]
Connected From: 130:0
proc/asound/M1010LT/midi0 shows
M Audio Delta 1010LT MIDI
Output 0
Tx bytes : 0
Owner PID : 5445
Mode : native
Buffer size : 4096
Avail : 4096
Input 0
Rx bytes : 0
Owner PID : 5445
Buffer size : 4096
Avail : 0
Overruns : 0
lsmod|egrep "snd|midi"
snd_hrtimer 12744 1
snd_seq_dummy 12762 2
snd_seq_midi 13564 2
snd_seq_midi_event 14436 1 snd_seq_midi
snd_hda_codec_via 31874 1
snd_hda_codec_generic 67697 1 snd_hda_codec_via
snd_hda_codec_hdmi 51916 1
snd_hda_intel 30520 7
snd_ice1712 75341 8
snd_cs8427 18214 1 snd_ice1712
snd_i2c 13828 2 snd_ice1712,snd_cs8427
snd_ice17xx_ak4xxx 13128 1 snd_ice1712
snd_hda_controller 30207 1 snd_hda_intel
snd_ak4xxx_adda 18487 2 snd_ice1712,snd_ice17xx_ak4xxx
snd_mpu401_uart 13992 1 snd_ice1712
snd_hda_codec 135270 5 snd_hda_codec_hdmi,snd_hda_codec_via,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_rawmidi 29794 2 snd_mpu401_uart,snd_seq_midi
snd_hwdep 17650 1 snd_hda_codec
snd_ac97_codec 133528 1 snd_ice1712
snd_seq 62266 16 snd_seq_midi_event,snd_seq_dummy,snd_seq_midi
snd_seq_device 14461 4 snd_seq,snd_rawmidi,snd_seq_dummy,snd_seq_midi
ac97_bus 12682 1 snd_ac97_codec
snd_pcm 110917 8 snd_ice1712,snd_ac97_codec,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_timer 28778 3 snd_hrtimer,snd_pcm,snd_seq
snd 75905 44 snd_ice1712,snd_ac97_codec,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_via,snd_i2c,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_ak4xxx_adda,snd_hda_intel,snd_mpu401_uart,snd_seq_device,snd_cs8427
soundcore 14491 2 snd,snd_hda_codec
------------------------------------------------------------------------------
_______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user