Dr-Noob / cpufetch

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

On the XPS 9320 with i7-1360P #199

Closed insomnia-creator closed 11 months ago

insomnia-creator commented 11 months ago

Output of cpufetch:

[VERSION]: cpufetch 1.04 (Linux x86_64 build)
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]: Unknown microarchitecture detected: M=0x0000000A EM=0x0000000B F=0x00000006 EF=0x00000000 S=0x00000002
[VERSION]: cpufetch 1.04 (Linux x86_64 build)
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'
[VERSION]: cpufetch 1.04 (Linux x86_64 build)

Output of cpufetch --debug:


[ERROR]: Unknown microarchitecture detected: M=0x0000000A EM=0x0000000B F=0x00000006 EF=0x00000000 S=0x00000002
[VERSION]: cpufetch 1.04 (Linux x86_64 build)
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]: Unknown microarchitecture detected: M=0x0000000A EM=0x0000000B F=0x00000006 EF=0x00000000 S=0x00000002
[VERSION]: cpufetch 1.04 (Linux x86_64 build)
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 1.04 (Linux x86_64 build)
13th Gen Intel(R) Core(TM) i7-1360P
- Max standard level: 0x00000020
- Max extended level: 0x80000008
- Hybrid Flag: 1
- CPUID dump: 0x000B06A2```
Dr-Noob commented 11 months ago

Thanks for your report.

The support for your CPU was added in commit 6349f44, so I guess you are running an early version of cpufetch v1.04, like the one in the releases page or the one provided by your package manager. You'll need to download and compile cpufetch as explained here to make it work.

insomnia-creator commented 11 months ago

Yeah I had taken it from the AUR. Thanks for responding.

Dr-Noob commented 11 months ago

In that case you can install cpufetch-git, which will download and compile the last version automatically.