On Sun, Feb 23, 2003 at 03:54:30PM +0300, Sergey Matveychuk wrote:
> > That's saying the acpi.ko module was not built and installed.
> >
> > When you install your new kernel, use the Makefile target, instead
> > of using "cp", or it won't install the modules it builds.
> >
> > If you did this, then check your make.conf to see if you are
> > specifically telling it to not build modules, or only telling it
> > to build specific modules, etc..
> 
> I build modules with buildworld and install it with installworld. No "cp".
> All modules installed well. I'll check acpi.ko.
> 
MODULES_WITH_WORLD causes modules to be installed during installworld.
But when you later do installkernel, it renames /boot/kernel to
/boot/kernel.old, so all your modules end up there.  Don't use
MODULES_WITH_WORLD, or use ``make reinstallkernel'' which is safe
for MODULES_WITH_WORLD environment.


Cheers,
-- 
Ruslan Ermilov          Sysadmin and DBA,
[EMAIL PROTECTED]               Sunbay Software AG,
[EMAIL PROTECTED]               FreeBSD committer,
+380.652.512.251        Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to