From owner-freebsd-questions@FreeBSD.ORG Wed Dec 6 19:53:37 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 CDBD816A4C8 for ; Wed, 6 Dec 2006 19:53:37 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E95B43D93 for ; Wed, 6 Dec 2006 19:47:50 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin05-en2 [10.13.10.150]) by smtpout.mac.com (Xserve/8.12.11/smtpout14/MantshX 4.0) with ESMTP id kB6JmQGC003503; Wed, 6 Dec 2006 11:48:26 -0800 (PST) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin05/MantshX 4.0) with ESMTP id kB6JmNu2012844; Wed, 6 Dec 2006 11:48:25 -0800 (PST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Wed, 6 Dec 2006 11:48:22 -0800 To: patrick X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Dec 2006 19:53:37 -0000 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