Date: Sun, 23 Feb 2003 21:32:29 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: Sergey Matveychuk <sem@ciam.ru> Cc: Terry Lambert <tlambert2@mindspring.com>, freebsd-current@freebsd.org Subject: Re: ACPI Message-ID: <20030223193229.GC42904@sunbay.com> In-Reply-To: <000d01c2db3a$b4be6d40$0a2da8c0@sem> References: <000501c2db11$8a869d00$0982763e@semhome> <3E588954.D21FF456@mindspring.com> <000d01c2db3a$b4be6d40$0a2da8c0@sem>
next in thread | previous in thread | raw e-mail | index | archive | help
--sHrvAb52M6C8blB9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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.. >=20 > I build modules with buildworld and install it with installworld. No "cp". > All modules installed well. I'll check acpi.ko. >=20 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, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --sHrvAb52M6C8blB9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+WSHNUkv4P6juNwoRAoNBAJ4xftc/y/2wFEtHW4fvJCjvUJPD0ACfXuuE cfLRLTdP4hT15x+stOu8bGo= =Hum2 -----END PGP SIGNATURE----- --sHrvAb52M6C8blB9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030223193229.GC42904>