Rosenstrauch, David schrieb: > What does this mean for the MODULES section in the rc.conf, Tobias? If we're > going to use autoload, should we comment out MODULES?
You probably still want to load some modules that hwdetect cannot "guess" for you. For example (this is for my custom kernel, some of this stuff may be included in stock arch kernel and thus not availabe as modules): MODULES=(ppp-generic rtc nvram tun floppy loop i2c-isa it87 ip-nat-irc ip-nat-ftp dm-mod aes-i586 ide-cd coda fuse lirc_serial) ppp-generic is needed for /dev/ppp to exist, otherwise pppd fails. Same for tun, coda, fuse and loop. Most of them are modules that are not related to any particular physical device. For the i2c-isa and it87 modules, those are needed for devices that cannot be detected automatically. So you might not be happy if you remove MODULES=() completely. HTH Thomas _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
