Jump to content
XPEnology Community

fhocorp

Transition Member
  • Posts

    11
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by fhocorp

  1. Hi Everyone ;)

     

    I have a setup on a Proliant G7 running on DSM 6.1.7 and latest extra.lzma for this platform.

     

    DSM is intalled on the SATA port of the server motherboard and the front disks of the server are connected to a Dell 6Gbps SAS Card (an LSI card branded for Dell).

     

    A external HP P2000 G2 Disk Array is connected to the server via a LSI MegaRAID SAS 9280-8e 6GB/s 8 ports SAS / SATA card via a external mini SAS Port. The drives (12 600GB SAS drives) of the P2000 are reconized by the LSI card but not by the DSM.

    I have searched for the problem and tried the hpsa.ko module but no effects.  The megaraid driver does not support the LSI card ? i could not show the card on the DSM via the dmesg command.

     

    Any help appreciated.

     

     

    Cheers :)

     

    PS: Thanks for Juns and IG-88 for their work ;)

     

  2. Hello

     

    I have run the send command and no errors displayed.

     

    I have also relunched ch_cpuinfo :

     

    DSM CPU Information Change Tool ver. 5.2 - made by FOXBI
    
    Your version of DSM is DSM 6.1 continue...
    
    1) First run  2) Redo  3) Restore - Select Number : 2
    
    Do you want to proceed again? Restore to original file backup and proceed.(Cancel : q) [y/n] : y
    
    You have verified and installed the previous version. Contiue...
    
    Auto Excute, If you select n, proceed interactively  (Cancel : q) [y/n] : y
    
    Restore to source and continue.
    
    sed: -e expression #1, char 37: unterminated `s' command
    sed: -e expression #1, char 91: unterminated `s' command
    The operation is complete!! It takes about 1-2 minutes to reflect,
    (Please refresh the DSM page with F5 or after logout/login and check the information.)
    ash-4.3#

    Nothing changed....

    • Thanks 1
  3. So the error part is here :

     

    ++ echo 'f.cpu_vendor="
    Intel";f.cpu_family="
    Xeon";f.cpu_series="
    E5440";f.cpu_cores="4 Cores (1 CPU\/4 Cores | 4 Threads)";'
    + cpu_info='f.cpu_vendor="
    Intel";f.cpu_family="
    Xeon";f.cpu_series="
    E5440";f.cpu_cores="4 Cores (1 CPU\/4 Cores | 4 Threads)";'
    + sed -i 's/f.model]);/f.model]);f.cpu_vendor="
    Intel";f.cpu_family="
    Xeon";f.cpu_series="
    E5440";f.cpu_cores="4 Cores (1 CPU\/4 Cores | 4 Threads)";/g' /root/Xpenology_backup/admin_center.js
    sed: -e expression #1, char 37: unterminated `s' command
    ++ echo '{name: "cpu_series",renderer: function(value){var cpu_vendor="
    Intel";var cpu_family="
    Xeon";var cpu_series="
    E5440";var cpu_cores="4 Cores (1 CPU\/4 Cores | 4 Threads)";return Ext.String.format('\''{0} {1} {2} [ {3} ]'\'', cpu_vendor, cpu_family, cpu_series, cpu_cores);},label: _T("status", "cpu_model_name")},'
    + cpu_info_m='{name: "cpu_series",renderer: function(value){var cpu_vendor="
    Intel";var cpu_family="
    Xeon";var cpu_series="
    E5440";var cpu_cores="4 Cores (1 CPU\/4 Cores | 4 Threads)";return Ext.String.format('\''{0} {1} {2} [ {3} ]'\'', cpu_vendor, cpu_family, cpu_series, cpu_cores);},label: _T("status", "cpu_model_name")},'
    + sed -i 's/"ds_model")},/"ds_model")},{name: "cpu_series",renderer: function(value){var cpu_vendor="
    Intel";var cpu_family="
    Xeon";var cpu_series="
    E5440";var cpu_cores="4 Cores (1 CPU\/4 Cores | 4 Threads)";return Ext.String.format('\''{0} {1} {2} [ {3} ]'\'', cpu_vendor, cpu_family, cpu_series, cpu_cores);},label: _T("status", "cpu_model_name")},/g' /root/Xpenology_backup/mobile.js
    sed: -e expression #1, char 91: unterminated `s' command

    Nice to hear from you soon

     

    Best Regards

    • Thanks 1
  4. Hi. Thanks for your answer. Already tried option 3 but also not working.

     

    Here is the complete log :

    Spoiler
    
    ash-4.3# sh -x ch_cpuinfo_en.sh
    + ver=5.2
    + clear
    + WORK_DIR=/usr/syno/synoman/webman/modules/AdminCenter
    + MWORK_DIR=/usr/syno/synoman/mobile/ui
    + BKUP_DIR=/root/Xpenology_backup
    + VER_DIR=/etc.default
    + cecho c 'DSM CPU Information Change Tool ver. \033[0;31m5.2\033[00m - made by FOXBI\n'
    + '[' -n '' ']'
    + bgcolor=0
    + code='\033['
    + case "$1" in
    + color='\033[0;36m'
    + text='\033[0;36mDSM CPU Information Change Tool ver. \033[0;31m5.2\033[00m - made by FOXBI\n\033[0m'
    + echo -e '\033[0;36mDSM CPU Information Change Tool ver. \033[0;31m5.2\033[00m - made by FOXBI\n\033[0m'
    DSM CPU Information Change Tool ver. 5.2 - made by FOXBI
    
    + '[' -d /etc.default ']'
    + VER_FIL=/etc/VERSION
    + '[' -f /etc/VERSION ']'
    ++ cat /etc/VERSION
    ++ grep majorversion
    ++ awk -F = '{print $2}'
    ++ sed 's/\"//g'
    + MA_VER=6
    ++ cat /etc/VERSION
    ++ grep minorversion
    ++ awk -F = '{print $2}'
    ++ sed 's/\"//g'
    + MI_VER=1
    ++ cat /etc/VERSION
    ++ grep buildnumber
    ++ awk -F = '{print $2}'
    ++ sed 's/\"//g'
    + BL_NUM=15284
    ++ cat /etc/VERSION
    ++ grep smallfixnumber
    ++ awk -F = '{print $2}'
    ++ sed 's/\"//g'
    + BL_FIX=2
    + BL_CHK=152842
    ++ date +%Y%m%d%H%M%S
    + TIME=20181211100759_152842
    + STIME=20181211100759_152842
    + '[' 6 -gt 4 ']'
    + '[' 6 -eq 5 ']'
    + cecho g 'Your version of DSM is \033[0;36mDSM \033[0;31m6.1\033[0;32m continue...\033[00m\n'
    + '[' -n '' ']'
    + bgcolor=0
    + code='\033['
    + case "$1" in
    + color='\033[0;32m'
    + text='\033[0;32mYour version of DSM is \033[0;36mDSM \033[0;31m6.1\033[0;32m continue...\033[00m\n\033[0m'
    + echo -e '\033[0;32mYour version of DSM is \033[0;36mDSM \033[0;31m6.1\033[0;32m continue...\033[00m\n\033[0m'
    Your version of DSM is DSM 6.1 continue...
    
    + read -n1 -p '1) First run  2) Redo  3) Restore - Select Number : ' run_select
    1) First run  2) Redo  3) Restore - Select Number : 2+ case "$run_select" in
    + run_check=redo
    + echo -e '\n '
    
    
    + '[' redo == redo ']'
    + READ_YN 'Do you want to proceed again? Restore to original file backup and proceed.(Cancel : q) [y/n] : '
    + read -n1 -p 'Do you want to proceed again? Restore to original file backup and proceed.(Cancel : q) [y/n] : ' Y_N
    Do you want to proceed again? Restore to original file backup and proceed.(Cancel : q) [y/n] : y+ case "$Y_N" in
    + Y_N=y
    + echo -e '\n'
    
    
    + '[' y == y ']'
    + re_check=y
    + BLCHECK_FN redo
    + bl_check=n
    + '[' -d /root/Xpenology_backup ']'
    ++ ls -l /root/Xpenology_backup/
    ++ grep '^d'
    ++ wc -l
    + BK_CNT=1
    + '[' 1 -gt 0 ']'
    ++ ls -l /root/Xpenology_backup/
    ++ grep '^d'
    ++ grep 152842
    ++ wc -l
    + BK_CNT=1
    + '[' 1 -gt 0 ']'
    ++ ls -l /root/Xpenology_backup/
    ++ grep '^d'
    ++ grep 152842
    ++ awk '{print $9}'
    ++ head -1
    + TIME=20181124234303_152842
    ++ ls -l /root/Xpenology_backup/
    ++ grep '^d'
    ++ grep -v 152842
    ++ wc -l
    + BK_CNT=0
    + '[' 0 -gt 0 ']'
    + '[' y == n ']'
    ++ ls -l /root/Xpenology_backup/
    ++ grep '^d'
    ++ awk '{print $9}'
    ++ head -1
    + STIME=20181124234303_152842
    + BLSUB_FN redo
    ++ echo 20181124234303_152842
    + TIME=20181124234303_152842
    + '[' redo == run ']'
    + RERUN_FN redo
    + '[' redo == redo ']'
    + ls -l /root/Xpenology_backup/
    + grep '^d'
    + grep -v 152842
    + awk '{print "rm -rf /root/Xpenology_backup/"$9}'
    + sh
    + GATHER_FN
    + '[' -f /sbin/dmidecode ']'
    ++ dmidecode
    ++ grep SMBIOS
    ++ egrep 'NO|sorry'
    ++ wc -l
    + DMI_CHK=0
    + '[' 0 -gt 0 ']'
    ++ dmidecode -t processor
    ++ grep Version
    ++ grep -v Unknown
    ++ sed 's/(..)//g'
    ++ grep -v Not
    ++ awk '{print $2}'
    ++ sed 's/(.)//g'
    ++ sort -u
    ++ sed s/CPU//g
    + cpu_vendor='
    Intel'
    + '[' '
    Intel' == AMD ']'
    ++ dmidecode -t processor
    ++ grep Version
    ++ grep -v Unknown
    ++ sed 's/(..)//g'
    ++ awk '{print $3}'
    ++ sed s/CPU//g
    ++ sed 's/(.)//g'
    ++ sort -u
    ++ grep -v Not
    + cpu_family='
    Xeon'
    ++ dmidecode -t processor
    ++ grep Version
    ++ grep -v Unknown
    ++ sed 's/(..)//g'
    ++ sed s/CPU//g
    ++ awk '{ if (index($5,"@")!=0) { print $4 } else { print $4" "$5 } }'
    ++ sed 's/(.)//g'
    ++ grep -v Not
    ++ sort -u
    + cpu_series='
    E5440'
    ++ cat /proc/cpuinfo
    ++ grep '^physical id'
    ++ sort -u
    ++ wc -l
    + PICNT=1
    ++ cat /proc/cpuinfo
    ++ grep '^core id'
    ++ sort -u
    ++ wc -l
    + CICNT=4
    ++ cat /proc/cpuinfo
    ++ grep '^cpu cores'
    ++ sort -u
    ++ awk '{print $NF}'
    + CCCNT=4
    ++ cat /proc/cpuinfo
    ++ grep '^siblings'
    ++ sort -u
    ++ awk '{print $NF}'
    + CSCNT=4
    ++ cat /proc/cpuinfo
    ++ grep '^processor'
    ++ wc -l
    + THCNT=4
    ++ cat /proc/cpuinfo
    ++ grep processor
    ++ wc -l
    + ODCNT=4
    + '[' 4 -gt 0 ']'
    + '[' 1 == 0 ']'
    + '[' 1 -gt 1 ']'
    + TPCNT='1 CPU'
    + TCCNT=4
    + '[' 4 -gt 1 ']'
    + TCCNT='4 Cores '
    + '[' 4 -gt 1 ']'
    + PCCNT='\/4 Cores '
    + '[' 4 -gt 1 ']'
    + TTCNT='4 Threads'
    + cpu_cores='4 Cores (1 CPU\/4 Cores | 4 Threads)'
    + '[' -f /usr/syno/synoman/webman/modules/AdminCenter/admin_center.js ']'
    + '[' -f /usr/syno/synoman/mobile/ui/mobile.js ']'
    ++ cat /usr/syno/synoman/webman/modules/AdminCenter/admin_center.js
    ++ grep '.model]);if(Ext.isDefined'
    ++ wc -l
    + info_cnt=1
    ++ cat /usr/syno/synoman/mobile/ui/mobile.js
    ++ grep 'ds_model")},{name:"ram_size'
    ++ wc -l
    + info_cnt_m=1
    + '[' 1 -eq 0 ']'
    + COMMENT05_FN
    + echo -e 'You have verified and installed the previous version. Contiue...\n'
    You have verified and installed the previous version. Contiue...
    
    + run_check=run
    + EXEC_FN
    + '[' -d /usr/syno/synoman/webman/modules/AdminCenter ']'
    + READ_YN 'Auto Excute, If you select n, proceed interactively  (Cancel : q) [y/n] : '
    + read -n1 -p 'Auto Excute, If you select n, proceed interactively  (Cancel : q) [y/n] : ' Y_N
    Auto Excute, If you select n, proceed interactively  (Cancel : q) [y/n] : y+ case "$Y_N" in
    + Y_N=y
    + echo -e '\n'
    
    
    + '[' y == y ']'
    + mkdir -p /root/Xpenology_backup/20181124234303_152842
    + '[' y == y ']'
    + '[' n == y ']'
    + RECOVER_FN
    + '[' -d /root/Xpenology_backup/20181124234303_152842 ']'
    + cd /usr/syno/synoman/webman/modules/AdminCenter
    + tar -xf /root/Xpenology_backup/20181124234303_152842/admin_center.tar
    + '[' -f /root/Xpenology_backup/20181124234303_152842/mobile.tar ']'
    + cd /usr/syno/synoman/mobile/ui
    + tar -xf /root/Xpenology_backup/20181124234303_152842/mobile.tar
    + '[' y == y ']'
    + echo -e 'Restore to source and continue.\n'
    Restore to source and continue.
    
    + PREPARE_FN
    + '[' -f /usr/syno/synoman/webman/modules/AdminCenter/admin_center.js ']'
    + '[' -f /usr/syno/synoman/mobile/ui/mobile.js ']'
    + '[' '' == y ']'
    + cd /usr/syno/synoman/webman/modules/AdminCenter
    + tar -cf /root/Xpenology_backup/20181124234303_152842/admin_center.tar admin_center.js
    + cd /usr/syno/synoman/mobile/ui
    + tar -cf /root/Xpenology_backup/20181124234303_152842/mobile.tar mobile.js
    + '[' 6 -eq 6 ']'
    + '[' 1 -ge 2 ']'
    + cp -Rf /usr/syno/synoman/webman/modules/AdminCenter/admin_center.js /root/Xpenology_backup/
    + cp -Rf /usr/syno/synoman/mobile/ui/mobile.js /root/Xpenology_backup/
    + GATHER_FN
    + '[' -f /sbin/dmidecode ']'
    ++ dmidecode
    ++ grep SMBIOS
    ++ egrep 'NO|sorry'
    ++ wc -l
    + DMI_CHK=0
    + '[' 0 -gt 0 ']'
    ++ dmidecode -t processor
    ++ grep Version
    ++ grep -v Unknown
    ++ grep -v Not
    ++ sed s/CPU//g
    ++ awk '{print $2}'
    ++ sed 's/(.)//g'
    ++ sed 's/(..)//g'
    ++ sort -u
    + cpu_vendor='
    Intel'
    + '[' '
    Intel' == AMD ']'
    ++ dmidecode -t processor
    ++ grep Version
    ++ grep -v Unknown
    ++ sed 's/(..)//g'
    ++ grep -v Not
    ++ awk '{print $3}'
    ++ sed 's/(.)//g'
    ++ sed s/CPU//g
    ++ sort -u
    + cpu_family='
    Xeon'
    ++ dmidecode -t processor
    ++ grep Version
    ++ grep -v Unknown
    ++ sed 's/(..)//g'
    ++ sed s/CPU//g
    ++ sed 's/(.)//g'
    ++ awk '{ if (index($5,"@")!=0) { print $4 } else { print $4" "$5 } }'
    ++ grep -v Not
    ++ sort -u
    + cpu_series='
    E5440'
    ++ cat /proc/cpuinfo
    ++ grep '^physical id'
    ++ sort -u
    ++ wc -l
    + PICNT=1
    ++ cat /proc/cpuinfo
    ++ grep '^core id'
    ++ sort -u
    ++ wc -l
    + CICNT=4
    ++ cat /proc/cpuinfo
    ++ grep '^cpu cores'
    ++ sort -u
    ++ awk '{print $NF}'
    + CCCNT=4
    ++ cat /proc/cpuinfo
    ++ grep '^siblings'
    ++ sort -u
    ++ awk '{print $NF}'
    + CSCNT=4
    ++ cat /proc/cpuinfo
    ++ grep '^processor'
    ++ wc -l
    + THCNT=4
    ++ cat /proc/cpuinfo
    ++ grep processor
    ++ wc -l
    + ODCNT=4
    + '[' 4 -gt 0 ']'
    + '[' 1 == 0 ']'
    + '[' 1 -gt 1 ']'
    + TPCNT='1 CPU'
    + TCCNT=4
    + '[' 4 -gt 1 ']'
    + TCCNT='4 Cores '
    + '[' 4 -gt 1 ']'
    + PCCNT='\/4 Cores '
    + '[' 4 -gt 1 ']'
    + TTCNT='4 Threads'
    + cpu_cores='4 Cores (1 CPU\/4 Cores | 4 Threads)'
    + PERFORM_FN
    + '[' -f /root/Xpenology_backup/admin_center.js ']'
    + '[' -f /root/Xpenology_backup/mobile.js ']'
    + '[' 6 -ge 6 ']'
    ++ echo 'f.cpu_vendor="
    Intel";f.cpu_family="
    Xeon";f.cpu_series="
    E5440";f.cpu_cores="4 Cores (1 CPU\/4 Cores | 4 Threads)";'
    + cpu_info='f.cpu_vendor="
    Intel";f.cpu_family="
    Xeon";f.cpu_series="
    E5440";f.cpu_cores="4 Cores (1 CPU\/4 Cores | 4 Threads)";'
    + sed -i 's/f.model]);/f.model]);f.cpu_vendor="
    Intel";f.cpu_family="
    Xeon";f.cpu_series="
    E5440";f.cpu_cores="4 Cores (1 CPU\/4 Cores | 4 Threads)";/g' /root/Xpenology_backup/admin_center.js
    sed: -e expression #1, char 37: unterminated `s' command
    ++ echo '{name: "cpu_series",renderer: function(value){var cpu_vendor="
    Intel";var cpu_family="
    Xeon";var cpu_series="
    E5440";var cpu_cores="4 Cores (1 CPU\/4 Cores | 4 Threads)";return Ext.String.format('\''{0} {1} {2} [ {3} ]'\'', cpu_vendor, cpu_family, cpu_series, cpu_cores);},label: _T("status", "cpu_model_name")},'
    + cpu_info_m='{name: "cpu_series",renderer: function(value){var cpu_vendor="
    Intel";var cpu_family="
    Xeon";var cpu_series="
    E5440";var cpu_cores="4 Cores (1 CPU\/4 Cores | 4 Threads)";return Ext.String.format('\''{0} {1} {2} [ {3} ]'\'', cpu_vendor, cpu_family, cpu_series, cpu_cores);},label: _T("status", "cpu_model_name")},'
    + sed -i 's/"ds_model")},/"ds_model")},{name: "cpu_series",renderer: function(value){var cpu_vendor="
    Intel";var cpu_family="
    Xeon";var cpu_series="
    E5440";var cpu_cores="4 Cores (1 CPU\/4 Cores | 4 Threads)";return Ext.String.format('\''{0} {1} {2} [ {3} ]'\'', cpu_vendor, cpu_family, cpu_series, cpu_cores);},label: _T("status", "cpu_model_name")},/g' /root/Xpenology_backup/mobile.js
    sed: -e expression #1, char 91: unterminated `s' command
    + APPLY_FN
    + '[' -f /root/Xpenology_backup/admin_center.js ']'
    + '[' -f /root/Xpenology_backup/mobile.js ']'
    + cp -Rf /root/Xpenology_backup/admin_center.js /usr/syno/synoman/webman/modules/AdminCenter/
    + cp -Rf /root/Xpenology_backup/mobile.js /usr/syno/synoman/mobile/ui/
    + '[' 6 -eq 6 ']'
    + '[' 1 -ge 2 ']'
    + rm -rf /root/Xpenology_backup/admin_center.js
    + rm -rf /root/Xpenology_backup/mobile.js
    + COMMENT09_FN
    + echo -e 'The operation is complete!! It takes about 1-2 minutes to reflect, \n(Please refresh the DSM page with F5 or after logout/login and check the information.)'
    The operation is complete!! It takes about 1-2 minutes to reflect,
    (Please refresh the DSM page with F5 or after logout/login and check the information.)
    + exit 0
    ash-4.3#

     

     

    • Thanks 1
  5. DSM CPU Information Change Tool ver. 5.2 - made by FOXBI
    
    Your version of DSM is DSM 6.1 continue...
    
    1) First run  2) Redo  3) Restore - Select Number : 2
    
    Do you want to proceed again? Restore to original file backup and proceed.(Cance                         l : q) [y/n] : y
    
    You have verified and installed the previous version. Contiue...
    
    Auto Excute, If you select n, proceed interactively  (Cancel : q) [y/n] : y
    
    Restore to source and continue.
    
    sed: -e expression #1, char 37: unterminated `s' command
    sed: -e expression #1, char 91: unterminated `s' command
    The operation is complete!! It takes about 1-2 minutes to reflect,
    (Please refresh the DSM page with F5 or after logout/login and check the informa                         tion.)
    ash-4.3#

    Running DSM 6.1.7-15284 Update 2

    • Thanks 1
  6. Not working for me ...

     

    DSM CPU Information Change Tool ver. 5.0 - made by FOXBI
    
    Your version of DSM is DSM 6.1 continue...
    
    1) First run  2) Redo  3) Restore - Select Number : 1
    
    You have verified and installed the previous version. Contiue...
    
    Auto Excute, If you select n, proceed interactively  (Cancel : q) [y/n] : y
    
    sed: -e expression #1, char 37: unterminated `s' command
    sed: -e expression #1, char 91: unterminated `s' command
    The operation is complete!! It takes about 1-2 minutes to reflect,
    (Please refresh the DSM page with F5 or after logout/login and check the information.)
    ash-4.3#

    My dmidecode output :

    Spoiler
    
    ash-4.3# dmidecode -t processor
    # dmidecode 2.12
    SMBIOS 2.5 present.
    
    Handle 0x0004, DMI type 4, 40 bytes
    Processor Information
            Socket Designation: CPU 0
            Type: Central Processor
            Family: Xeon
            Manufacturer: Intel
            ID: 7A 06 01 00 FF FB EB BF
            Signature: Type 0, Family 6, Model 23, Stepping 10
            Flags:
                    FPU (Floating-point unit on-chip)
                    VME (Virtual mode extension)
                    DE (Debugging extension)
                    PSE (Page size extension)
                    TSC (Time stamp counter)
                    MSR (Model specific registers)
                    PAE (Physical address extension)
                    MCE (Machine check exception)
                    CX8 (CMPXCHG8 instruction supported)
                    APIC (On-chip APIC hardware supported)
                    SEP (Fast system call)
                    MTRR (Memory type range registers)
                    PGE (Page global enable)
                    MCA (Machine check architecture)
                    CMOV (Conditional move instruction supported)
                    PAT (Page attribute table)
                    PSE-36 (36-bit page size extension)
                    CLFSH (CLFLUSH instruction supported)
                    DS (Debug store)
                    ACPI (ACPI supported)
                    MMX (MMX technology supported)
                    FXSR (FXSAVE and FXSTOR instructions supported)
                    SSE (Streaming SIMD extensions)
                    SSE2 (Streaming SIMD extensions 2)
                    SS (Self-snoop)
                    HTT (Multi-threading)
                    TM (Thermal monitor supported)
                    PBE (Pending break enabled)
            Version: Intel(R) Xeon(R) CPU           E5205  @ 1.86GHz
            Voltage: 1.1 V
            External Clock: 267 MHz
            Max Speed: 1866 MHz
            Current Speed: 1866 MHz
            Status: Populated, Enabled
            Upgrade: Other
            L1 Cache Handle: 0x0005
            L2 Cache Handle: 0x0006
            L3 Cache Handle: 0x0007
            Serial Number: To Be Filled By O.E.M.
            Asset Tag: To Be Filled By O.E.M.
            Part Number: To Be Filled By O.E.M.
            Core Count: 2
            Core Enabled: 2
            Thread Count: 2
            Characteristics:
                    64-bit capable
    
    Handle 0x0008, DMI type 4, 40 bytes
    Processor Information
            Socket Designation: CPU 1
            Type: Central Processor
            Family: Other
            Manufacturer:
            ID: 00 00 00 00 00 00 00 00
            Version:
            Voltage: 3.3 V 2.9 V
            External Clock: Unknown
            Max Speed: 6000 MHz
            Current Speed: Unknown
            Status: Unpopulated
            Upgrade: Other
            L1 Cache Handle: 0x0009
            L2 Cache Handle: 0x000A
            L3 Cache Handle: 0x000B
            Serial Number: To Be Filled By O.E.M.
            Asset Tag: To Be Filled By O.E.M.
            Part Number: To Be Filled By O.E.M.
            Characteristics: None

     

     

    • Thanks 1
×
×
  • Create New...