# # 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 -a # 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 # # # # 18-Oct-02 amo Cleanup stuff ( for things like netstat -nv and scripts ) # 28-Oct-02 amo Added depfile and path # # # # 28-Oct-02 amo Added depfile and path # # depfile=/lib/modules/`uname -r`/modules.dep # # path[misc]=/lib/modules/`uname -r`/misc # # # # 18-Oct-02 amo Cleanup stuff ( for things like netstat -nv and scripts ) # alias net-pf-3 off # turn off AX25 alias net-pf-4 off # turn off IPX alias net-pf-5 off # turn off appletak # # # # # Intel EEPRO 100 drivers # ------------------------ # alias eth0 eepro100 # options eepro100 full_duplex=1 # # # nVidia nforce chipset (network + audio) # --------------------- # alias eth0 nvnet # alias sound-slot-1 nvaudio # alias usb-interface usb-ohci # # # # 02-Nov-02 amo Added lm_sensors # ------------------------------- # alias char-major-89 i2c-dev # # # path[i2c]=/lib/modules/`uname -r`/kernel/drivers/i2c # path[sensors]=/lib/modules/`uname -r`/kernel/drivers/sensors # # # # End of file