nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

SuSe 10.0 doesn't recognize dual processors

This is a discussion on SuSe 10.0 doesn't recognize dual processors within the Linux software forums, part of the Linux Getting Started category; Hi there, I just installed SuSe 10.0 on my anohter linux machine. This machine has 2 processors. When it boots, ...

Register free or login to your existing account and remove all advertisements.


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Linux answers from nixCraft.


Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-18-2007, 07:44 PM
Member
User
 
Join Date: May 2007
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3
lacloai is on a distinguished road
Default SuSe 10.0 doesn't recognize dual processors

Hi there,

I just installed SuSe 10.0 on my anohter linux machine. This machine has 2 processors. When it boots, BIOS also sees 2 processors. The problem is SuSe 10.0 only recognizes it as single processor. I can fix this easy in Windows XP, but linux seems to be so difficult for me. Can anyone give me an idea to work on this please? Here is the output of my cpuinfo.

linux:~ # cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 3
cpu MHz : 789.233
cache size : 256 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 mmx fxsr sse
bogomips : 1579.40

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 3
cpu MHz : 789.233
cache size : 256 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 mmx fxsr sse
bogomips : 1578.34


See? The output above is saying "processor 1" I really appreciate that.
Reply With Quote
  #2 (permalink)  
Old 07-18-2007, 08:29 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,671
Thanks: 11
Thanked 240 Times in 180 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Install smp kernel using yast2 or rpm command, you must boot suse with SMP kernel. From your output I can see 2 processors. So Linux did recognized your CPU

Verify that Linux got 2 cpu
Code:
grep processor /proc/cpuinfo
Output:
Code:
processor       : 0
processor       : 1
0 and 1 means you got 2 CPU or 1 CPU with 2 core (dual core), if you see 0,1,2,3 it means you have 4 cpu or 2 cpu with 4 core (dual core)

You must run smp kernel, run following command for verification:
Code:
uname -a
Output (look for SMP word)
Code:
Linux moon.gite.in 2.6.18-8.1.8.el5 #1 SMP Mon Jun 25 17:06:07 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #3 (permalink)  
Old 07-19-2007, 08:31 AM
Member
User
 
Join Date: May 2007
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3
lacloai is on a distinguished road
Default

Thanks for your help. So, you said that my linux already recognized 2 processors, 0 and 1. Question is, is my linux machine running on 2 processors at this time? If so, do I still need something like you said smp kernel? Why do I need that? Thanks again.
Reply With Quote
  #4 (permalink)  
Old 07-20-2007, 03:24 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,671
Thanks: 11
Thanked 240 Times in 180 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Quote:
Originally Posted by lacloai View Post
Thanks for your help. So, you said that my linux already recognized 2 processors, 0 and 1. Question is, is my linux machine running on 2 processors at this time? If so, do I still need something like you said smp kernel? Why do I need that? Thanks again.
Without SMP kernel linux will not see 2 or more than 2 CPUs. SMP (Symmetric multiprocessing i.e. a multiprocessing architecture in which multiple CPUs are installed and only SMP kernel can use them) systems range from two to as many as 32 or more processors on x86 hardware.

By default Linux installation detects SMP support and installs SMP CPU. Way back in late 90s I had to install SMP kernel. These days it is all done for you ... good question though
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #5 (permalink)  
Old 07-20-2007, 06:32 AM
Member
User
 
Join Date: May 2007
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3
lacloai is on a distinguished road
Default

Thank you so much. You're very helpful. Every time I got an issue, this website helps me a lot. I feel like I owe too much to all of you guys in here. I am wondering can you open an online account such as paypal so that people can donate something? I feel like donating a little bit to keep this site up and running. Everyone in here puts a hand will help. This is just my suggestion.

Anyway, I got a problem and I hope you can help me with. I added a second hard disk drive on my Ubuntu 6.10 machine. I can create partition using /sbin/fdisk..... Everything goes smooth. However, how can I mount it? In SuSe, I can do it by editing /etc/fstab and add /dev/sdb1 /Drive1 ext3 default 1 1, and it automatically mount the second drive for me after reboots.

sdb is my second scsi drive. I did exactly the same like I did in SuSe, but my Ubuntu still doesn't mount my second drive. What is the proper way to do that in Ubuntu? Very appreciate that.
Reply With Quote
  #6 (permalink)  
Old 07-20-2007, 07:27 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
OS: Debian GNU/Linux
Posts: 506
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 7
monk has a spectacular aura about monk has a spectacular aura about
Default

Quote:
Originally Posted by lacloai View Post
Anyway, I got a problem and I hope you can help me with. I added a second hard disk drive on my Ubuntu 6.10 machine. I can create partition using /sbin/fdisk..... Everything goes smooth. However, how can I mount it? In SuSe, I can do it by editing /etc/fstab and add /dev/sdb1 /Drive1 ext3 default 1 1, and it automatically mount the second drive for me after reboots.

sdb is my second scsi drive. I did exactly the same like I did in SuSe, but my Ubuntu still doesn't mount my second drive. What is the proper way to do that in Ubuntu? Very appreciate that.
Let me answer 2nd part:

Create a dir:
Code:
mkdir -p /mnt/sdb1
Append code /etc/fstab:
Code:
/dev/sdb1         /mnt/sdb1  ext3  defaults 0 2
Mount it:
Code:
mount -a
Or just reboot the box to test the same
Code:
reboot
Quote:
Originally Posted by lacloai View Post
Thank you so much. You're very helpful. Every time I got an issue, this website helps me a lot. I feel like I owe too much to all of you guys in here. I am wondering can you open an online account such as paypal so that people can donate something? I feel like donating a little bit to keep this site up and running. Everyone in here puts a hand will help. This is just my suggestion.
Good idea, if you feel lucky and think that this site / vivek has helped you use paypal. You can use link from his blog nixCraft :: Donate money.

To vivek, add donation link so that people can bare the cost of hosting and keep running the site
__________________
May the force with you!
Reply With Quote
  #7 (permalink)  
Old 07-22-2007, 12:55 AM
Member
User
 
Join Date: May 2007
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3
lacloai is on a distinguished road
Default

Thank you very much. Very appreciate that.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Display number of processors on linux tom Getting started tutorials 9 12-22-2008 08:56 PM
Dual-booting Vista problem adanedhel728 Linux software 1 07-12-2007 10:15 PM
How to connect ISDN at 128kbps?(Dual Channel) asim.mcp Linux software 1 09-10-2006 07:13 PM
dual boot windows 2003 server and linux goku Windows Xp/2000/2003 server administration 2 07-17-2006 08:05 PM
Howto Dual Boot Ubuntu Linux and Windows XP? jerry Linux software 4 07-06-2006 01:39 PM


All times are GMT +5.5. The time now is 05:11 AM.


Powered by vBulletin® Version 3.8.4 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2009 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38