Jump to content
XPEnology Community

FOXBI

Developer
  • Posts

    158
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by FOXBI

  1. 17 hours ago, alirz1 said:

    I wonder why it doesnt pickup up the 12 threads my processor is supposed to have?

     

    The CPU information to be applied is as follows.

    Intel Core i7-8700 [6 Cores (1 CPU/6 Cores | 8 Threads)-

     

     

    Are you using DSM with DS920+ or DS918+?

     

    The number of cores available is limited depending on the DSM you use.

     

    Please refer to the link below.

     

     

  2. 5 hours ago, gericb said:

    I often use the Synology DS Finder app...here, it still reflects the "default" CPU info, even though your script so perfectly updates the CPU info to what it really is.

     

    Unfortunately, I don't think it's possible in the app.

    There was already a mention at the time of the initial development of the script, so I looked at it.

    It is not a form of opening a web page in the app, but it is thought to be a separate hard-coded method or a method of importing information within the app itself.

    Instead, it is applied to the page that can be viewed by going to the DSM mobile menu in the app.

     

  3. On 4/9/2023 at 6:59 PM, jancoler said:

    Hello FOXBI.
    I have an Xpnology DS3615sx running DSM 6.2.3 I want to upgrade to DSM 7.xx which I follow the instructions on the internet. So now my NAS is dead. Using your Redpill-Multiloader_7.1-42661 file, it lacks the driver:
    Fujitsu D2607-A21 GS2 8-Port SAS 6GB/s PCI-E 2.0 x8 RAID Controller Card should not see the HDD.
    Can you help me create a USB boot loader DS3615sx with driver for Fujitsu D2607-A21 GS2 8-Port SAS 6GB/s PCI-E 2.0 x8 RAID. Thank you very much.
    I'm not IT and my English is bad too. Thank you .

     

     

    loader has no jobs I'm working on lately. In addition, the task of inserting the device driver is so difficult that I cannot do it.

     

    I think it would be good to ask those who are currently active. Sorry for not being able to help. T.T

    • Like 1
  4. On 8/17/2018 at 11:41 PM, FOXBI said:

     

    Update new version (ch_cpuinfo ver 4.2.1-r01) 2023.03.05

       - Fixed error when users of previous version perform redo with version 4.2.0-r01 (Thanks for the @Mentat report.)

    =============================================

     

    Download links:

     

    ch_cpuinfo ver 4.2.1-r01 - new version update

    ->  ch_cpuinfo.tar 70 kB · 0 downloads

     

    New version Updated!

     

    Thanks for the @Mentat report

  5. 17 hours ago, infobloger said:

     

    index.png

     

    The new version is well reflected through your cpuinfo.

    image.thumb.png.8e5bba576db870716942f0e811a5fea1.png

     

     

    If there is a problem with the previous application, please restore the file below and perform it.(This file is for 7.1.1)

     

    Download : admin_center.tar

     

    source path - /usr/syno/synoman/webman/modules/AdminCenter

     

    After unpacking the tar, overwrite the admin_center.js file and admin_center.js.gz in the original path.

    • Like 1
  6. 22 hours ago, Mentat said:

    It does not seems to work

     

     

    It seems to be an error caused by running redo while a new function has been added.

    It seems to have been applied for some reason, but if it is not applied, it is better to recover from the previous version,

    delete the 'xpenology_backup" folder, and then run it again for the first time.

     

    I should have thought about that part, but I'm sorry for the inconvenience.

    In the next version, I will reflect that part and apply it.

    or

     

    If recovery does not work, refer to the comments below to restore the original file and delete the Xpenology_backup folder before proceeding.

     

    If there is a problem with the previous application, please restore the file below and perform it.

     

    13 minutes ago, FOXBI said:

    If there is a problem with the previous application, please restore the file below and perform it.(This file is for 7.1.1)

     

    Download : admin_center.tar

     

    source path - /usr/syno/synoman/webman/modules/AdminCenter

     

    After unpacking the tar, overwrite the admin_center.js file and admin_center.js.gz in the original path.

  7. 3 hours ago, vinhnguyen said:

    model name    : Intel(R) Core(TM) i5-10500T CPU @ 2.30GHz

     

     

    I checked that there is no problem in getting cpu information.

    Did you proceed with the Internet connection blocked when running ch_cpuinfo?

    If so, you may not be able to get the cpu information normally.

    This is because it has been changed to refer to ark.intel.com for complete detail link and generation information.

    Please check your internet connection and try again.

  8. On 8/17/2018 at 11:41 PM, FOXBI said:

    Update new version (ch_cpuinfo ver 4.0.0-r01) 2023.02.11

     - Added intel/AMD cpu information collection function (generation output)
     - Changed the method of collecting cpu information
     - xpenlib(cpu_info.sh) refered https://github.com/FOXBI/xpenlib/blob/main/cpu_info.sh

     - Non-Intel/AMD CPUs are also displayed. (eg. ARMv7 )

     - New to AMD's Detail link page.

     - Changed to link to Intel's accurate information page.

     - Intel 12th gen support enable

    image.png.8e813695c06c99c1221e24d8e5982e59.png

     

    =============================================

     

    Download links:

    ch_cpuinfo ver 4.0.0-r01 - new version update

    ->  ch_cpuinfo.tar 49.5 kB · 0 downloads

     

     

     

    Updated with new features added.

     

    with AMD users This will be helpful for Intel 12th gen and above users!! :)

    • Like 2
  9. On 2/3/2023 at 4:53 PM, Peter Suh said:

    but pup command is unavailable, so I can't use

     

    pup is not a basic command, so you can't do it.

    However, surprisingly, many shell script regular expressions can be implemented as basic functions.

    Here's the code for you.

     

    https://github.com/FOXBI/xpenlib/blob/main/cpu_info.sh

     

    Modified to output the generation in the existing cpu_info library.

     

    However, to get the generation value, you must be connected to the Internet.

     

    It is made based on DSM's shell, so you may need to add "--no-progress-meter" to the curl option to perform it in TC.

     

    It is judged that the desired classification can be made with the generation value extracted from the cpu information.

    Thanks to this, ch_cpuinfo will be updated soon to reflect the corresponding source.

     

     

    ps : whisper // please send me a note next time at 2cpu :) 

    • Thanks 1
  10. 22 hours ago, alirz1 said:

    However /proc/cpuninfo shows me 8 cpus(0-7).

     

    I think it's probably a DS920+ or DS918+ that only supports up to 8 cores if your DSM is 7.x or higher.

     

    as you know ch_cpuinfo simply displays information from /proc/cpuinfo.

     

    Currently, it seems that only up to 8 cores are recognized.

     

    If you want to show all the cores you have, you will have to build and use it with a DSM that supports 16 cores or more.

     

    I think the link below will help.

     

    dsm 6.x platform link

     

    dsm 7.x platform link

    • Like 1
  11. @gericb 
     

    model name : Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz

     

    If you parse your cpu information as it is in the source, you can see that it is working normally.

    In the case of others in the past, it seems that "Unknown" occurs because two lines are processed when parsing, and eventually the cpu family information (yours is i7-3770) cannot be called.

    And when reinstalling DSM, it is recommended to proceed with the first run.

     

    @vipnetant

     

    The ch_cpuinfo tool does not modify /proc/cpuinfo information, but only serves to fetch, parse, and put the information into the view page.

    When DSM is updated/upgraded, the area is initialized, and it is better to make it new rather than re-run.

    Also, the DSM version information on the shell reads "/etc.default/VERSION" if there is a "/etc.default" path, and "/etc/VERSION" if there is no path.

    If the past version is displayed, it may be because some past information remains.

    In general, if you run ch_cpuinfo as the first run after upgrading DSM, normal output will be displayed.

    • Like 1
    • Thanks 1
  12. 10 hours ago, shadowcliffs said:

    Tried the latest build with DS3615xs DSM 7.0.1 running with a 1037u cpu, now the cpu information shows up correctly, but the frequency of the cpu is still the same incorrect as before this patch. Any idea?

     

    ch_cpuinfo does not get the value of the cpu frequency.

    In DMS for each model, it seems that the cpu name is expressed as a fixed value, but the rest of the values are called flexibly.

×
×
  • Create New...