From owner-freebsd-current Sun Feb 23 12:12:58 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B50E237B401; Sun, 23 Feb 2003 12:12:57 -0800 (PST) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 450D743FD7; Sun, 23 Feb 2003 12:12:57 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0262.cvx21-bradley.dialup.earthlink.net ([209.179.193.7] helo=mindspring.com) by heron.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 18n2US-00008q-00; Sun, 23 Feb 2003 12:12:49 -0800 Message-ID: <3E592AF1.A07976DB@mindspring.com> Date: Sun, 23 Feb 2003 12:11:29 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Sergey Matveychuk Cc: Ruslan Ermilov , freebsd-current@FreeBSD.ORG Subject: Re: ACPI References: <000501c2db11$8a869d00$0982763e@semhome> <3E588954.D21FF456@mindspring.com> <000d01c2db3a$b4be6d40$0a2da8c0@sem> <20030223193229.GC42904@sunbay.com> <003c01c2db75$53f336e0$7983763e@semhome> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4106f216842ebaa19cb9800e0e58a1ee0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sergey Matveychuk wrote: > > 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. > > I see it now. Thanks. > I'v fixed it just going into /sys/modules/acpi and making install. You should be able to do all of them, unless you make.conf has problems, by: cd /sys/i386/compile/GENERIC make make install To do your kernel and module builds and installs (avoid using installkernel, if you are not going to update everything from scratch each time). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message