home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / suse / inst-sys / etc / modules.conf < prev    next >
Text File  |  2000-03-24  |  14KB  |  420 lines

  1. #
  2. # Copyright (c) 1996-2000 SuSE GmbH Nuernberg, Germany.  All rights reserved.
  3. #
  4. # Author: Hubert Mantel <mantel@suse.de>, 1996-2000
  5. #
  6. # Configuration file for loadable modules; used by modprobe and kerneld
  7. #
  8.  
  9. # Aliases - specify your hardware
  10. alias eth0             off
  11. alias eth1             off
  12. alias tr0              off
  13. alias scsi_hostadapter off
  14. alias fb0              off
  15.  
  16. # only used for Mylex or Compaq Raid as module
  17. alias block-major-48   off
  18. alias block-major-49   off
  19. alias block-major-72   off
  20. alias block-major-73   off
  21.  
  22. # only needed for fifth and sixth IDE adaptor
  23. alias block-major-56   off
  24. alias block-major-57   off
  25.  
  26.  
  27. # mouse (for older busmice)
  28. alias char-major-10    off
  29.  
  30. alias parport_lowlevel    parport_pc
  31. options parport_pc io=0x378 irq=none,none
  32.  
  33. # If you have multiple parallel ports, specify them this way:
  34. # options parport_pc io=0x378,0x278  irq=none,none
  35.  
  36.  
  37. # For parallel port devices, uncomment the following two lines and change
  38. # "frpw" to the protocol type you use
  39.  
  40. # post-install paride insmod frpw
  41. # pre-remove paride rmmod frpw
  42.  
  43. #*****************************************************************************
  44. # If you want to use the kernel sound drivers instead of OSS 3.8.1z (the 
  45. # recommended solution) please put comment signs in front of the following 
  46. # entries. Then choose one of the sample configurations below. Uncomment all
  47. # lines starting with 'alias', 'options' or 'pre-/post-install' within one 
  48. # such configuration and modify the parameters according to your needs (e.g. 
  49. # the ressources chosen for this device in /etc/isapnp.conf). For a lot of 
  50. # ISA soundcards the Soundblaster driver is a good starting point.
  51. #*****************************************************************************
  52.  
  53. alias char-major-14 off
  54. alias sound off
  55. alias midi off                     
  56.  
  57. #*****************************************************************************
  58. #    module : ad1816.o           AD1816 chip
  59. #
  60. #                                Supported cards :
  61. #
  62. #                                Terratec Base 1/64
  63. #                                HP Kayak
  64. #                                Acer FX-3D
  65. #                                SY-1816
  66. #                                Highscreen Sound-Boostar 32 Wave 3D
  67. #                                Highscreen Sound-Boostar 16
  68. #    
  69. #    Documentation available in /usr/src/linux/Documentation/sound/AD1816
  70. #    and in /usr/src/linux/drivers/sound/ad1816.c .
  71. #
  72. #    Possible configuration :
  73. #
  74. # alias char-major-14 ad1816
  75. # post-install ad1816 modprobe "-k" opl3
  76. # post-install ad1816 modprobe "-k" mpu401
  77. # options ad1816 io=0x530 irq=5 dma=1 dma2=3 ad1816_clockfreq=33000
  78. # options opl3 io=0x0388
  79. # options mpu401 io=0x0330 irq=9      
  80. #
  81. #*****************************************************************************
  82. #    module : ad1848.o           AD1848/CS4231/CS4248 Chip
  83. #                                --> Windows Sound System (MSS/WSS)
  84. #
  85. #                                A variety of common ISA soundcards are
  86. #                                compatible with this family of chips.
  87. #
  88. #    Documentation available in /usr/src/linux/drivers/sound/ad1848.c (search
  89. #    for MODULE_PARM) and in /usr/src/linux/Documentation/sound/README.OSS .
  90. #    Usually this module is used in conjunction with other higher level sound
  91. #    modules.
  92. #
  93. #    Possible configuration for stand-alone usage :
  94. #
  95. # alias char-major-14 ad1848
  96. # options ad1848 io=0x530 irq=7 dma=0 dma2=3
  97. #
  98. #*****************************************************************************
  99. #    module : cs4232.o           Crystal 423x chipsets
  100. #
  101. #    Documentation available in /usr/src/linux/drivers/sound/cs4232.c (search
  102. #    for MODULE_PARM) and in /usr/src/linux/Documentation/sound/CS4232 . This
  103. #    chip is often used together with other sound hardware.
  104. #
  105. #    Possible configuration for stand-alone usage :
  106. #
  107. # alias char-major-14 cs4232
  108. # post-install cs4232 modprobe "-k" opl3 
  109. # options cs4232 io=0x534 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9
  110. # options opl3 io=0x388
  111. #
  112. #*****************************************************************************
  113. #    module : es1370.o           Ensoniq 1370 Chipsatz (--> PCI64/128)
  114. #                                
  115. #                                Supported cards :
  116. #                                
  117. #                                Creative Labs PCI64/128
  118. #    Documentation availabke at /usr/src/linux/Documentation/sound/es1370 and
  119. #    /usr/src/linux/drivers/sound/es1370.c .
  120. #
  121. # alias char-major-14  es1370
  122. # options es1370 joystick=1
  123. #
  124. #*****************************************************************************
  125. #    module : es1371.o           Creative Ensoniq 1371 Chipsatz (--> PCI64/128)
  126. #
  127. #                                Supported cards :
  128. #                                
  129. #                                Creative Labs PCI64/128
  130. #
  131. #    Documentation availabke at /usr/src/linux/Documentation/sound/es1371 and
  132. #    /usr/src/linux/drivers/sound/es1371.c . 
  133. #
  134. # alias char-major-14  es1371
  135. # options es1371 joystick=0x200
  136. #
  137. #*****************************************************************************
  138. #    module : mad16.o            MAD16
  139. #
  140. #    Possible configuration :
  141. #
  142. # alias char-major-14 mad16
  143. # options sb mad16=1
  144. # options mad16 io=0x530 irq=7 dma=0 dma16=1
  145. #
  146. #*****************************************************************************
  147. #    module : sb.o               Soundblaster 16, SB Pro + Clones
  148. #                                Also needed for AWE32/64 
  149. #
  150. #    Dcoumentation available in /usr/src/linux/Documentation/sound/Soundblaster
  151. #    and in /usr/src/linux/drivers/sound/sb.c .
  152. #
  153. #    Possible configuration :
  154. #
  155. # alias char-major-14 sb
  156. # post-install sb /sbin/modprobe "-k" "adlib_card"
  157. # options sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330
  158. # options adlib_card io=0x388
  159. #
  160. #*****************************************************************************
  161. #    module : trix.o             MediaTrix AudioTrix Pro
  162. #
  163. # alias char-major-14 trix
  164. # pre-install trix modprobe "-k" 
  165. #
  166. #*****************************************************************************
  167. #    module : wavefront.o        Turtle Beach Maui, Tropez, Tropez Plus
  168. #
  169. #    Comment from /usr/src/linux/Documentation/sound/Wavefront :
  170. #    (please read that file !)
  171. #    "the wavefront options "io" and "irq" ***MUST*** match the "synthio"
  172. #     and "synthirq" cs4232 options."
  173. #
  174. #    Possible configuration :
  175. #
  176. # alias char-major-14 wavefront
  177. # alias synth0 wavefront
  178. # alias mixer0 cs4232
  179. # alias audio0 cs4232
  180. # pre-install wavefront modprobe "-k" "cs4232"
  181. # post-install wavefront modprobe "-k" "opl3"
  182. # options wavefront io=0x200 irq=9
  183. # options cs4232 synthirq=9 synthio=0x200 io=0x530 irq=5 dma=1 dma2=0
  184. # options opl3 io=0x388 
  185. #
  186. #*****************************************************************************
  187.  
  188. #*****************************************************************************
  189. # Example config for ALSA (for SB16 PnP - like cards)
  190. # You don't need to run isapnp with ALSA, it has full PnP support.
  191. # See /usr/doc/packages/alsa/README.SuSE
  192. #*****************************************************************************
  193. #ALSA native device support:
  194. #
  195. # alias char-major-116 snd
  196. # options snd snd_major=116 snd_cards_limit=1
  197. #
  198. #Insert your sound driver name here, and it you have a PCI or PnP card,
  199. #you are ready to do "rcsalsactl start":
  200. #
  201. # alias snd-card-0 snd-card-sb16
  202. #                  ^^^^^^^^^^^^^
  203. # options snd-card-sb16 snd_index=0
  204. #         ^^^^^^^^^^^^^
  205. #
  206. #For a list of supported soundcards look into /usr/src/packages/alsa/cards.txt
  207. #
  208. #OSS/Free emulation
  209. #
  210. # alias char-major-14 soundcore
  211. # alias snd-slot-0  snd-card-0
  212. # alias sound-service-0-0  snd-mixer-oss
  213. # alias sound-service-0-1  snd-seq-oss
  214. # alias sound-service-0-3  snd-pcm-oss
  215. # alias sound-service-0-8  snd-seq-oss
  216. # alias sound-service-0-12 snd-pcm-oss
  217. #
  218. #Set mixer to stored defaults (with alsactl store)
  219. # post-install snd  alsactl restore
  220. #*****************************************************************************
  221.  
  222. ########################################################################
  223. # Options; these are examples; uncommented and modify the lines you need
  224. ########################################################################
  225.  
  226. # options cdu31a         cdu31a_port=0x340 cdu31a_irq=0
  227. # options sbpcd          sbpcd=0x230,1
  228. # options aztcd          aztcd=0x320
  229. # options cm206          cm206=0x340,11
  230. # options gscd           gscd=0x340
  231. # options mcd            mcd=0x300,11
  232. # options mcdx           mcdx=0x300,11
  233. # options optcd          optcd=0x340
  234. # options sjcd           sjcd_base=0x340
  235. # options sonycd535      sonycd535=0x340
  236. # options isp16          isp16_cdrom_base=0x340 isp16_cdrom_irq=0 isp16_cdrom_dma=0 isp16_cdrom_type=Sanyo
  237.  
  238. # options ne             io=0x300 irq=5
  239.  
  240. # Use this if you have two cards:
  241. # options ne             io=0x300,0x320 irq=5,7
  242.  
  243. # options tulip          options=0
  244. # options 3c59x          options=0
  245. # options 3c501          io=0x280 irq=5
  246. # options 3c503          io=0x280 irq=5 xcvr=0
  247. # options 3c505          io=0x300 irq=10
  248. # options 3c507          io=0x300 irq=10
  249. # options 3c509          irq=10
  250. # options at1700         io=0x260 irq=10
  251. # options smc-ultra      io=0x200 irq=10
  252. # options wd             io=0x300 irq=10
  253. # options smc9194        io=0x200 irq=10 ifport=0
  254. # options e2100          io=0x300 irq=10 mem=0xd0000 xcvr=0
  255. # options depca          io=0x200 irq=7
  256. # options ewrk3          io=0x300 irq=10
  257. # options eexpress       io=0x300 irq=10
  258. # options hp-plus        io=0x300 irq=10
  259. # options hp             io=0x300 irq=10
  260. # options hp100          hp100_port=0x380
  261. # options apricot        io=0x300 irq=10
  262. # options ac3200         io=0x300 irq=10 mem=0xd0000
  263. # options de620          io=0x378 irq=7 bnc=1
  264. # options ibmtr          io=0xa20
  265. # options arcnet         io=0x300 irq=10 shmem=0xd0000
  266. # options plip           io=0x378 irq=7
  267. # options eepro          io=0x260 irq=10 mem=0x6000
  268. # options eth16i         io=0x2a0 irq=10
  269. # options fmv18x         io=0x220 irq=10
  270. # options ni52           io=0x360 irq=9 memstart=0xd0000 memend=0xd4000
  271. # options bttv           card=2
  272. # options tuner          type=7
  273.  
  274. options dummy0 -o dummy0
  275. options dummy1 -o dummy1
  276.  
  277. alias block-major-1       rd
  278. alias block-major-2       floppy
  279. alias block-major-3       off
  280. alias block-major-7       loop
  281. alias block-major-8       sd_mod
  282. alias block-major-11      sr_mod
  283. alias block-major-13      xd
  284. alias block-major-15      cdu31a
  285. alias block-major-16      gscd
  286. alias block-major-17      optcd
  287. alias block-major-18      sjcd
  288. alias block-major-20      mcdx
  289. alias block-major-22      off
  290. alias block-major-23      mcd
  291. alias block-major-24      sonycd535
  292. alias block-major-25      sbpcd
  293. alias block-major-26      sbpcd
  294. alias block-major-27      sbpcd
  295. alias block-major-28      sbpcd
  296. alias block-major-29      aztcd
  297. alias block-major-32      cm206
  298. alias block-major-33      off
  299. alias block-major-34      off
  300. # network block device
  301. alias block-major-43      off
  302. alias block-major-45      pd
  303. alias block-major-46      pcd
  304. alias block-major-47      pf
  305.  
  306. alias char-major-4        serial
  307. alias char-major-5        serial
  308. alias char-major-6        lp
  309. alias char-major-9        st
  310. alias char-major-10-135   off
  311. alias char-major-10-175   agpgart
  312. alias char-major-10-240   agpgarti810
  313. alias char-major-15       off
  314. alias char-major-19       cyclades
  315. alias char-major-20       cyclades
  316. alias char-major-21       sg
  317. alias char-major-27       ftape
  318. alias char-major-29       off # fb
  319. alias char-major-30       iBCS
  320. alias char-major-36      netlink_dev
  321. # alias char-major-43       hisax
  322. # alias char-major-44       hisax
  323. # alias char-major-45       hisax
  324. alias char-major-43       off
  325. alias char-major-44       off
  326. alias char-major-45       off
  327. alias char-major-48       riscom8
  328. alias char-major-49       riscom8
  329. alias char-major-67       coda
  330. alias char-major-75       specialix
  331. alias char-major-76       specialix
  332. alias char-major-81       bttv
  333.  
  334. alias char-major-83       vtx
  335. options vtx quiet=1
  336.  
  337. alias char-major-89       i2c-dev
  338. alias char-major-96       pt
  339. alias char-major-97       pg
  340. alias char-major-107      3dfx
  341. alias char-major-108      ppp_async
  342. alias char-major-109      lvm
  343. # ppp over ethernet
  344. alias char-major-144      pppox
  345. # IrDA
  346. alias char-major-161      ircomm-tty
  347. # USB
  348. alias char-major-166      acm
  349. #alias char-major-180      usbcore
  350. alias char-major-240      usb-serial
  351.  
  352. alias binfmt-332          iBCS
  353. alias binfmt-518          iBCS
  354.  
  355. alias binfmt-204          binfmt_aout
  356. alias binfmt-263          binfmt_aout
  357. alias binfmt-264          binfmt_aout
  358. alias binfmt-267          binfmt_aout
  359. alias binfmt-0064         binfmt_aout
  360. alias binfmt-0008         binfmt_aout
  361.  
  362. alias iso9660             isofs
  363. alias tty-ldisc-1         slip
  364. alias tty-ldisc-3         ppp
  365. alias tty-ldisc-5         mkiss
  366. # alias tty-ldisc-7       6pack
  367. alias tty-ldisc-7         off
  368. # IrDA
  369. alias tty-ldisc-11      irtty
  370.  
  371. # alias ax0               mkiss
  372. alias ax0                 off
  373. # alias sp0               6pack
  374. alias sp0                 off
  375. alias slip0               slip
  376. alias sl0                 slip
  377. alias slip1               slip
  378. alias sl1                 slip
  379. alias ppp0                ppp
  380. alias ppp1                ppp
  381. alias plip0               plip
  382. alias plip1               plip
  383.  
  384. alias ppp-compress-21          bsd_comp
  385. alias ppp-compress-26          ppp_deflate
  386.  
  387. alias net-pf-3            ax25
  388. # alias net-pf-3            off
  389. alias net-pf-4            ipx
  390. # alias net-pf-4            off
  391. alias net-pf-5            appletalk
  392. # alias net-pf-5            off
  393. alias net-pf-6            netrom
  394. # alias net-pf-6            off
  395. alias net-pf-10           ipv6
  396. # alias net-pf-10           off
  397. alias net-pf-11           rose
  398. # alias net-pf-11           off
  399. alias net-pf-17           af_packet
  400.  
  401. alias tap0                ethertap
  402. alias tap1                ethertap
  403. alias tap2                ethertap
  404. alias tap3                ethertap
  405. alias tap4                ethertap
  406. alias tap5                ethertap
  407. alias tap6                ethertap
  408. alias tap7                ethertap
  409. alias tap8                ethertap
  410. alias tap9                ethertap
  411. alias tap10               ethertap
  412. alias tap11               ethertap
  413. alias tap12               ethertap
  414. alias tap13               ethertap
  415. alias tap14               ethertap
  416. alias tap15               ethertap
  417.