Jump to content
XPEnology Community

Arithon

Rookie
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Arithon

  1. 6 minutes ago, FOXBI said:

     

    thank you for feedback!!

     

     

    If you look at your cpuinfo shown last time, you can see that the total number of processors is 12

     

     

    Of course, it was made based on Intel's standards, but I think 12 is correct because it is based on the number of processors in your cpuinfo.

     

     

    If you give information on the BIOS or OS about 6core, I will study the AMD counting method again.

     

     

    Below is your cpuinfo file.

    cat-proc-cpuinfo output.txt 13.44 kB · 0 downloads

     

     

    *p.s Oh, and if the serial in the screenshot is genuine, it would be better to cover it.

    Thanks Foxbi,

     

    The serial number is not genuine :-)

     

    The Ryzen specs are on the AMD website (6cores / 12 threads)

    https://www.amd.com/en/products/cpu/amd-ryzen-5-2600x

     

    screenshot included

     

    Honestly, I'm happy with what you have done and please don't take this as criticism, I'm only bringing it up as someone might question you later down the track.

    2600x.jpg

    • Thanks 1
  2. 1 hour ago, FOXBI said:

     

    At first I thought it was happening when using AMD.

     

    I found the cause by looking at the execution log you gave me.

     

    In a variable called cpu_familry

     

    It is designed to contain only one line of CPU name.

     

    I don't know why, but the result is entered as two lines.

     

    In the past, some people did this manually for this reason.

     

    "sort -u" may not be working properly.

     

    As-Is
    + cpu_family='Ryzen 5 2600X Six-Core
    Ryzen 5 2600X Six-Core '

     

    To-Be
    + cpu_family='Ryzen 5 2600X Six-Core'

     

    There is a need for work to make this happen.

     

    I modified the source a bit.

     

    Please execute it once again with ch_cpuinfo.sh attached below.

     

    The version is v2.4.1-r02.

    ch_cpuinfo.sh 26.48 kB · 0 downloads

    SUCCESS!

     

    Although, if we are being picky, the actually info is 1 CPU/6 Cores with 12 Threads, but the output is showing  12 Cores (1 CPU/12 Cores | 12 Threads)

     

    I have attached the output file in case you want to continue troubleshooting.

     

    Thanks again for all your help Foxbi.

     

     

     

    Screenshot 2021-06-20 184352.jpg

    success.txt

    • Like 1
  3. 9 hours ago, FOXBI said:

     

    I updated new version ch_cpuinfo !!!

     

    Unlike Intel, AMD reconfirmed and corrected errors in the process of gathering and sorting information.

     

    I don't know the exact result because I don't use AMD, so I think the error was caused by making the source.

     

    I'm so sorry for any inconvenience caused to AMD users. :)

     

    I hope this version goes well

     

    Thank you for all your efforts, unfortunately it still doesn't work. 

     

    It may be that we just have to live with the wrong processor name.

     

    new error message

     

    sed: -e expression #1, char 87: unterminated `s' command
    sed: -e expression #1, char 134: unterminated `s' command

×
×
  • Create New...