I need get CPU voltage and temperature from /sys/class/hwmon
but need find the CPU ID to find the correct directory, by example:
$ ll /sys/class/hwmon/hwmon2/device
lrwxrwxrwx 1 root root 0 sep 3 13:05 /sys/class/hwmon/hwmon2/device -> ../../../0000:2f:00.0/
How to see what device is 0000:2f:00.0
?, i find in /sys/devices/cpu
but can not found the hardware id, lspci and lsusb can not show the CPU hardware.
The idea is get values without non native methods in Linux systems like as Ubuntu or Android.