FreeBSD 7.0 Weird acpi.ko in the dmesg

Eugene Grosbein eugen at kuzbass.ru
Mon Dec 10 10:48:17 PST 2007


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


More information about the freebsd-stable mailing list