How do ou get modules like ac and barrerty to load at boot time?

Bill Nottingham notting at redhat.com
Mon Sep 29 22:43:32 UTC 2003


Joshua Legbandt (jtlegbandt at earthlink.net) said: 
> Thinking about it further, I was going to write an initscript that
> detected whether acpi=on was passed to the kernel via grub and then load
> the appropraite acpi modules for my system.


if [ -d /proc/acpi ]; then
   for module in /lib/modules/uname -r/kernel/drivers/acpi/* ; do
         insmod $module
   done
fi

Bill





More information about the fedora-test-list mailing list