Linux / UNIX Tech Support Forum
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. |
|
|||||||
| Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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. |
| Sponsored Links | ||
|
|
|
||||
|
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 Code:
processor : 0 processor : 1 You must run smp kernel, run following command for verification: Code:
uname -a 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 |
|
|||
|
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.
|
|
||||
|
Quote:
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
__________________
Vivek Gite Linux Evangelist |
|
|||
|
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. |
|
||||
|
Quote:
Create a dir: Code:
mkdir -p /mnt/sdb1 Code:
/dev/sdb1 /mnt/sdb1 ext3 defaults 0 2 Code:
mount -a Code:
reboot Quote:
To vivek, add donation link so that people can bare the cost of hosting and keep running the site |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |