From owner-freebsd-questions@FreeBSD.ORG Wed Dec 6 20:37:11 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF83D16A412 for ; Wed, 6 Dec 2006 20:37:11 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D01C43CBE for ; Wed, 6 Dec 2006 20:35:26 +0000 (GMT) (envelope-from josh.carroll@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so230507uge for ; Wed, 06 Dec 2006 12:36:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uhReByvFMNfs4P614N8yy3lFC2Ah9pg7p517zlXUtKCdR2GsFCn276+iYYTpNcgHqJfkZ504dyExuj16/sPWsQLL+v5Wk8lsfwWgqxWvcUVeFo1gbMsZr/kCD8imdVKkS/WSNG24jks1xdPqnKUiNyuhr1zJ5DDZWO7R1k0ilgQ= Received: by 10.82.182.8 with SMTP id e8mr303976buf.1165437371477; Wed, 06 Dec 2006 12:36:11 -0800 (PST) Received: by 10.82.163.14 with HTTP; Wed, 6 Dec 2006 12:36:11 -0800 (PST) Message-ID: <8cb6106e0612061236l67155fb8u79d7f596bbffa506@mail.gmail.com> Date: Wed, 6 Dec 2006 12:36:11 -0800 From: "Josh Carroll" To: "Chuck Swiger" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: patrick , questions@freebsd.org Subject: Re: Any way to tell what the RAM configuration is? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@psualum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Dec 2006 20:37:11 -0000 > Sure. Install the dmidecode port (from /usr/ports/sysutils/ > dmidecode), and run: > > dmidecode -t memory Of course, this relies on the BIOS reporting the memory properly. In my case, on an Asus P5B motherboard, it reports the RAM at 533 MHz (DDR2-533), even though it's set in the BIOS to run at DDR2-800. So, your mileage may vary, but as long as the BIOS is reporting it accurately, dmidecode is the way to go. Josh