Hello, i&#39;m trying to make my midi keyboard work on my ubuntu edgy box.<br>The keyboard is connected by midi through the Game/Midi port of my ASUS P4P800 Motherboard (Intel audio chipset).<br><br>amidi -l gives me this<br>
<br>Device&nbsp;&nbsp;&nbsp; Name<br>hw:1,0&nbsp;&nbsp;&nbsp; MPU-401 UART MIDI<br>hw:2,0&nbsp;&nbsp;&nbsp; Audigy MPU-401 (UART)<br>hw:2,1&nbsp;&nbsp;&nbsp; Audigy MPU-401 #2<br>hw:2,2&nbsp;&nbsp;&nbsp; Emu10k1 Synth MIDI (16 subdevices)<br>hw:2,3&nbsp;&nbsp;&nbsp; Emu10k1 Synth MIDI (16 subdevices)<br><br><br>
The Game/Midi port is the hw:1,0 MPU-401 UART MIDI.<br>But when i do a cat /dev/snd/midiC1D0 (which does exist), i get an I/O error.<br><br>When i do a lsmod | grep snd<br>i get this<br><br>snd_emu10k1_synth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7808&nbsp; 0 
<br>snd_emux_synth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 37120&nbsp; 1 snd_emu10k1_synth<br>snd_seq_virmidi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7296&nbsp; 1 snd_emux_synth<br>snd_seq_midi_emul&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7296&nbsp; 1 snd_emux_synth<br>snd_seq_dummy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4100&nbsp; 0 <br>snd_seq_oss&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 34304&nbsp; 0 
<br>snd_seq_midi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9088&nbsp; 0 <br>snd_seq_midi_event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7808&nbsp; 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi<br>snd_seq&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 53360&nbsp; 9 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
<br>snd_emu10k1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 124576&nbsp; 3 snd_emu10k1_synth<br>snd_util_mem&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5120&nbsp; 2 snd_emux_synth,snd_emu10k1<br>snd_hwdep&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9860&nbsp; 2 snd_emux_synth,snd_emu10k1<br>snd_mpu401&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8616&nbsp; 0 <br>snd_mpu401_uart&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8704&nbsp; 1 snd_mpu401
<br>snd_intel8x0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 33436&nbsp; 0 <br>snd_ac97_codec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 96672&nbsp; 2 snd_emu10k1,snd_intel8x0<br>snd_ac97_bus&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2432&nbsp; 1 snd_ac97_codec<br>snd_rawmidi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 25600&nbsp; 4 snd_seq_virmidi,snd_seq_midi,snd_emu10k1,snd_mpu401_uart
<br>snd_seq_device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8972&nbsp; 8 snd_emu10k1_synth,snd_emux_synth,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_emu10k1,snd_rawmidi<br>snd_pcm_oss&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 46080&nbsp; 0 <br>snd_mixer_oss&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 18560&nbsp; 1 snd_pcm_oss
<br>snd_pcm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 80520&nbsp; 5 snd_emu10k1,snd_intel8x0,snd_ac97_codec,snd_pcm_oss<br>snd_timer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 23172&nbsp; 3 snd_seq,snd_emu10k1,snd_pcm<br>snd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 55428&nbsp; 19 snd_emux_synth,snd_seq_virmidi,snd_seq_oss,snd_seq,snd_emu10k1,snd_hwdep,snd_mpu401,snd_mpu401_uart,snd_intel8x0,snd_ac97_codec,snd_rawmidi,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
<br>soundcore&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9952&nbsp; 1 snd<br>snd_page_alloc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10504&nbsp; 3 snd_emu10k1,snd_intel8x0,snd_pcm<br><br>Since the keyboard works under winxp, i think it&#39;s more a driver than a hardware problem.<br><br>Has anybody any idea that could help me ?
<br>Thank you in advance.<br><br><br><br>