# # conf.modules or modules.conf # # Original Version # ---------------- # http://www.Linux-Consulting.com/Downloads/Modules # # SourceCode # ---------- # ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-* # # # default file if modules.conf/conf.modules is missine # depfile=/lib/modules/`uname -r`/modules.dep # # # To Reload Changes # ----------------- # depmod -av # # To Load a specific module in /lib/modules/`uname -r` # ------------------------ # modprobe # - or - # insmod # # # To View current default # ----------------------- # modprobe -c # - or - # lsmod - to see the current list of modules # # # # Other Docs # ---------- # http://www.linuxhq.com/kernel/v2.0/doc/modules.txt.html # # # 02-Aug-02 amo Added tons of Comments # # alias scsi_hostadapter aic7xxx alias eth0 3c59x # # # for lmsensors # path[misc]=/lib/modules/`uname -r`/misc # # # Added by i810 install # alias char-major-10-175 agpgart # # # for things like netstat -nv # # alias net-pf-3 off # we won't use ax25 # alias net-pf-4 off # we won't use PF IPX # alias net-pf-5 off # we won't use PF AppleTalk # # end of file