From owner-freebsd-questions@FreeBSD.ORG Sat Feb 11 12:19:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A640E16A420 for ; Sat, 11 Feb 2006 12:19:14 +0000 (GMT) (envelope-from freebsd@rtl.fmailbox.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57C6D43D46 for ; Sat, 11 Feb 2006 12:19:14 +0000 (GMT) (envelope-from freebsd@rtl.fmailbox.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id C782ED33985 for ; Sat, 11 Feb 2006 07:19:06 -0500 (EST) Received: from web3.messagingengine.com ([10.202.2.212]) by frontend1.internal (MEProxy); Sat, 11 Feb 2006 07:19:06 -0500 Received: by web3.messagingengine.com (Postfix, from userid 99) id 2D040620D; Sat, 11 Feb 2006 07:19:07 -0500 (EST) Message-Id: <1139660347.9558.254123183@webmail.messagingengine.com> X-Sasl-Enc: LGr5FF1/q6vzKBVC0R9+rrUHcmhMcr1Q2yE6FNIdZme4 1139660347 From: "Robert Leftwich" To: freebsd-questions@freebsd.org Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 5022 (F2.73; T1.15; A1.64; B3.05; Q3.03) Date: Sat, 11 Feb 2006 23:19:07 +1100 Subject: FreeBSD 6.0, amd64, A8N-SLI and 4gb ram 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: Sat, 11 Feb 2006 12:19:14 -0000 I've been running FreeBSD 6.0 stable on an A8N-SLI Premium amd64 box with 2gb of ram for a few weeks now and it has been running well, but some of the analysis I run needs more ram, so I dropped in another 2 gb and started having all sorts of weird problems, such as DHCP failure and running very slowly. I tracked it down to 2 bios settings, both related to PAE (one turning on s/w PAE, the other h/w) - if i turn both of those off, then everything works, but FreeBSD can only see 3gb of ram. Some documentation suggested a custom kernel with 'options PAE' enabled would be required, but adding that generates an 'invalid option PEA' error when running make. Is it possible for FreeBSD to access the full 4gb on this m/b? Robert