Announcement

Collapse
No announcement yet.

Is the dual core cpu correctly recognized?

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

    Is the dual core cpu correctly recognized?

    Read another post on this topic so ran the command and got the following. This is on a Acer laptop with AMD Turion 64X2 that is listed as 1.6 GHZ with 512 Kb L2 Cache. It seems like this would be half of the readings below. Is this the way it should work since there are two CPUs combined to make the Turion chip.



    cat /proc/cpuinfo
    processor : 0
    vendor_id : AuthenticAMD
    cpu family : 15
    model : 72
    model name : AMD Turion(tm) 64 X2 Mobile Technology TL-50
    stepping : 2
    cpu MHz : 798.172
    cache size : 256 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 : 1598.58


    #2
    Re: Is the dual core cpu correctly recognized?

    Is there a similar list for processor 1? On my Intel Core 2 Duo, the output from the command is similar to yours for processor 0, and then I get another listing for processor 1.

    Comment


      #3
      Re: Is the dual core cpu correctly recognized?

      Originally posted by dibl
      Is there a similar list for processor 1? On my Intel Core 2 Duo, the output from the command is similar to yours for processor 0, and then I get another listing for processor 1.
      NO just this? Does it mean I am only running one of the two?

      Comment


        #4
        Re: Is the dual core cpu correctly recognized?

        I don't know how a Turion operates, but here is what I get as an output from my Intel x6800 Core 2 Duo:

        cat /proc/cpuinfo
        processor : 0
        vendor_id : GenuineIntel
        cpu family : 6
        model : 15
        model name : Intel(R) Core(TM)2 CPU X6800 @ 2.93GHz
        stepping : 6
        cpu MHz : 3300.244
        cache size : 4096 KB
        physical id : 0
        siblings : 1
        core id : 255
        cpu cores : 1
        fdiv_bug : no
        hlt_bug : no
        f00f_bug : no
        coma_bug : no
        fpu : yes
        fpu_exception : yes
        cpuid level : 10
        wp : yes
        flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
        bogomips : 6606.63

        processor : 1
        vendor_id : GenuineIntel
        cpu family : 6
        model : 15
        model name : Intel(R) Core(TM)2 CPU X6800 @ 2.93GHz
        stepping : 6
        cpu MHz : 3300.244
        cache size : 4096 KB
        physical id : 1
        siblings : 1
        core id : 255
        cpu cores : 1
        fdiv_bug : no
        hlt_bug : no
        f00f_bug : no
        coma_bug : no
        fpu : yes
        fpu_exception : yes
        cpuid level : 10
        wp : yes
        flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
        bogomips : 6600.30

        BTW I'm running Kubuntu Edgy -- I don't know if it's different for Dapper.

        Comment

        Working...
        X