On Mon, Dec 10, 2007 at 05:00:18PM +0100, Dimitry Andric wrote: > Abdullah Ibn Hamad Al-Marri wrote: > >find /boot -type f -name 'acpi*.ko' > >/boot/modules/acpi.ko > >/boot/modules/acpi_asus.ko > >/boot/modules/acpi_panasonic.ko > >/boot/modules/acpi_toshiba.ko > >/boot/modules/acpi_video.ko > >/boot/modules/acpi_fujitsu.ko > >/boot/modules/acpi_ibm.ko > >/boot/modules/acpi_sony.ko > >/boot/modules/acpi_dock.ko > > Ah yes, these don't belong here, they should be in /boot/kernel, AFAIK. > But I don't understand why there aren't any acpi modules in > /boot/kernel? These should have been put there when you installed or > built 7.0-BETA4. > > Anyway, you can try to temporarily unset module_path when loading your > kernel, e.g. type: > > unset module_path > > at the loader prompt, and then boot with "boot" or "boot -s".
MODULES_WITH_WORLD build option changes installation dir for modules to /boot/modules. One just have to move old modules from /boot/kernel to /boot/modules manually if he set MODULES_WITH_WORLD to make sure there won't be stale copies (and move them back if unset MODULES_WITH_WORLD). If this (undocumented) rule is applied, there won't be problems with modules. Eugene Grosbein _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"