@turboproc:
@nexusN:
@turboproc:
@fragged:
@turboproc:
@fragged:
I have the same board with a Intel Pentium G630T and 8 GB of RAM. How did you setup C3 state to be set after a reboot?
The command I used was sysctl dev.cpu.1.cx_lowest=C3 (and 2 and 3). I left CPU 0 to C1 as lowest value.
What I don't know is what states the G630T supports. I'll have to check this.
Yes, but did you set it to apply on boot? As that setting resets every time you reboot the system. The G630T supports C1-C3 states and reduces the clock speed from default 2.3 GHz down to 1.6 GHz when idle.
To make sure it works after every reboot, put it in /boot/loader.conf.local .
Furthermore, to reduce power use the powerd option in System/Advanced/Miscellanious.
Hi,
I see you are also using nanoBSD on USB as I did,
would you mind checking if you have got from a similar problem as I did with PowerD?
By turning off the throttling, can you see the EIST CPU frequency correctly?
You may get it by first putting the below in /boot/loader.conf.local
hint.p4tcc.0.disabled=1
hint.acpi_throttle.0.disabled=1
then in command prompt enter the below:
sysctl dev.cpu.0.freq_levels
and you should see some A1/B1, A2/B2…...in which As are the freq of the CPU and Bs are the corresponding power consumption.
The below is my case:
http://forum.pfsense.org/index.php/topic,46912.0.html
Appreciated if you can help identify the source of the issue.
Hi, I did some checking as I don't want to play too much with a production firewall. First I can't find the OIDs starting with hint. you are referring to. When I check for dev.cpu.0.freq_levels I get the following results:
dev.cpu.0.freq_levels: 2500/35000 2400/33000 2300/31000 2200/29000 2100/28000 2000/26000 1900/24000 1800/23000 1700/21000 1600/20000 1400/17500 1200/15000 1000/12500 800/10000 600/7500 400/5000 200/2500
Thanks for trying to help.
Your displayed freq is not the EIST one, while without throttling disabled I am not sure if you are sharing the same problem with me.