Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- linux-sound-base_noOSS.conf
- blacklist ac97
- blacklist ac97_codec
- blacklist ac97_plugin_ad1980
- blacklist ad1848
- blacklist ad1889
- blacklist adlib_card
- blacklist aedsp16
- blacklist ali5455
- blacklist btaudio
- blacklist cmpci
- blacklist cs4232
- blacklist cs4281
- blacklist cs461x
- blacklist cs46xx
- blacklist emu10k1
- blacklist es1370
- blacklist es1371
- blacklist esssolo1
- blacklist forte
- blacklist gus
- blacklist i810_audio
- blacklist kahlua
- blacklist mad16
- blacklist maestro
- blacklist maestro3
- blacklist maui
- blacklist mpu401
- blacklist nm256_audio
- blacklist opl3
- blacklist opl3sa
- blacklist opl3sa2
- blacklist pas2
- blacklist pss
- blacklist rme96xx
- blacklist sb
- blacklist sb_lib
- blacklist sgalaxy
- blacklist sonicvibes
- blacklist sound
- blacklist sscape
- blacklist trident
- blacklist trix
- blacklist uart401
- blacklist uart6850
- blacklist via82cxxx_audio
- blacklist v_midi
- blacklist wavefront
- blacklist ymfpci
- blacklist ac97_plugin_wm97xx
- blacklist ad1816
- blacklist audio
- blacklist awe_wave
- blacklist dmasound_core
- blacklist dmasound_pmac
- blacklist harmony
- blacklist sequencer
- blacklist soundcard
- blacklist usb-midi
- =========================================
- modprobe.conf
- options snd-hda-intel probe_mask=1
- ========================================
- alsa-base.conf
- # autoloader aliases
- install sound-slot-0 /sbin/modprobe snd-card-0
- install sound-slot-1 /sbin/modprobe snd-card-1
- install sound-slot-2 /sbin/modprobe snd-card-2
- install sound-slot-3 /sbin/modprobe snd-card-3
- install sound-slot-4 /sbin/modprobe snd-card-4
- install sound-slot-5 /sbin/modprobe snd-card-5
- install sound-slot-6 /sbin/modprobe snd-card-6
- install sound-slot-7 /sbin/modprobe snd-card-7
- # Cause optional modules to be loaded above generic modules
- install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }
- install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
- install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { /sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
- # Prevent abnormal drivers from grabbing index 0
- options bt87x index=-2
- options cx88_alsa index=-2
- options snd-atiixp-modem index=-2
- options snd-intel8x0m index=-2
- options snd-via82xx-modem index=-2
- # Keep snd-pcsp from beeing loaded as first soundcard
- options snd-pcsp index=-2
- # Keep snd-usb-audio from beeing loaded as first soundcard
- options snd-usb-audio index=-2
- ==========================================================
- blacklist.conf
- # This file lists modules which will not be loaded as the result of
- # alias expansion, with the purpose of preventing the hotplug subsystem
- # to load them. It does not affect autoloading of modules by the kernel.
- # This file is provided by the udev package.
- # evbug is a debug tool and should be loaded explicitly
- blacklist evbug
- # these drivers are very simple, the HID drivers are usually preferred
- blacklist usbmouse
- blacklist usbkbd
- # replaced by e100
- blacklist eepro100
- # replaced by tulip
- blacklist de4x5
- # replaced by tmscsim
- blacklist am53c974
- # these watchdog drivers break some systems
- blacklist iTCO_wdt
- ================================================
- oss-compat.conf
- install snd-pcm modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { modprobe --quiet snd-pcm-oss ; : ; }
- install snd-mixer modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { modprobe --quiet snd-mixer-oss ; : ; }
- install snd-seq modprobe --ignore-install snd-seq $CMDLINE_OPTS && { modprobe --quiet snd-seq-midi ; modprobe --quiet snd-seq-oss ; : ; }
Advertisement
Add Comment
Please, Sign In to add comment