Guest User

asyaka

a guest
May 7th, 2011
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. linux-sound-base_noOSS.conf
  2.  
  3. blacklist ac97
  4. blacklist ac97_codec
  5. blacklist ac97_plugin_ad1980
  6. blacklist ad1848
  7. blacklist ad1889
  8. blacklist adlib_card
  9. blacklist aedsp16
  10. blacklist ali5455
  11. blacklist btaudio
  12. blacklist cmpci
  13. blacklist cs4232
  14. blacklist cs4281
  15. blacklist cs461x
  16. blacklist cs46xx
  17. blacklist emu10k1
  18. blacklist es1370
  19. blacklist es1371
  20. blacklist esssolo1
  21. blacklist forte
  22. blacklist gus
  23. blacklist i810_audio
  24. blacklist kahlua
  25. blacklist mad16
  26. blacklist maestro
  27. blacklist maestro3
  28. blacklist maui
  29. blacklist mpu401
  30. blacklist nm256_audio
  31. blacklist opl3
  32. blacklist opl3sa
  33. blacklist opl3sa2
  34. blacklist pas2
  35. blacklist pss
  36. blacklist rme96xx
  37. blacklist sb
  38. blacklist sb_lib
  39. blacklist sgalaxy
  40. blacklist sonicvibes
  41. blacklist sound
  42. blacklist sscape
  43. blacklist trident
  44. blacklist trix
  45. blacklist uart401
  46. blacklist uart6850
  47. blacklist via82cxxx_audio
  48. blacklist v_midi
  49. blacklist wavefront
  50. blacklist ymfpci
  51. blacklist ac97_plugin_wm97xx
  52. blacklist ad1816
  53. blacklist audio
  54. blacklist awe_wave
  55. blacklist dmasound_core
  56. blacklist dmasound_pmac
  57. blacklist harmony
  58. blacklist sequencer
  59. blacklist soundcard
  60. blacklist usb-midi
  61. =========================================
  62. modprobe.conf
  63. options snd-hda-intel probe_mask=1
  64. ========================================
  65. alsa-base.conf
  66. # autoloader aliases
  67. install sound-slot-0 /sbin/modprobe snd-card-0
  68. install sound-slot-1 /sbin/modprobe snd-card-1
  69. install sound-slot-2 /sbin/modprobe snd-card-2
  70. install sound-slot-3 /sbin/modprobe snd-card-3
  71. install sound-slot-4 /sbin/modprobe snd-card-4
  72. install sound-slot-5 /sbin/modprobe snd-card-5
  73. install sound-slot-6 /sbin/modprobe snd-card-6
  74. install sound-slot-7 /sbin/modprobe snd-card-7
  75. # Cause optional modules to be loaded above generic modules
  76. install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }
  77. install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
  78. install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { /sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
  79.  
  80. # Prevent abnormal drivers from grabbing index 0
  81. options bt87x index=-2
  82. options cx88_alsa index=-2
  83. options snd-atiixp-modem index=-2
  84. options snd-intel8x0m index=-2
  85. options snd-via82xx-modem index=-2
  86. # Keep snd-pcsp from beeing loaded as first soundcard
  87. options snd-pcsp index=-2
  88. # Keep snd-usb-audio from beeing loaded as first soundcard
  89. options snd-usb-audio index=-2
  90. ==========================================================
  91. blacklist.conf
  92. # This file lists modules which will not be loaded as the result of
  93. # alias expansion, with the purpose of preventing the hotplug subsystem
  94. # to load them. It does not affect autoloading of modules by the kernel.
  95. # This file is provided by the udev package.
  96.  
  97. # evbug is a debug tool and should be loaded explicitly
  98. blacklist evbug
  99.  
  100. # these drivers are very simple, the HID drivers are usually preferred
  101. blacklist usbmouse
  102. blacklist usbkbd
  103.  
  104. # replaced by e100
  105. blacklist eepro100
  106.  
  107. # replaced by tulip
  108. blacklist de4x5
  109.  
  110. # replaced by tmscsim
  111. blacklist am53c974
  112.  
  113. # these watchdog drivers break some systems
  114. blacklist iTCO_wdt
  115. ================================================
  116. oss-compat.conf
  117. install snd-pcm modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { modprobe --quiet snd-pcm-oss ; : ; }
  118. install snd-mixer modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { modprobe --quiet snd-mixer-oss ; : ; }
  119. 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