 I have powerd enabled in rc.conf and kldstat shows acpi_sony.ko. PS I can do almost nothing in the BIOS (Phoenix) - the only interesting thing is that I have these choices on TPM: no change, enable, disable and clear. The results below are with "enable".
 I have powerd enabled in rc.conf and kldstat shows acpi_sony.ko. PS I can do almost nothing in the BIOS (Phoenix) - the only interesting thing is that I have these choices on TPM: no change, enable, disable and clear. The results below are with "enable".  acpiconf -i0" before:Design capacity:        62640 mWh
Last full capacity:     62640 mWh
Technology:             primary (non-rechargeable)
Design voltage:         626 mV
Capacity (warn):        0 mWh
Capacity (low):         120 mWh
Low/warn granularity:   0 mWh
Warn/full granularity:  10 mWh
Model number:           
Serial number:          
Type:                   LION
OEM info:               Sony Corp.
State:                  high 
Remaining capacity:     100%
Remaining time:         unknown
Present rate:           0 mW
Voltage:                12504 mV  acpiconf -i0" after:Design capacity:        62640 mWh
Last full capacity:     62640 mWh
Technology:             primary (non-rechargeable)
Design voltage:         626 mV
Capacity (warn):        0 mWh
Capacity (low):         120 mWh
Low/warn granularity:   0 mWh
Warn/full granularity:  10 mWh
Model number:           
Serial number:          
Type:                   LION
OEM info:               Sony Corp.
State:                  high 
Remaining capacity:     100%
Remaining time:         unknown
Present rate:           0 mW
Voltage:                12502 mV  sysctl dev.cpu |grep cx" before:dev.cpu.0.cx_supported: C1/1 C2/1 C3/17
dev.cpu.0.cx_lowest: C1
dev.cpu.0.cx_usage: 100.00% 0.00% 0.00% last 500us
dev.cpu.1.cx_supported: C1/1 C2/1 C3/17
dev.cpu.1.cx_lowest: C1
dev.cpu.1.cx_usage: 100.00% 0.00% 0.00% last 500us  sysctl dev.cpu |grep cx" after:dev.cpu.0.cx_supported: C1/1 C2/1 C3/17
dev.cpu.0.cx_lowest: C2
dev.cpu.0.cx_usage: 0.00% 99.99% 0.00% last 1927us
dev.cpu.1.cx_supported: C1/1 C2/1 C3/17
dev.cpu.1.cx_lowest: C2
dev.cpu.1.cx_usage: 0.00% 99.99% 0.00% last 4185usYou will have to issue those commands without being attached to AC, to check time on battery."acpiconf -i0" before:
"acpiconf -i0" after:
Remaining time: unknown
This wokrs as you see You mostly are now in C2 state."sysctl dev.cpu |grep cx" before:
dev.cpu.0.cx_usage: 100.00% 0.00% 0.00% last 500us
dev.cpu.0.cx_usage: 0.00% 99.99% 0.00% last 1927us
% sysctl -a | grep -i sonynikolajg said:It looks interesting. I'll try it out and give a status report of my experience afterwards. The fan is running all the time, hopefully your tuning guide will fix that.
Thanks.
Nikolaj G., Denmark, Copenhagen
< Remaining capacity:   89%
< Remaining time:       2:55
< Present rate:         19111 mW
< Voltage:              12012 mV
---
> Remaining capacity:   92%
> Remaining time:       3:22
> Present rate:         17129 mW
> Voltage:              12097 mV and [cmd] tags were added by me.