Joshua Legbandt (jtlegbandt 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
--
fedora-test-list mailing list
fedora-test-list redhat com
http://www.redhat.com/mailman/listinfo/fedora-test-list