[linux-audio-user] activate second midi card

Reuben Martin MartinR at jbu.edu
Mon Oct 27 11:27:45 EST 2003


> > The AC'97 controller can be autodetected because it's a PCI device,
> > but this isn't the case for the MIDI port.
> >
> > Use the snd-mpu401 driver, and set the port and irq 
> parameters to the
> > same values you've configured in the BIOS setup, i.e.:
> >
> > 	alias snd-card-0 snd-ice1712
> > 	alias snd-card-1 snd-intel8x0
> > 	alias snd-card-2 snd-mpu401
> > 	options snd-ice1712 index=0
> > 	options snd-intel8x0 index=1
> > 	options snd-mpu401 index=2 port=0x330 irq=10
> >
> 
> Great! Thanks both of you!
> 
> Where do I do this? In alsa config file or somewhere else? 
> (sorry for being so 
> stupid?)


Generally it is in your /etc/modules.conf file

Some distros auutomatically generate this file from other files though. In that case you have to modify the file that it uses to generate the ALSA section within modules.conf

For example in Debian it's something like /etc/modutils/alsa
On my Gentoo box it's found at /etc/modules.d/alsa

Hope that helps.

regards
-Reuben




More information about the Linux-audio-user mailing list