home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / etc / modprobe.d / blacklist
Text File  |  2006-11-29  |  7KB  |  258 lines

  1. #
  2. # $Id: blacklist 1524 2006-11-10 12:14:47Z zoz $
  3. #
  4. # Listing a module here prevents modprobe from loading it via modalias (only
  5. # aliases from /lib/modules/*/modules.alias). You may still load it explicitely.
  6. # We blacklist some modules becaus they may harm on certain devices or they
  7. # prevent other modules from grabbing the device.
  8. #
  9. # Syntax:  blacklist <driver name>
  10. # See 'man modprobe'.
  11. #
  12.  
  13. # uhci ... usb-uhci handles the same pci class
  14. blacklist uhci
  15. # usbcore ... module is loaded implicitly, ignore it otherwise
  16. blacklist usbcore
  17.  
  18. # tulip ... de4x5, xircom_tulip_cb, dmfe (...) handle same devices
  19. blacklist de4x5
  20. # At least 2.4.3 and later xircom_tulip doesn't have that conflict
  21. # xircom_tulip_cb
  22. blacklist dmfe
  23.  
  24. # list all framebuffer drivers, some of them tend to crash during boot
  25. # they are either compiled into the kernel, or vesafb is active
  26. # X works fine without them, rcfbset can load them if really required
  27. #  sed -e '/\/drivers\/video\/.*\.\(o\|ko\)$/{s@^.*/@@;s@\..*$@@;p};d'
  28. blacklist aty128fb
  29. blacklist atyfb
  30. blacklist clgenfb
  31. blacklist cyber2000fb
  32. blacklist encode-big5
  33. blacklist encode-gb
  34. blacklist encode-gbk
  35. blacklist encode-jis
  36. blacklist encode-kscm
  37. blacklist fbcon-afb
  38. blacklist fbcon-cfb2
  39. blacklist fbcon-cfb4
  40. blacklist fbcon-hga
  41. blacklist fbcon-ilbm
  42. blacklist fbcon-iplan2p2
  43. blacklist fbcon-iplan2p4
  44. blacklist fbcon-iplan2p8
  45. blacklist fbcon-mac
  46. blacklist fbcon-mfb
  47. blacklist fbcon-vga
  48. blacklist fbcon-vga-planes
  49. blacklist fbgen
  50. blacklist g450_pll
  51. blacklist hgafb
  52. blacklist i2c-matroxfb
  53. blacklist i810fb
  54. blacklist intelfbdrv
  55. blacklist intelfbhw
  56. blacklist matroxfb_accel
  57. blacklist matroxfb_base
  58. blacklist matroxfb_crtc2
  59. blacklist matroxfb_DAC1064
  60. blacklist matroxfb_g450
  61. blacklist matroxfb_maven
  62. blacklist matroxfb_misc
  63. blacklist matroxfb_proc
  64. blacklist matroxfb_Ti3026
  65. blacklist mdacon
  66. blacklist neofb
  67. blacklist pm2fb
  68. blacklist pm3fb
  69. blacklist radeonfb
  70. blacklist rivafb
  71. blacklist sisfb
  72. blacklist sstfb
  73. blacklist tdfxfb
  74. blacklist tridentfb
  75. blacklist unikey
  76. blacklist vga16fb
  77. blacklist vgastate
  78. blacklist vmware
  79. # for kyrofb see Bug 35810
  80. blacklist kyrofb
  81. # list was not complete (bug 106715)
  82. blacklist arcfb
  83. blacklist backlight
  84. blacklist lcd
  85. blacklist cirrusfb
  86. blacklist gx1fb
  87. blacklist intelfb
  88. blacklist macmodes
  89. blacklist nvidiafb
  90. blacklist s1d13xxxfb
  91. blacklist savagefb
  92.  
  93. # ISDN modules are load from /lib/udev/isdn.sh
  94. blacklist fcusb
  95. blacklist fcusb2
  96. blacklist fxusb
  97. blacklist fxusb_CZ
  98. blacklist fcdslusb
  99. blacklist fcdslusb2
  100. blacklist fcdslusba
  101. blacklist fcdslslusb
  102. blacklist fcdslslusb2
  103. blacklist e2220pc
  104. blacklist e5520pc
  105. blacklist bfusb
  106. blacklist b1isa
  107. blacklist b1pci
  108. blacklist b1pcmcia
  109. blacklist c4
  110. blacklist t1isa
  111. blacklist t1pci
  112. blacklist divas
  113. blacklist act2000
  114. blacklist hfc_usb
  115. blacklist hisax
  116. blacklist hisax_fcpcipnp
  117. blacklist hisax_st5481
  118. blacklist hysdn
  119. blacklist icn
  120. blacklist pcbit
  121. blacklist sc
  122. blacklist tpam
  123. blacklist fcpci
  124. blacklist fcclassic
  125. blacklist fcdsl
  126. blacklist fcdsl2
  127.  
  128. # ALSA PCI sound/modem modules - should be configured via yast
  129. blacklist snd-ali5451
  130. blacklist snd-als4000
  131. blacklist snd-atiixp
  132. blacklist snd-atiixp-modem
  133. blacklist snd-au8810
  134. blacklist snd-au8820
  135. blacklist snd-au8830
  136. blacklist snd-azt3328
  137. blacklist snd-bt87x
  138. blacklist snd-ca0106
  139. blacklist snd-cmipci
  140. blacklist snd-cs4281
  141. blacklist snd-cs46xx
  142. blacklist snd-emu10k1
  143. blacklist snd-emu10k1x
  144. blacklist snd-ens1370
  145. blacklist snd-ens1371
  146. blacklist snd-es1938
  147. blacklist snd-es1968
  148. blacklist snd-fm801
  149. blacklist snd-hda-intel
  150. blacklist snd-hdsp
  151. blacklist snd-hdspm
  152. blacklist snd-ice1712
  153. blacklist snd-ice1724
  154. blacklist snd-intel8x0
  155. blacklist snd-intel8x0m
  156. blacklist snd-korg1212
  157. blacklist snd-maestro3
  158. blacklist snd-mixart
  159. blacklist snd-nm256
  160. blacklist snd-rme32
  161. blacklist snd-rme96
  162. blacklist snd-rme9652
  163. blacklist snd-sonicvibes
  164. blacklist snd-trident
  165. blacklist snd-via82xx
  166. blacklist snd-via82xx-modem
  167. blacklist snd-vx222
  168. blacklist snd-ymfpci
  169.  
  170. # OSS PCI sound modules
  171. blacklist ad1889
  172. blacklist ali5455
  173. blacklist btaudio
  174. blacklist cmpci
  175. blacklist cs4281
  176. blacklist emu10k1
  177. blacklist es1370
  178. blacklist es1371
  179. blacklist esssolo1
  180. blacklist forte
  181. blacklist i810_audio
  182. blacklist maestro
  183. blacklist maestro3
  184. blacklist nm256_audio
  185. blacklist opl3sa2                 # Bug 219758
  186. blacklist rme96xx
  187. blacklist sonicvibes
  188. blacklist trident
  189. blacklist via82cxxx_audio
  190. blacklist ymfpci
  191.  
  192. # If you really need firewire direct networking, then remove this entry
  193. blacklist eth1394
  194.  
  195. # this is a debugging module which should only be loaded manually
  196. blacklist evbug
  197.  
  198. # These mtd drivers should be loaded manually.
  199. blacklist scb2_flash
  200. blacklist ich2rom
  201. blacklist pci
  202. blacklist l440gx
  203. blacklist amd76xrom
  204.  
  205. # job of rcdvb
  206. blacklist snd_bt87x
  207. blacklist snd-bt87x
  208.  
  209. # HP Touch Screen usb input driver. breaks all other mouse input devices
  210. blacklist tsdev
  211.  
  212. # The TPM modules are supposed to support the Trusted Platform chip.
  213. # The TPM is connected to the LPC bus, so these modules logically need to
  214. # specify the PCI ID of the LPC interface.
  215. # It's probably a reasonable thing to disable automatic loading of these
  216. # modules, given that we're not doing much with them anyway ATM.
  217. # In the future we may need a bit of more intelligent scanning of devices
  218. # that are connected to busses such as LPC or I2C.
  219. blacklist tpm_infineon
  220. blacklist tpm_nsc
  221. blacklist tpm_atmel
  222.  
  223. # https://bugzilla.novell.com/show_bug.cgi?id=115132
  224. blacklist slamr
  225. blacklist slusb
  226.  
  227. # This module seems to be good for nothing. See bug 129301.
  228. blacklist dpt_i2o
  229.  
  230. # This driver is obsolete and should never be loaded as default.
  231. # See https://bugzilla.novell.com/show_bug.cgi?id=146728
  232. blacklist eepro100
  233.  
  234. # This driver is obsolete and should never be loaded as default.
  235. # See https://bugzilla.novell.com/show_bug.cgi?id=146930
  236. blacklist sk98lin
  237.  
  238. # This driver is rarely needed and causes trouble when scanning devices.
  239. # See: https://bugzilla.novell.com/show_bug.cgi?id=144623
  240. blacklist stradis
  241.  
  242. # These devices have bt878 chip without PCI Subsystem ID. Without that info bttv
  243. # does not know how to treat them properly. Therefore we disable autoloading of
  244. # modules for these devices.
  245. # See https://bugzilla.novell.com/show_bug.cgi?id=149588
  246. # To enable your device create a hardware configuration file for your device.
  247. # See man hwup for details.
  248. # You will probably have to specify an option to identify your card. Have a
  249. # look in /usr/src/linux/Documentation/video4linux/CARDLIST.bttv.
  250. alias pci:v0000109Ed0000036Esv00000000sd00000000bc04sc00i00 bttv_skip_it
  251. alias pci:v0000109Ed00000878sv00000000sd00000000bc04sc80i00 bttv_skip_it
  252. install bttv_skip_it /bin/echo "module alias skipped (bt878 chip without PCI Subsystem ID)"
  253.  
  254. # For some bridges both intel-agp and i82875p_edac are loaded. If i82875p_edac
  255. # is loaded first it will grab the device. Then intel-agp doesn't work.
  256. # Therefore we disable automatic loading of 82875p_edac. (Bug 213840)
  257. blacklist i82875p_edac
  258.