Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SOLVED] [ERROR]: Unknown microarchitecture detected #300

Closed
juanpc2018 opened this issue Oct 9, 2024 · 2 comments
Closed

[SOLVED] [ERROR]: Unknown microarchitecture detected #300

juanpc2018 opened this issue Oct 9, 2024 · 2 comments

Comments

@juanpc2018
Copy link

juanpc2018 commented Oct 9, 2024

PPA repo has v1.01
Github has v1.06

$ cpufetch
[ERROR]: Unknown microarchitecture detected: M=0x00000007 EM=0x00000009 F=0x00000006 EF=0x00000000 S=0x00000005
Please, create a new issue with this error message, the output of 'cpufetch' and 'cpufetch --debug' on https://github.com/Dr-Noob/cpufetch/issues
[ERROR]: Found invalid process: '0'
Please, create a new issue with this error message, the output of 'cpufetch' and 'cpufetch --debug' on https://github.com/Dr-Noob/cpufetch/issues

                                                              
                                                              
                                                              
                                                              Name:              12th Gen Intel(R) Core(TM) i3-12100
                                                              Microarchitecture: Unknown
                                                              Technology:        Unknown
                                                              Max Frequency:     4.300 GHz
                                                              Cores:             4 cores (8 threads)
                                                              AVX:               AVX,AVX2
                                                              FMA:               FMA3
                                                              L1i Size:          32KB (128KB Total)
                                                              L1d Size:          48KB (192KB Total)
                                                              L2 Size:           1.25MB (5MB Total)
                                                              L3 Size:           12MB
                                                              Peak Performance:  275.20 GFLOP/s


Debug:


$ cpufetch --debug
[ERROR]: Unknown microarchitecture detected: M=0x00000007 EM=0x00000009 F=0x00000006 EF=0x00000000 S=0x00000005
Please, create a new issue with this error message, the output of 'cpufetch' and 'cpufetch --debug' on https://github.com/Dr-Noob/cpufetch/issues
cpufetch v1.01 (Linux x86_64 build)
12th Gen Intel(R) Core(TM) i3-12100
- Max standard level: 0x00000020
- Max extended level: 0x80000008
- CPUID dump: 0x00090675


$ lscpu
Architecture:             x86_64
  CPU op-mode(s):         32-bit, 64-bit
  Address sizes:          39 bits physical, 48 bits virtual
  Byte Order:             Little Endian
CPU(s):                   8
  On-line CPU(s) list:    0-7
Vendor ID:                GenuineIntel
  Model name:             12th Gen Intel(R) Core(TM) i3-12100
    CPU family:           6
    Model:                151
    Thread(s) per core:   2
    Core(s) per socket:   4
    Socket(s):            1
    Stepping:             5
    CPU max MHz:          4300.0000
    CPU min MHz:          800.0000
    BogoMIPS:             6604.80
    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 syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs 
                          bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe po
                          pcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adju
                          st bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp
                          _notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
Virtualization features:  
  Virtualization:         VT-x
Caches (sum of all):      
  L1d:                    192 KiB (4 instances)
  L1i:                    128 KiB (4 instances)
  L2:                     5 MiB (4 instances)
  L3:                     12 MiB (1 instance)
NUMA:                     
  NUMA node(s):           1
  NUMA node0 CPU(s):      0-7
Vulnerabilities:          
  Gather data sampling:   Not affected
  Itlb multihit:          Not affected
  L1tf:                   Not affected
  Mds:                    Not affected
  Meltdown:               Not affected
  Mmio stale data:        Not affected
  Reg file data sampling: Not affected
  Retbleed:               Not affected
  Spec rstack overflow:   Not affected
  Spec store bypass:      Mitigation; Speculative Store Bypass disabled via prctl
  Spectre v1:             Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:             Mitigation; Enhanced / Automatic IBRS; IBPB conditional; RSB filling; PBRSB-eIBRS SW sequence; BHI BHI_DIS_S
  Srbds:                  Not affected
  Tsx async abort:        Not affected


$ neofetch
 ------------ 
OS: Kubuntu 22.04.1 LTS x86_64 
Host: Z790 LiveMixer 
Kernel: 6.8.0-45-lowlatency 
Uptime: 7 days, 7 hours, 34 mins 
Packages: 5474 (dpkg), 13 (flatpak), 36 (snap) 
Shell: bash 5.1.16 
Resolution: 3440x1440 
DE: Plasma 5.24.7 
WM: KWin 
WM Theme: Sweet-Dark 
Theme: Brisa oscuro [Plasma], Akamayan-darker [GTK2/3] 
Icons: breeze-dark [Plasma], breeze-dark [GTK2/3] 
Terminal: konsole 
CPU: 12th Gen Intel i3-12100 (8) @ 4.300GHz 
GPU: Intel Device 4692 
Memory: 10841MiB / 31849MiB 
@juanpc2018 juanpc2018 changed the title Unknown Error Code [ERROR]: Unknown microarchitecture detected Oct 9, 2024
@juanpc2018 juanpc2018 changed the title [ERROR]: Unknown microarchitecture detected [SOLVED] [ERROR]: Unknown microarchitecture detected Oct 9, 2024
@juanpc2018
Copy link
Author

juanpc2018 commented Oct 9, 2024

v1.06:

$ ./cpufetch_x86-64_linux

                                                         
                                                         Name:                12th Gen Intel(R) Core(TM) i3-12100
                                                         Microarchitecture:   Alder Lake
                                                         Technology:          10nm
                                                         Max Frequency:       4.300 GHz
                                                         Cores:               4 cores (8 threads)
                                                         AVX:                 AVX,AVX2
                                                         FMA:                 FMA3
                                                         L1i Size:            32KB (128KB Total)
                                                         L1d Size:            48KB (192KB Total)
                                                         L2 Size:             1.25MB (5MB Total)
                                                         L3 Size:             12MB
                                                         Peak Performance:    550.40 GFLOP/s
                                                         

$ ./cpufetch_x86_linux

                                                         
                                                         Name:                12th Gen Intel(R) Core(TM) i3-12100
                                                         Microarchitecture:   Alder Lake
                                                         Technology:          10nm
                                                         Max Frequency:       4.300 GHz
                                                         Cores:               4 cores (8 threads)
                                                         AVX:                 AVX,AVX2
                                                         FMA:                 FMA3
                                                         L1i Size:            32KB (128KB Total)
                                                         L1d Size:            48KB (192KB Total)
                                                         L2 Size:             1.25MB (5MB Total)
                                                         L3 Size:             12MB
                                                         Peak Performance:    550.40 GFLOP/s
                                                         


Debug:

$ ./cpufetch_x86_linux --debug
cpufetch v1.06 (Linux x86 / x86_64 build)
12th Gen Intel(R) Core(TM) i3-12100
Max standard level: 0x00000020
Max extended level: 0x80000008
Hybrid Flag: 0
CPUID dump: 0x00090675

$ ./cpufetch_x86-64_linux --debug
cpufetch v1.06 (Linux x86 / x86_64 build)
12th Gen Intel(R) Core(TM) i3-12100
Max standard level: 0x00000020
Max extended level: 0x80000008
Hybrid Flag: 0
CPUID dump: 0x00090675

@Dr-Noob
Copy link
Owner

Dr-Noob commented Oct 10, 2024

Glad to see you found the solution, closing

@Dr-Noob Dr-Noob closed this as completed Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants