in my modules.conf i wrote (a bit messy because I'm testing)
[brecht@laptop brecht]$ cat /etc/modules.conf
alias eth0 sis900
#alias usb-controller usb-ohci
#alias usb-controller1 ehci-hcd
#alias ieee1394-controller ohci1394
#alias usb-controller usb-ohci
#alias usb-controller1 ehci-hcd
#alias usb-controller usb-ohci
#alias usb-controller1 ehci-hcd
#alias sound i810_audio
alias soundcore
alias sound
alias ac97_codec
alias sound-slot-0 i810_audio
#post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
#pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1
|| :
I don't know if that's wright, if I start and I don't modprobe the modules myself I get
[root@laptop root]# lsmod
Module Size Used by Not tainted
sis900 16780 1
just my ethernet card is insert
if I insert the other modules with modprobe it works to insert them but now sound
greetz
