Dr-Noob / cpufetch

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

SoC not detected in ARM (due to missing field in /proc/cpuinfo) #165

Closed exkc closed 1 year ago

exkc commented 1 year ago

Screenshot_2022-12-10_05-01-19

lscpu

Screenshot_2022-12-10_05-04-51

Device Info

Brand : Xiaomi Vendor : Wingtech Name : Redmi 2 Model : wt88047 (2014817) Soc : Qualcomm Snapdragon 410 Ram : 1GB Swap : 7.06GB OS : postmarkert os Degoogled : yes Deandroided : yes Bootloader : my fork of lk1st

exkc commented 1 year ago

i think it is a os issue . not sure do we have any workaround for it.

Dr-Noob commented 1 year ago

Run cpufetch in verbose mode (e.g., ./cpufetch -v) to gather extra information and paste it here to see if we can do something about it.

exkc commented 1 year ago

Screenshot_20221223-030154_Termux

Dr-Noob commented 1 year ago

Yup, that means that there is no way to identify your SoC.

I also have postmarketOS in my phone and it happens the same - Linux does not show the necessary field in /proc/cpuinfo. There is nothing cpufetch can do to solve it, closing.

exkc commented 1 year ago

Ok i guess u should pin this issue bc it is a common issue