FreeBSD 7.0 Weird acpi.ko in the dmesg
Dimitry Andric
dimitry at andric.com
Mon Dec 10 08:00:19 PST 2007
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".
More information about the freebsd-stable
mailing list