public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Problems with hyper-threading on Asus P4T533 / Linux 2.4.20
@ 2003-02-12 14:03 Lars Magne Ingebrigtsen
  2003-02-12 15:56 ` Balram Adlakha
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-02-12 14:03 UTC (permalink / raw)
  To: linux-kernel

We've just gotten an Asus P4T533-based machine with a 3.06GHz P4 CPU,
bios version 1005.  (P4T533 is i850e-based.)  The bios claims that the
P4 has hyper-threading, and as you can see from the cpuinfo output
below, "ht" is among the flags.  (And the manual says that P4T533 is
ht-enabled.)

I've tried booting with acpismp=force and without, and it doesn't
seem to make much difference: Linux still only sees a single CPU.
I've also tried 2.4.21-pre4 and -ac4, which doesn't seem to make any
difference, either.

Anybody got any ideas why I can't get this to work?

buto:~# uname -a
Linux buto 2.4.20 #3 SMP Wed Feb 12 14:28:49 CET 2003 i686 unknown
buto:~# cat /proc/cpuinfo 
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Pentium(R) 4 CPU 3.06GHz
stepping        : 7
cpu MHz         : 3073.691
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips        : 6134.16


-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problems with hyper-threading on Asus P4T533 / Linux 2.4.20
       [not found] <mng==m365rpegts.fsf@quimbies.gnus.org>
@ 2003-02-12 15:30 ` Thorsten Leemhuis
  2003-02-12 16:09   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Thorsten Leemhuis @ 2003-02-12 15:30 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen, linux-kernel

Hi

>>>>>>>>>>>>>>>>>> Ursprüngliche Nachricht <<<<<<<<<<<<<<<<<<

Am 12.02.03, 15:12:29, schrieb Lars Magne Ingebrigtsen <larsi@gnus.org> zum 
Thema Problems with hyper-threading on Asus P4T533 / Linux 2.4.20:


> We've just gotten an Asus P4T533-based machine with a 3.06GHz P4 CPU,
> bios version 1005.  (P4T533 is i850e-based.)  The bios claims that the
> P4 has hyper-threading, and as you can see from the cpuinfo output
> below, "ht" is among the flags.  (And the manual says that P4T533 is
> ht-enabled.)

> I've tried booting with acpismp=force and without, and it doesn't
> seem to make much difference: Linux still only sees a single CPU.
> I've also tried 2.4.21-pre4 and -ac4, which doesn't seem to make any
> difference, either.

> Anybody got any ideas why I can't get this to work?

[...]

I know some other Asus Boards that only work in HT mode when you're using 
ACPI Patches from

http://sourceforge.net/project/showfiles.php?group_id=36832

But I don't know why -- Maybe someone else knows why?

CU
Thorsten Leemhuis



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problems with hyper-threading on Asus P4T533 / Linux 2.4.20
  2003-02-12 14:03 Problems with hyper-threading on Asus P4T533 / Linux 2.4.20 Lars Magne Ingebrigtsen
@ 2003-02-12 15:56 ` Balram Adlakha
  0 siblings, 0 replies; 4+ messages in thread
From: Balram Adlakha @ 2003-02-12 15:56 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: linux-kernel

On Wed, 12 Feb 2003 15:03:59 +0100
Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

> We've just gotten an Asus P4T533-based machine with a 3.06GHz P4 CPU,
> bios version 1005.  (P4T533 is i850e-based.)  The bios claims that the
> P4 has hyper-threading, and as you can see from the cpuinfo output
> below, "ht" is among the flags.  (And the manual says that P4T533 is
> ht-enabled.)
> 
> I've tried booting with acpismp=force and without, and it doesn't
> seem to make much difference: Linux still only sees a single CPU.
> I've also tried 2.4.21-pre4 and -ac4, which doesn't seem to make any
> difference, either.
> 
> Anybody got any ideas why I can't get this to work?
> 
> buto:~# uname -a
> Linux buto 2.4.20 #3 SMP Wed Feb 12 14:28:49 CET 2003 i686 unknown
> buto:~# cat /proc/cpuinfo 
> processor       : 0
> vendor_id       : GenuineIntel
> cpu family      : 15
> model           : 2
> model name      : Intel(R) Pentium(R) 4 CPU 3.06GHz
> stepping        : 7
> cpu MHz         : 3073.691
> cache size      : 512 KB
> fdiv_bug        : no
> hlt_bug         : no
> f00f_bug        : no
> coma_bug        : no
> fpu             : yes
> fpu_exception   : yes
> cpuid level     : 2
> wp              : yes
> flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
> bogomips        : 6134.16


Thats sounds alright, you have to have an SMP kernel to use HT. Build a new kernel with the SMP option checked.
After that, you will see something like this with all that is above :
 siblings         : 2

And cpuinfo will show info for 2 processors...

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problems with hyper-threading on Asus P4T533 / Linux 2.4.20
  2003-02-12 15:30 ` Thorsten Leemhuis
@ 2003-02-12 16:09   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-02-12 16:09 UTC (permalink / raw)
  To: linux-kernel

Thorsten Leemhuis <thl@ct.heise.de> writes:

> I know some other Asus Boards that only work in HT mode when you're using 
> ACPI Patches from
>
> http://sourceforge.net/project/showfiles.php?group_id=36832

Thanks!  That solves the problem for me.  /proc/cpuinfo now shows two
CPUs.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-02-12 16:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-12 14:03 Problems with hyper-threading on Asus P4T533 / Linux 2.4.20 Lars Magne Ingebrigtsen
2003-02-12 15:56 ` Balram Adlakha
     [not found] <mng==m365rpegts.fsf@quimbies.gnus.org>
2003-02-12 15:30 ` Thorsten Leemhuis
2003-02-12 16:09   ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox