home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 May / pcp151c.iso / misc / src / install / modutils / depmod / Example.modules.conf < prev    next >
Encoding:
Text File  |  1998-01-06  |  533 b   |  15 lines

  1. # This is an example of additional definitions you can put in /etc/modules.conf
  2. # Note that modprobe has some default aliases built in ("modprobe -c" will show
  3. # them together with the definitions in this file).
  4. # The built-in aliases will be overridden by any definitions in this file.
  5.  
  6. keep # keep the default set of paths and _add_ the following path(s)
  7. path[net]=/lib/modules/some_special_directory
  8.  
  9. alias scsi_hostadapter aha1542
  10. alias eth0 3c509
  11. alias eth1 de620
  12. options de620 irq=7 bnc=1
  13. # override:
  14. alias char-major-14 sound
  15.