Page 1 of 1

lm_sensors and Voltage reads

Posted: Sat Feb 25, 2012 5:11 pm
by Lockheed
Is it possible to get voltage reads in linux on T61/R61? I tried everything and all I am getting is temperatures and fan speed.

Re: lm_sensors and Voltage reads

Posted: Sat Feb 25, 2012 6:28 pm
by dragonknight
For the main battery (BAT0), You can use this:

Code: Select all

$cat /proc/acpi/battery/BAT0/state
If you want the voltage only, try:

Code: Select all

$cat /proc/acpi/battery/BAT0/state | grep voltage
Hope this help ;)

Re: lm_sensors and Voltage reads

Posted: Sat Feb 25, 2012 6:52 pm
by Lockheed
No, no, no. Sorry I did not make myself clear.

I want to see Vcore - CPU voltages.