Dr-Noob / cpufetch

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

Unknown microarchitecture when running on Intel 13th Gen Core i7-1355U #181

Closed IsaacMilarky closed 1 year ago

IsaacMilarky commented 1 year ago

Ran into an "Unknown microarchitecture detected" exception when running cpufetch on arch linux. Laptop is a Lenovo Yoga 7i. Program did not crash however. The exact cpu model number is 186 which is an Intel 13th Gen Core i7-1355U. From what it looks like this cpu has the 'Alderlake' microarchitecture but I could be wrong about that.

Output of cpufetch:

image

Output of cpufetch --debug:

image

Output of sudo cpufetch -v

image

Dr-Noob commented 1 year ago

Should be fixed in commit 6349f44. Can you confirm?

IsaacMilarky commented 1 year ago

Yes it is fixed now! :)