Dr-Noob / cpufetch

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

My cpu microarchitecture not found in my AMD Ryzen 9 6900HS with Radeon Graphics #171

Closed Quark04 closed 1 year ago

Quark04 commented 1 year ago
[ERROR]: Unknown microarchitecture detected: M=0x00000004 EM=0x00000004 F=0x0000000F EF=0x0000000A S=0x00000001
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

On a Zephyrus ROG G14 (2022) laptop

ebastler commented 1 year ago

I'm getting the same results, thought it was because I ran it in the WSL though - but since you're facing the same, it looks like it would actually work in WSL too, and our CPUs are just not detected. Ryzen 7 Pro 6850U here.

EDIT: Tested on a Haswell CPU with WSL2 - works fine and detects the hypervisor correctly as well. So my issue is the same as yours. Ryzen 6000 appears to be missing. ThinkPad T14s Gen3 AMD.

Dr-Noob commented 1 year ago

Can you guys confirm you are running the last cpufetch version? You can check it with cpufetch -V and the lastest version is v1.03. If not, you can just try the last release which includes binaries for windows.

Quark04 commented 1 year ago

Can you guys confirm you are running the last cpufetch version? You can check it with cpufetch -V and the lastest version is v1.03. If not, you can just try the last release which includes binaries for windows.

I run a rolling release distro and keep it very up to date so I'm pretty sure but I will confirm it to you in a second

Quark04 commented 1 year ago

Can you guys confirm you are running the last cpufetch version? You can check it with cpufetch -V and the lastest version is v1.03. If not, you can just try the last release which includes binaries for windows.

Went to check and the AUR package for cpufetch is on 1.02 so I installed the git package and it works all good now

Dr-Noob commented 1 year ago

Good, so it was a matter of updating the package. Closing.