Jump to content
XPEnology Community

xpenew

Rookie
  • Posts

    3
  • Joined

  • Last visited

Posts posted by xpenew

  1. I have a AMD A10-5800K APU but Xpenology sees it as an INTEL Core i3-4130 screeshot (http://postimg.org/image/z3d0dhe4r/)

     

    But when I ssh into Xpenology box and run these commands:

    // number of core
    >cat /proc/cpuinfo | grep processor | wc -l
    >   4   
    >   
    //get actual number of cores
    > cat /proc/cpuinfo | grep 'core id'
    core id         : 0   
    core id         : 1   
    core id         : 2   
    core id         : 3   
    >   
    >   
    //detail about cores
    > cat /proc/cpuinfo
    processor       : 0   
    vendor_id       : AuthenticAMD   
    cpu family      : 21   
    model           : 16   
    model name      : AMD A10-5800K APU with Radeon(tm) HD Graphics   
    stepping        : 1   
    microcode       : 0x6001119   
    cpu MHz         : 3800.000   
    cache size      : 2048 KB   
    physical id     : 0   
    siblings        : 4   
    core id         : 0   
    cpu cores       : 2   
    apicid          : 16   
    initial apicid  : 0   
    fpu             : yes   
    fpu_exception   : yes   
    cpuid level     : 13   
    wp              : yes 
    
    **snipped output for brevity**
    

     

    Anyone have ideas about this discrepancy?

×
×
  • Create New...