Announcement

Collapse
No announcement yet.

dual core CPUs recognized?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    dual core CPUs recognized?

    Hi i'm running Kubuntu 6.06 on an AMD 3800+ X2 PC. How can i tell if both cores have been recognized?

    #2
    Re: dual core CPUs recognized?

    bump..........

    Comment


      #3
      Re: dual core CPUs recognized?

      On my core2duo when I do a:
      cat /proc/cpuinfo
      it will have two seperate sets of info for each core.

      I'd guess the same is true for your AMD.

      Comment


        #4
        Re: dual core CPUs recognized?

        brendan@brendan-desktop:~$ cat /proc/cpuinfo
        processor : 0
        vendor_id : AuthenticAMD
        cpu family : 15
        model : 75
        model name : AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
        stepping : 2
        cpu MHz : 1002.213
        cache size : 512 KB
        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 cx16 lahf_lm cmp_legacy
        bogomips : 2007.20


        seems like i'm only getting one set of info... how do i enable the second core?

        Comment


          #5
          Re: dual core CPUs recognized?

          What kernel are you using? It probably doesn't have SMP support.

          uname -a

          Post that.

          Comment


            #6
            Re: dual core CPUs recognized?

            2.6.15-27-386 #1 PREEMPT Fri Dec 8 17:51:56 UTC 2006 i686 GNU/Linux

            Ok, that's what i got.

            Comment


              #7
              Re: dual core CPUs recognized?

              I think you're going to need to install the linux-k7-smp kernel. Search for that or smp in adept and make sure it's the only choice though.

              Comment


                #8
                Re: dual core CPUs recognized?

                hmmm... will the K-7 kernel work with the Athlon 64? I'm running 32 bit Kubuntu 6.06 on an Athlon 64 3800+ X2, should i still be installing the K-7 one?

                Comment


                  #9
                  Re: dual core CPUs recognized?

                  I'm pretty sure that's the only smp kernel on dapper. edgy uses a -generic kernel that has the smp support in it.

                  I don't have a dapper system to check so I just searched on pacakges.ubuntu.org for some info. I was kind of hoping someone else would jump in with an answer.

                  As long as you don't uninstall the old kernel you can always boot back into it from grub if you run into a problem.

                  Comment

                  Working...
                  X