Quote:
|
Originally Posted by apalkar
Hi,
Thanks for the reply. I cannot see anything in the dmesg output that might be the cpu clock speed value. I have a couple more questions.
|
Use a command like below.
Code:
dmesg | grep time.c
time.c: Detected 2799.995 MHz processor.
Quote:
1. How do I make sure the SMP support has been enabled?
and Proc Family is set to Opteron/Athlon64/Hammer/K8.
|
You should see two processor in the cat /proc/cpuinfo command like below.
Code:
cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz
stepping : 6
cpu MHz : 2799.995
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
fpu : yes
fpu_exception : yes
cpuid level : 10
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 syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm
bogomips : 5602.82
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz
stepping : 6
cpu MHz : 2799.995
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
fpu : yes
fpu_exception : yes
cpuid level : 10
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 syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm
bogomips : 5599.85
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
Now not seeing this in your output means you do not have SMP enabled plus if you look at your bogomips you have roughly a 600mhz processor running as it is usually 2 x processor speed on any machine I have ever run linux on.
Quote:
One thing I would like to mention is that I am remote logging to
the linux box and I dont think I have admin rights for it.
|
That sucks kind of hard doing any real repair work if you don't have physical access to the box it would be hard enough with root on a remote machine for what you need to do.
Quote:
2. You mentioned that I should check whether everything is "kosher"
in the BIOS setup. Can you kindly explain what do u mean by that
term. Havn't heard it before in this context.
Thanks
Alhad.
|
I would say he means making sure the bus speeds are set properly looking at the CPU information to see if the processor is detected properly in the BIOS, see what version the BIOS is at as maybe it needs upgrade. Oh and if the fourth response on this
page is what you have running then a 2.6.9 kernel is way too old to be running on the kind of hardware you have.