My problem is that /etc/modules.conf (or /etc/modules) doesn't exist.
Could it be that it is replaced by /etc/modprobe.conf in my distro?
Code:
$ cat /etc/modprobe.conf
alias eth0 natsemi
alias snd-card-0 snd-ali5451
options snd-card-0 index=0
options snd-ali5451 index=0
remove snd-ali5451 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/m odprobe -r --ignore-remove snd-ali5451
alias usb-controller ohci-hcd
This is Linux 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005 i686 athlon i386 GNU/Linux
Thanks again.