LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-11-2004, 10:48 PM   #1
kooyue
LQ Newbie
 
Registered: Feb 2004
Posts: 20

Rep: Reputation: 0
What difference between SMP andnormal kernal?


I have installed Redhat 9.0 and when I boot into linux, it lets me to choose between SMP and the normal one. I have just one P4 HT CPU, so does it means I shouldn't choose the SMP kernal?

Also I found that my Wireless USB adaptor driver which install under SMP kernal won't work in normal kernal. Do I need to install the driver again? Can I share driver between difference kernal??

Best Regards
 
Old 02-12-2004, 02:04 AM   #2
Guru3
Member
 
Registered: Sep 2003
Location: //home/sweden
Distribution: RedHat 9, Fedora Core 1
Posts: 360

Rep: Reputation: 31
Actually, to take advantage of the Hyper-Threading, you should use the SMP kernel. SMP stands for symetric multi processing and the way Hyper-Threading works with the os is to make it look like the computer has two processors. So, you should with the SMP kernel, and if for some wacky reason you didn't want to take advantage of you Hyper-Threading then you would have to re-install the driver for the standard kernel.
 
Old 02-12-2004, 02:15 AM   #3
kooyue
LQ Newbie
 
Registered: Feb 2004
Posts: 20

Original Poster
Rep: Reputation: 0
oh, that's help!! thanks
 
Old 02-15-2004, 11:33 PM   #4
theonlylivinggo
Member
 
Registered: Jan 2004
Posts: 48

Rep: Reputation: 15
I have a dual processor Xeon system running Red Hat 7.3. It's really slow, and should be fast. SOmeone suggested to make sure I'm booting into the SMP Kernal. How do I do that?
Thanks.
Scott
 
Old 02-15-2004, 11:43 PM   #5
joseph_1970
Member
 
Registered: Jan 2003
Posts: 62

Rep: Reputation: 15
#man uname

#uname -a

Read which kernel you are using.
 
Old 02-16-2004, 12:13 AM   #6
theonlylivinggo
Member
 
Registered: Jan 2004
Posts: 48

Rep: Reputation: 15
Thanks.
Okay, and then if I'm not going to the SMP kernal, what's the fix?
 
Old 02-16-2004, 12:20 AM   #7
theonlylivinggo
Member
 
Registered: Jan 2004
Posts: 48

Rep: Reputation: 15
Never mind that. I'm in SMP according to this info. But it's still buttass slow on 3D renders. Any suggestions on how to optimize?
 
Old 02-16-2004, 01:47 AM   #8
Guru3
Member
 
Registered: Sep 2003
Location: //home/sweden
Distribution: RedHat 9, Fedora Core 1
Posts: 360

Rep: Reputation: 31
Quote:
Originally posted by theonlylivinggo
Never mind that. I'm in SMP according to this info. But it's still buttass slow on 3D renders. Any suggestions on how to optimize?
Get an accelerated 3D card or the correct 3D drivers. I have Dual Xeon HT and I get 230fps in Quake3... Witha 8x AGP Radeon 9800pro256mb.
 
Old 02-16-2004, 08:20 AM   #9
theonlylivinggo
Member
 
Registered: Jan 2004
Posts: 48

Rep: Reputation: 15
I'm planning on a new graphics card this weekend, and sound. But is there anything else I can do to optimize my system/file handling, stuff like that? Also, is there a "trace" command to watch the file handling while the o/s loads an application? I have one in particular (Softimage xsi) that takes forever to load, and while it's a big, complicated program, 3+ minutes to load is excessive.
Any ideas/suggestions will be appreciated.
Scott
 
Old 02-16-2004, 09:39 AM   #10
joseph_1970
Member
 
Registered: Jan 2003
Posts: 62

Rep: Reputation: 15
Look into a quick method...

#man hdparm

And a google will help on that one.
There are a few quick things you might be able to do with this.
 
Old 02-16-2004, 10:02 AM   #11
Guru3
Member
 
Registered: Sep 2003
Location: //home/sweden
Distribution: RedHat 9, Fedora Core 1
Posts: 360

Rep: Reputation: 31
hdparm: good point. I run my smp system off a scsi disk so I haven't needed to mess with it, and on my regular system there is only like ata66 so there's nothing I can do on that one... But I have had laptops where it's been insanely slow like that and hdparm helped out a lot to speed things up.
 
Old 02-16-2004, 10:21 AM   #12
theonlylivinggo
Member
 
Registered: Jan 2004
Posts: 48

Rep: Reputation: 15
i did a search and found ltt - it's a Linux Trace Toolkit that will do analysis of processes being run over a particular period of time and then you can analyze the output with some added tools. It, of course, is free, so I'm going to look at that. The only issue is that it requires "patching" and recompiling the kernal. Now for a guy that's been away from computers for 18 years, and just now coming back, and only been working with Linux since Thursday, this seems a pretty extreme jump, especially considering I don't even know more than 20 commands. So.... I will proceed slowly and at my current rate of progress I will soon be back where I started.
Scott
 
Old 02-16-2004, 12:08 PM   #13
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Re: What difference between SMP andnormal kernal?

Quote:
Originally posted by kooyue
I have installed Redhat 9.0 and when I boot into linux, it lets me to choose between SMP and the normal one. I have just one P4 HT CPU, so does it means I shouldn't choose the SMP kernal?

Also I found that my Wireless USB adaptor driver which install under SMP kernal won't work in normal kernal. Do I need to install the driver again? Can I share driver between difference kernal??

Best Regards
Just a FYI and a pet peeve of mine.. its spelled kernel, not kernal..
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Any reason to keep a non-smp kernel installed on a smp FC3 machine? jim-j Fedora 2 03-12-2006 07:06 AM
Will recompiling my mandrake kernal make any difference Boffy Linux - General 2 09-05-2004 04:56 PM
Difference Enterprise vs SMP montyw Linux - Newbie 4 07-10-2004 04:17 PM
Kernal modules on a Newly Compiled Kernal sethgeekx86 Slackware 4 05-03-2004 11:08 PM
Help! Configuring Kernal failed, GRUB can't boot new kernal, help! sabaka Linux - Newbie 4 09-16-2003 09:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration