Bernd Butscheidt wrote:
> I tried to connect my keyboard with the midi port of my soundcard
> (via 8233 chipset).
>
> But neihter rosegarden or pmidi recognizes something apart from
> fluidsynth.

Only the 82C686 southbridge has an integrated MIDI port.  On your
motherboard, the MIDI port is implemented by the Super-I/O chip, so
the via82xx driver doesn't know about it.  You have to load the
snd-mpu401 driver separately, and specify the port address and the
interrupt as set in the BIOS setup.

Your modules.conf should look similar to this:


options snd cards_limit=2

alias snd-card-0 snd-via82xx
options snd-via82xx index=0 (other_parameters...)

alias snd-card-1 snd-mpu401
options snd-mpu401 index=1 port=0x330 irq=10


HTH
Clemens




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to