# # /etc/modules.conf # # autofs version 4 backwards compatibility alias autofs autofs4 # ipv6 alias net-pf-10 ipv6 # video alias /dev/nvidia* nvidia # sound (ALSA) alias /dev/snd* snd options snd cards_limit=1 alias snd-card-0 snd-ali5451 pre-install snd-ali5451 modprobe snd-pcm-oss # sound (ALSA OSS emulation) alias sound-slot-0 snd-card-0 above sound-slot-0 snd-mixer-oss snd-seq-oss snd-pcm-oss # save and restore mixer settings (ALSA) post-install snd-ali5451 /usr/sbin/alsactl restore pre-remove snd-ali5451 /usr/sbin/alsactl store # scsi emulation alias scd0 sr_mod pre-install sg modprobe ide-scsi pre-install sr_mod modprobe ide-scsi # End of file