Dr-Noob / cpufetch

Simple yet fancy CPU architecture fetching tool
GNU General Public License v2.0
1.83k stars 100 forks source link

[ERROR]: Unknown microarchitecture detected: M=0x00000004 EM=0x00000004 F=0x0000000F EF=0x0000000A S=0x00000001 #156

Closed littlestripes closed 1 year ago

littlestripes commented 1 year ago

Currently running on Kubuntu 22.04.1 LTS.

cpufetch output:

                                                              Name:              AMD Ryzen 7 6800H with Radeon Graphics
                                                              Microarchitecture: Unknown
                                                              Technology:        Unknown
                                                              Max Frequency:     4.785 GHz
                                                              Cores:             8 cores (16 threads)
                                                              AVX:               AVX,AVX2
                                                              FMA:               FMA3
                                                              L1i Size:          32KB (256KB Total)
                                                              L1d Size:          32KB (256KB Total)
                                                              L2 Size:           512KB (4MB Total)
                                                              L3 Size:           16MB
                                                              Peak Performance:  612.48 GFLOP/s

cpufetch --debug output:

cpufetch v1.01 (Linux x86_64 build)
AMD Ryzen 7 6800H with Radeon Graphics
- Max standard level: 0x00000010
- Max extended level: 0x80000023
- AMD topology extensions: 1
- CPUID dump: 0x00A40F41
Dr-Noob commented 1 year ago

Solved in the latest version. You need to download it from github, as indicated here.

littlestripes commented 1 year ago

Ah, I was using the one in the Ubuntu repository. Thanks!