From owner-freebsd-hardware@FreeBSD.ORG Mon Sep 26 09:29:10 2005 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEEB316A41F; Mon, 26 Sep 2005 09:29:10 +0000 (GMT) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from postino-2.etat.lu (postino-2.etat.lu [194.154.205.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F35643D49; Mon, 26 Sep 2005 09:29:09 +0000 (GMT) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by postino-2.etat.lu (Postfix) with ESMTP id EB6F213A21D3; Mon, 26 Sep 2005 11:29:07 +0200 (CEST) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by localhost (CIE ESMTP Dispatch 2) with ESMTP id D76AA36192; Mon, 26 Sep 2005 11:29:07 +0200 (CEST) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) by dispatch-2.cie.etat.lu (CIE ESMTP Dispatch 2) with ESMTP id C49C43612A; Mon, 26 Sep 2005 11:29:07 +0200 (CEST) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0INF007EN3OFFD30@store.etat.lu>; Mon, 26 Sep 2005 11:29:07 +0200 (MEST) Received: from lucy ([148.110.43.189]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0INF007WB3OBHBG0@store.etat.lu>; Mon, 26 Sep 2005 11:29:02 +0200 (MEST) Date: Mon, 26 Sep 2005 11:28:59 +0200 From: Didier Wiroth In-reply-to: <433468A3.2000801@linkline.com> To: 'Samuel Clements' , 'John Baldwin' Message-id: <0INF007WS3OEHBG0@store.etat.lu> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: AcXAf0pP0P40bKe6TuOKjz4z4nItOwB/RSyQ Cc: 'Peter Jeremy' , freebsd-hardware@freebsd.org Subject: RE: freebsd 5.4 & proliant dl360 g3 (SMP) second cpu not detected X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 09:29:11 -0000 Hi, Thank you for helping. Changing to linux did it! now the additional cpu shows up archive# sysctl hw.ncpu hw.ncpu: 4 archive# dmesg | grep -i cpu CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2799.22-MHz 686-class CPU) Hyperthreading: 2 logical CPUs FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! -----Original Message----- From: Samuel Clements [mailto:sclements@linkline.com] Sent: Friday, September 23, 2005 22:42 To: John Baldwin Cc: freebsd-hardware@freebsd.org; Peter Jeremy; Didier Wiroth Subject: Re: freebsd 5.4 & proliant dl360 g3 (SMP) second cpu not detected John Baldwin wrote: > On Friday 23 September 2005 03:35 pm, Peter Jeremy wrote: >> On Fri, 2005-Sep-23 16:40:52 +0200, Didier Wiroth wrote: >>> I've installed freebsd5.4 on a compaq proliant dl360 g3 (dual cpu >>> 2.8mhz). >>> >>> I have recompiled a SMP kernel. But after the reboot with the new >>> kernel the second cpu is not detected by freebsd: >> The other item that would be of use would be the top of a verbose >> dmesg (down to the point where it's reporting the number of CPUs. > > Note that the default kernel on FreeBSD 5.4 doesn't include SMP > support, so you will need to build a custom kernel (the SMP config is > a good one to start with as its the default kernel with SMP added) to enable SMP. Also, don't forget to run the SmartStart and select 'Linux' as your OS! -Sam