Coscell wrote:
Does someone sucessfuly enable sis7012's midi
port?
SiS chipsets don't have MIDI support, but the LPC I/O controller has a
MPU-401 compatible MIDI port.
Use the snd-mpu401 driver, and specify the port address and interrupt
that you've configured in the BIOS setup.
The entries in your modules.conf/modprobe.conf shoud look like this:
alias snd-card-0 snd-intel8x0
alias snd-card-1 snd-mpu401
options snd-intel8x0 index=0
options snd-mpu401 index=1 port=0x330 irq=5
HTH
Clemens