dual core - can i just swop my amd 3000+ for a x2 3800 dual core?

Associate
Joined
28 Oct 2002
Posts
1,510
I am running 7.04 Ubuntu - if i just swop out the cpu will it still work or do i need to do anything special?

thanks

diss
 
Last edited:
thanks una

i suppose i should also have asked wheter linux can actually use 2 cores - i assume yes??
and can you get utilities like task manager that show what each cpu is doing?

diss
 
Sure it can and well you can see the current utilisation of each core, not sure about a more detailed breakdown, never needed to my self.

One thing you need to make sure is that you are running a SMP kernel (on ubuntu its the generic one).

My duel core currently:
Code:
alex@nop:~$ cat /proc/cpuinfo 
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 14
model name      : Genuine Intel(R) CPU            1300  @ 1.66GHz
stepping        : 8
cpu MHz         : 1000.000
cache size      : 2048 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor vmx est tm2 xtpr
bogomips        : 3337.02
clflush size    : 64

processor       : 1
vendor_id       : GenuineIntel
cpu family      : 6
model           : 14
model name      : Genuine Intel(R) CPU            1300  @ 1.66GHz
stepping        : 8
cpu MHz         : 1000.000
cache size      : 2048 KB
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor vmx est tm2 xtpr
bogomips        : 3333.33
clflush size    : 64
 
Last edited:
I'm pretty much in the same situation as yourself I have a 3000+ atm and have got a x2 to drop in. I use several different distro's though but from what I understand you need a smp kernel which isnt all t hat difficult. best thing to do would be either nip onto irc or check out the ubuntu forums.

Post back and let me know how you get on!
 
You'll have absolutely no problems at all :)
The only thing to make sure is that you have the standard generic kernel installed pre-upgrade.
My server went from a Via chipset P3 machine to a socket 754 Nvidia chipset without any sort of reinstall whatsoever, all it required was two reboots for it to figure out all the new hardware.

Unlike Windows, Linux simply doesn't need reinstalling unless you seriously trash some very basic files.

-Leezer-
 
thanks guys

a couple of questions though

1) is the smp kernel (whats it stand for?) the same as a standard generic kernel? and how do i tell what i have ---- and

2) if i don't have it what do i need and how do i install it?

i think i am ok as i found this:
title Ubuntu, kernel 2.6.20-16-generic
root (hd0,1)
in my menu.lst file

Diss
 
SMP- Basically means dual-core/ hyperthreaded processors in *Nix technology. Stands for symmetrical multiple processors IIRC.
The generic kernel should be SMP :)

-Leezer-
 
well in the end it all went very smoothly - thanks all for the help and support

diss@linux:~$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 35
model name : AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
stepping : 2
cpu MHz : 2010.329
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
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 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips : 4023.15
clflush size : 64

processor : 1
vendor_id : AuthenticAMD
cpu family : 15
model : 35
model name : AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
stepping : 2
cpu MHz : 2010.329
cache size : 512 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
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 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips : 4020.90
clflush size : 64

now to try the overclocking :)

Diss
 
one more question - there ia an AMD dual core optimiser that i ran for the vista install - is there anything similar for linux?

thanks

diss
 
Ahh this is good news.

I am running an E6600 in Ubuntu, but a lovely Q6600 [G0 stepping, no less] landed on my doorstep this morning :D

And for the record, SMP stands for Symmetric Multiprocessing. :)
 
Back
Top Bottom