Hello,

I'm trying to setup midi on my motherboard Asus A7N8X Deluxe (chipset nforce2). I use a Debian etch distribution with the kernel 2.6.15.

Here is my configuration file for alsa in /etc/modprobe.d :

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
#module options should go here
options snd-intel8x0 id="internal" mpu_port=0x330

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
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

But when i'm trying to load the module snd-intel8x0, I've got an error message :

FATAL: Error inserting snd_intel8x0 (/lib/modules/2.6.15/kernel/sound/pci/snd-intel8x0.ko): Unknown symbol in module, or unknown parameter (see dmesg)

The last line of dmesg is:

snd_intel8x0: Unknown parameter `mpu_port'

note : if I comment the line "options snd-intel8x0 id="internal" mpu_port=0x330", the module is loaded correctly.

Can somebody help me to find what is wrong ?

Thanks.

Stéphane Fortrie.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to