mine
su
lsmod | grep snd
snd_seq_dummy 3492 0
snd_seq_oss 29888 0
snd_seq_midi_event 6912 1 snd_seq_oss
snd_seq 46800 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 37216 0
snd_mixer_oss 14784 1 snd_pcm_oss
snd_emu10k1 133536 2
snd_rawmidi 19456 1 snd_emu10k1
snd_ac97_codec 96836 1 snd_emu10k1
ac97_bus 2752 1 snd_ac97_codec
snd_pcm 69700 4 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
snd_seq_device 7276 5 snd_seq_dummy,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi
snd_timer 19652 3 snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc 8552 2 snd_emu10k1,snd_pcm
snd_util_mem 4256 1 snd_emu10k1
snd_hwdep 7492 1 snd_emu10k1
snd 45060 14 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm,snd_seq _device,snd_timer,snd_hwdep
soundcore 6624 1 snd
1) the thing that stands out so far is.....i have a midi and you don't so we now know why midi was blank in kde c ctr.
2) my actual sndcard is the emu stuff. but I can spot your snd_hda_intel
3) my bad on config....alsa has its own section and not named alsa for individual drivers
open with text and scroll is better to
#Advanced Linux Sound Architecture
you may note they are the same drivers in you lsmod
4) under pci in config I have
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_ATIHDMI=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
# CONFIG_SND_HDA_POWER_SAVE is not set
we know yours is a module
but I am now wondering if you have the correct driver. altho I can not yet offer solution...here is where i am thinking of going...rmmod for the intel and modprobe other drivers...ac97 and under config pci set you will find CONFIG_SND_INTEL8X0=m which is the generic driver
and here is someones attempt currently a fail...but you might learn something from it?
http://linux.derkeiler.com/Mailing-L.../msg01766.html
I think the good thing about that post...is the lspci is showing the card is detected and ac97 is the driver.