LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   2nd cpu not recognized (https://www.linuxquestions.org/questions/linux-hardware-18/2nd-cpu-not-recognized-274252/)

dna9 01-05-2005 01:57 PM

2nd cpu not recognized
 
suse 9.2 doesn't see 2nd cpu in "system monitor". using athlon mp cpu's. kernel is 2.6.8-10smp. other distro's are not that way. wtf? a bug?

thanks...

twsnnva 01-05-2005 03:28 PM

Does 'cat /proc/cpuinfo' show only one processor?

Thomas

dna9 01-05-2005 04:12 PM

output of ---> cat /proc/cpuinfo
 
Quote:

Originally posted by twsnnva
Does 'cat /proc/cpuinfo' show only one processor?

Thomas

here ya go thomas
cat/proc/cpuinfo --->

processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 6
model name : AMD Athlon(tm) MP 1600+
stepping : 2
cpu MHz : 1400.257
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse pni syscall mp mmxext 3dnowext 3dnow
bogomips : 2752.51

processor : 1
vendor_id : AuthenticAMD
cpu family : 6
model : 6
model name : AMD Athlon(tm) MP 1600+
stepping : 2
cpu MHz : 1400.257
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse pni syscall mp mmxext 3dnowext 3dnow
bogomips : 2793.47
...................................................................................

everything looks dead nuts, stepping, etc...

thanks...

ps: this is the output of ---> uname -a

2.6.8-24.10-smp #1 SMP Wed Dec 22 11:54:27 UTC 2004 i686 athlon i386 GNU/Linux

does the i686 and the i386 difference mean anything?

what do you think? thanks again...

twsnnva 01-05-2005 07:19 PM

I think that is the correct output for your system. Run 'uname -pmi'. This should give you the i686 athlon i386. Check out what the switches mean here. Sorry, I don't know anything about the Suse system monitor, in debian our system monitor, is cat | grep :D

Thomas

Brian1 01-05-2005 07:23 PM

Try gkrellm.

Brian1
" Google the Linux way @ http://www.google.com/linux "

Travers 01-05-2005 07:28 PM

If proc says there is two cpu's, then the kernel recognizes them. Look at the dmesg output if you want more confirmation of this. I don't know if this can be done, but run a process and time it. Then pop one of the cpu's out, run a process and time it. =)

Brian1 01-05-2005 07:39 PM

Since you have more than one processor give this a try. If you have gkrellm up showing both processors, build a new kernel ( you don't have to install it, just for fun). When you do the ' make ' command use ' make -j4 ' . It will run one build on one processor and start another on the other. Depending on overhead it can do up to 4 things. This makes a new kernel in about 1/3 less in time. Even cooler on my quad board. Really heats up the processors.

Brian1
" Google the Linux way @ http://www.google.com/linux "

Travers 01-05-2005 08:01 PM

Lol, pop out the pros! KISS!

dna9 01-06-2005 12:00 AM

GKRELLM
 
Quote:

Originally posted by Brian1
Try gkrellm.

Brian1
" Google the Linux way @ http://www.google.com/linux "

ya, i installed "gkrellm" and the little gui says that 2 cpu's are working. you can see the little spikes in the graphs of both cpu's. so in theory, if i downgrade to a non smp kernel will i lose a cpu graph in the gkrellm screen? or will i still have 2 cpu's working but not true "smp enabled"? this has got to be a bug because all other distro's i have loaded have said i have two cpu's in gnome "system monitor" or maybe they are showing up as a "composite" view in SuSE 9.2. AAMOF, ubuntu asks for a "K7 SMP" kernel to be installed (i.e. AMD specific). qwirky...

thanks guys...

Travers 01-06-2005 01:13 AM

ubuntu asks for a "K7 SMP" kernel to be installed (i.e. AMD specific). qwirky...

That's because you can build a kernel for the AMD k7 architcecture with Symmetric Multi Processing.

I wonder how many people here have ever compiled a kernel...

mijenks 01-06-2005 01:18 AM

Do you count people that used genkernel? Because they compiled their kernels (i.e. they didn't use stock distro kernels) but I wouldn't say they compiled their own in the regular sense. I didn't start rolling my own until I used Slack.

dna9 01-06-2005 08:56 AM

COMPILE?
 
Quote:

Originally posted by Travers
ubuntu asks for a "K7 SMP" kernel to be installed (i.e. AMD specific). qwirky...

That's because you can build a kernel for the AMD k7 architcecture with Symmetric Multi Processing.

I wonder how many people here have ever compiled a kernel...

i never have. but, i know who to ask if i want to iowa boy.

Travers 01-07-2005 12:31 AM

Lol. =)


All times are GMT -5. The time now is 05:55 PM.