Netgate SG5100 default bios settings
-
Hi all,
In my home setup I use a Netgate SG5100 which I did a clean install on after upgrading the hardware, I also resetted the bios settings to default.
One thing I noticed is that intel speedstep was disabled by default, the same for cpu C state which results in a processor (atom C3558) which runs @ 2.2ghz all the time.
I don’t think that is very energy efficient in my home environment and was wondering why these settings are disabled? And can I enable it without a performance hit to reduce some energy usage? Thanks!
-
Yes, you can enable it. Also enable powerd in pfSense to take advantage of it. I run that here and haven't seen any significant performance issues:
[24.08-DEVELOPMENT][admin@5100.stevew.lan]/root: sysctl dev.cpu | grep freq dev.cpu.3.freq_levels: 2200/0 2100/0 2000/0 1900/0 1800/0 1700/0 1600/0 1500/0 1400/0 1300/0 1200/0 1100/0 1000/0 900/0 800/0 dev.cpu.3.freq: 1400 dev.cpu.2.freq_levels: 2200/0 2100/0 2000/0 1900/0 1800/0 1700/0 1600/0 1500/0 1400/0 1300/0 1200/0 1100/0 1000/0 900/0 800/0 dev.cpu.2.freq: 1400 dev.cpu.1.freq_levels: 2200/0 2100/0 2000/0 1900/0 1800/0 1700/0 1600/0 1500/0 1400/0 1300/0 1200/0 1100/0 1000/0 900/0 800/0 dev.cpu.1.freq: 1400 dev.cpu.0.freq_levels: 2200/0 2100/0 2000/0 1900/0 1800/0 1700/0 1600/0 1500/0 1400/0 1300/0 1200/0 1100/0 1000/0 900/0 800/0 dev.cpu.0.freq: 1400
Steve