From owner-freebsd-questions@FreeBSD.ORG Thu May 1 22:03:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70A341065673 for ; Thu, 1 May 2008 22:03:41 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1578FC23 for ; Thu, 1 May 2008 22:03:41 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 0A94A1CC91; Thu, 1 May 2008 14:03:39 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 2 May 2008 00:03:38 +0200 User-Agent: KMail/1.9.7 References: <6ae50c2d0804301423l485c586er854aa36086504d17@mail.gmail.com> <200805012334.20146.fbsd.questions@rachie.is-a-geek.net> <6ae50c2d0805011443qbb57354v3e075282e59d9ceb@mail.gmail.com> In-Reply-To: <6ae50c2d0805011443qbb57354v3e075282e59d9ceb@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805020003.38648.fbsd.questions@rachie.is-a-geek.net> Cc: alexus Subject: Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2008 22:03:41 -0000 On Thursday 01 May 2008 23:43:17 alexus wrote: > like i said i copy GENERIC > > dd# pwd > /usr/src/sys/i386/conf > dd# grep -i acpi GENERIC > dd# > > my GENERIC doesn't have acpi either... > > as far as "weird" part goes, this is a plain vanila > FreeBSD-7.0-RELEASE, I'm not sure what you mean by "weird" or i386 > part, all I did is cp GENERIC dd then vi dd, then config dd and then > tried compiling and it threw me an error right away. Ah, the old config way. Better to use buildkernel target in /usr/src. What's your uname -m? -- Mel Problem with today's modular software: they start with the modules and never get to the software part.