Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2008 09:54:38 -0300
From:      Mario Lobo <mlobo@digiart.art.br>
To:        freebsd-questions@freebsd.org
Subject:   Re: ACPI can only be compiled into the kernel on the amd64 and ia64 platforms
Message-ID:  <200805020954.38275.mlobo@digiart.art.br>
In-Reply-To: <6ae50c2d0805011641j5c1b2fel227758933bf25dbb@mail.gmail.com>
References:  <6ae50c2d0804301423l485c586er854aa36086504d17@mail.gmail.com> <200805011914.21238.mlobo@digiart.art.br> <6ae50c2d0805011641j5c1b2fel227758933bf25dbb@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 01 May 2008 20:41:49 alexus wrote:
> sorry, this is amd64
>
> On Thu, May 1, 2008 at 6:14 PM, Mario Lobo <mlobo@digiart.art.br> wrote:
> > On Thursday 01 May 2008 18:43:17 alexus wrote:
> > >> why are you compiling under i386 when your system is
> > >> detected as amd64 or ia64 ?
> >
> > You didn't answer this one.
> >
> > uname -a can help.
> > --
> > Mario Lobo
> > http://www.mallavoodoo.com.br
> > FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!] (99,7% winedows
> > FREE) _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "freebsd-questions-unsubscribe@freebsd.org"

Then you should:

cd /usr/src/sys/amd64/conf
copy/edit GENERIC dd 
/usr/sbin/config dd
cd ../compile/dd
make cleandepend;make depend;make;make 
make install

this should work
-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!] (99,7% winedows FREE)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805020954.38275.mlobo>