Matt Middleton wrote:
I am trying to setup MIDI on my intel8x0 to no avail.

My modprobe.conf looks like this:
alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-1 snd-usb-audio
alias snd-slot-1 snd-usb-audio
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
options snd-intel8x0 id="internal" mpu_port=0x330

I also tried manually loading a few more modules and
an lsmod gives this:

snd_seq_midi_emul       6912  0
snd_seq_midi            6816  1
snd_seq_midi_event      6272  1 snd_seq_midi
snd_seq                52624  6
snd_seq_midi_emul,snd_seq_midi,snd_seq_midi_event
snd_mixer_oss          17664  1
snd_intel8x0           29316  2
snd_ac97_codec         60036  1 snd_intel8x0
snd_pcm                86024  1 snd_intel8x0
snd_timer              22276  2 snd_seq,snd_pcm
snd_page_alloc          9476  2 snd_intel8x0,snd_pcm
snd_mpu401_uart         6400  1 snd_intel8x0
snd_rawmidi            20768  2
snd_seq_midi,snd_mpu401_uart
snd_seq_device          7048  3
snd_seq_midi,snd_seq,snd_rawmidi
snd                    47204  13
snd_seq_midi,snd_seq_midi_event,snd_seq,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device

When I run "pmidi -l" I even get:
 64:0     SiS SI7012 MIDI - Rawmidi 0       SiS SI7012
MIDI

The problem is, I get no audible output. I even upped
all the volumes to make sure that wasn't the issue. Pmidi seems to play, I just don't hear anything. The
only thing i'm unsure about is that mpu_port. Before
i added that line to the modprobe.conf, pmidi did not
detect any midi devices. I read to add it on some
page, but I don't know what the port number means or
where to find out my port number, I just copied 0x330
from the page.

I don't think it has midi synth. the port you see (64:0) is the external midi, you would need to connect it to external midi synth to get sound (not all cards actually have midi jack)


you can use timidity to play midi (it can be set as alsa sequencer)

erik



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to