From owner-freebsd-questions@FreeBSD.ORG Wed Dec 6 22:05:06 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 30CAE16A5FE for ; Wed, 6 Dec 2006 22:05:06 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from nz-out-0102.google.com (nz-out-0506.google.com [64.233.162.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id E707844048 for ; Wed, 6 Dec 2006 22:00:03 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so229300nzh for ; Wed, 06 Dec 2006 14:00:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K5370FKg7UJoIZviEaPeXIsRg5uplsggkZGEPDtMR3kN0WOdFleBo//udVOGUPBXXSzkZu1F4aW+Q4YoN0qZWEm6j2tfGvzSAA8iSe9/K3jolY3b8WUy1OXN7ckyLXKRZdeycB+FA461BN973MAE6y2gq/M2aY2fYiGhEnQqGKs= Received: by 10.78.18.3 with SMTP id 3mr978295hur.1165442445890; Wed, 06 Dec 2006 14:00:45 -0800 (PST) Received: by 10.78.13.3 with HTTP; Wed, 6 Dec 2006 14:00:45 -0800 (PST) Message-ID: Date: Wed, 6 Dec 2006 14:00:45 -0800 From: patrick 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: questions@freebsd.org Subject: Re: Re: Any way to tell what the RAM configuration is? 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: Wed, 06 Dec 2006 22:05:06 -0000 Awesome, that works like a charm! Thanks, Patrick On 12/6/06, Chuck Swiger wrote: > On Dec 6, 2006, at 11:00 AM, patrick wrote: > > I'm wondering if there's any way in FreeBSD (4.x on i386) to tell what > > the RAM configuration in the system is? ie. Can it show me if I have > > four 256MB modules versus two 512MB's? Obviously it would be possible > > to just open up the computer and see for my self, I'm hoping I can > > save myself a trip and wrecking an uptime of 670 days. :) > > Sure. Install the dmidecode port (from /usr/ports/sysutils/ > dmidecode), and run: > > dmidecode -t memory > > > # dmidecode 2.8 > > SMBIOS 2.3 present. > > > > Handle 0x1000, DMI type 16, 15 bytes > > Physical Memory Array > > Location: System Board Or Motherboard > > Use: System Memory > > Error Correction Type: Single-bit ECC > > Maximum Capacity: 4 GB > > Error Information Handle: No Error > > Number Of Devices: 4 > > > > Handle 0x1100, DMI type 17, 23 bytes > > Memory Device > > Array Handle: 0x1000 > > Error Information Handle: No Error > > Total Width: 72 bits > > Data Width: 64 bits > > Size: 128 MB > > Form Factor: DIMM > > Set: 1 > > Locator: DIMM_A > > Bank Locator: BANK_1 > > Type: SDRAM > > Type Detail: Synchronous > > Speed: 133 MHz (7.5 ns) > > [ ... ] > > -- > -Chuck > >