# # /etc/modules.conf # # Original File # -------------- # http://www.Linux-1U.net/CDRW/Modules/Examples # # # 28-Sep-02 amo Added Comments # # # # To Reload Changes # ----------------- # depmod -a # updates /lib/modules//modules.dep # # alias net-pf-3 off # turn off AX25 alias net-pf-4 off # turn off IPX alias net-pf-5 off # turn off appletak # # Your Ethernet drivers # --------------------- # alias eth0 tulip # # # Your Printer drivers # -------------------- # alias parport_lowlevel parport_pc # # # Your USB drivers # ----------------- # alias usb-controller usb-uhci # # # Your Sound Drivers # ------------------ # alias sound-slot-0 via82cxxx_audio # # # post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : # pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : # # # # Your CDRW drive # ---------------- option ide-cd ignore # # # End of file