# /etc/modprobe.conf # License: BSD-style (for this file only) # Revision: 111214 #--------------------------------------------------------------------- # Basic audio definitions. # Define, respectively, the ALSA and OSS top-level devices. alias char-major-116-* snd alias char-major-14-* soundcore # Enumerate physical sound cards for ALSA (and map virtual OSS cards # to the actual ALSA cards). alias sound-slot-0 snd-card-0 alias sound-slot-1 snd-card-1 alias sound-slot-2 snd-card-2 # Declare which services are provided by ALSA cards: # 1st card alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss # 2nd card alias sound-service-1-0 snd-mixer-oss alias sound-service-1-1 snd-seq-oss alias sound-service-1-3 snd-pcm-oss alias sound-service-1-8 snd-seq-oss alias sound-service-1-12 snd-pcm-oss # 3rd card alias sound-service-2-0 snd-mixer-oss alias sound-service-2-1 snd-seq-oss alias sound-service-2-3 snd-pcm-oss alias sound-service-2-8 snd-seq-oss alias sound-service-2-12 snd-pcm-oss #--------------------------------------------------------------------- # Try to fix a "snd-hda-intel" problem. # Note: This distro's "setupalsa" script refines the "snd-hda-intel" # options specified here. Specifically, in some cases, it reloads the # "snd-hda-intel" module and adds a "model=..." setting. options snd-hda-intel enable=1 index=0 # The following block tries to stop certain drivers from grabbing # "index zero". options cx88-alsa index=-2 options saa7134-alsa index=-2 options snd-atiixp-modem index=-2 options snd-bt87x index=-2 options snd-intel8x0m index=-2 options snd-usb-audio index=-2 options snd-usb-usx2y index=-2 options snd-via82xx-modem index=-2 #--------------------------------------------------------------------- # Miscellaneous settings. alias dos msdos alias iso9660 isofs alias scsi_hostadapter ide-scsi alias usbdevfs usbcore blacklist usblp # "cups" and "usblp" are incompatible options i915 modeset=1 options radeon modeset=1 #--------------------------------------------------------------------- # Suppress auto-loading for some video modules. # These modules shouldn't be auto-loaded. Instead, they should be # loaded explicitly as needed by "kms-start". # #blacklist bitblit #blacklist cfbcopyarea #blacklist cfbfillrect #blacklist cfbimgblt blacklist drm blacklist drm_kms_helper blacklist fb blacklist fbcon blacklist fbdev blacklist i810fb blacklist i915 blacklist intelfb blacklist nouveau blacklist nvidiafb blacklist radeon blacklist rivafb #blacklist softcursor blacklist ttm blacklist uvesafb blacklist vesafb blacklist vga16fb