modprobe.conf: what should be in there.... ?

Bill Nottingham notting at redhat.com
Fri Mar 14 18:20:46 UTC 2008


Tom London (selinux at gmail.com) said: 
> So I'm curious..... what actually needs to be in modprobe.conf?
> 
> Here is the one currently installed:
> 
> alias scsi_hostadapter ahci
> options snd cards_limit=8
> alias snd-card-0 snd-hda-intel
> alias snd-card-1 snd-usb-audio
> options snd-hda-intel index=0
> options snd-usb-audio index=1
> remove snd-hda-intel { /sbin/salsa -s 0 >/dev/null 2>&1 || : ; };
> /sbin/modprobe -r --ignore-remove snd-hda-intel
> alias eth0 e1000
> 
> Are any of these really needed?

No. The remove line for snd-hda-uintel actually does something useful,
but considering you're very unlikely to actually remove the module...

Bill




More information about the fedora-test-list mailing list