From owner-freebsd-questions@FreeBSD.ORG Sun Apr 3 11:42:48 2005 Return-Path: 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 BC4DD16A4CE for ; Sun, 3 Apr 2005 11:42:48 +0000 (GMT) Received: from smtp11.wanadoo.fr (smtp11.wanadoo.fr [193.252.22.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AABC43D48 for ; Sun, 3 Apr 2005 11:42:48 +0000 (GMT) (envelope-from atkielski.anthony@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1112.wanadoo.fr (SMTP Server) with ESMTP id 05E901C000A1 for ; Sun, 3 Apr 2005 13:42:47 +0200 (CEST) Received: from pix.atkielski.com (ASt-Lambert-111-2-1-3.w81-50.abo.wanadoo.fr [81.50.80.3]) by mwinf1112.wanadoo.fr (SMTP Server) with ESMTP id E1B5E1C00094 for ; Sun, 3 Apr 2005 13:42:46 +0200 (CEST) X-ME-UUID: 20050403114246924.E1B5E1C00094@mwinf1112.wanadoo.fr Date: Sun, 3 Apr 2005 13:42:46 +0200 From: Anthony Atkielski X-Priority: 3 (Normal) Message-ID: <791630627.20050403134246@wanadoo.fr> To: freebsd-questions@freebsd.org In-Reply-To: <20050403094458.9267.qmail@web51107.mail.yahoo.com> References: <20050403094458.9267.qmail@web51107.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Hyperthreading not working on my 5.3 FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 11:42:48 -0000 faisal gillani writes: > Well the output of my dmesg command is only showing 1 > processor , HT is enabled in bios , & working on > windows XP on the same PC. > what can be wrong ? is there anyway to enable it ? Recompile the kernel with options SMP You should then see the second logical processor come online with no problems after installing the new kernel and rebooting. -- Anthony